Home
last modified time | relevance | path

Searched refs:bytesleft (Results 1 – 5 of 5) sorted by relevance

/dragonfly/libexec/bootpd/
HDdovend.c50 int bytesleft = len; in dovend_rfc1497() local
55 if (bytesleft < (LEN)) { \ in dovend_rfc1497()
79 bytesleft -= 6; in dovend_rfc1497()
90 bytesleft -= 6; /* Fix real count */ in dovend_rfc1497()
103 bytesleft -= len + 2; in dovend_rfc1497()
116 bytesleft -= len + 2; in dovend_rfc1497()
124 &vp, &bytesleft)) in dovend_rfc1497()
138 bytesleft -= len + 2; in dovend_rfc1497()
146 &vp, &bytesleft)) in dovend_rfc1497()
160 bytesleft -= len + 2; in dovend_rfc1497()
[all …]
HDbootpd.c1211 if (bytesleft < (LEN)) { \
1219 int bytesleft, len; in dovend_rfc1048() local
1287 bytesleft = ((byte*)bp + pktlen) - vp; in dovend_rfc1048()
1291 pktlen, bytesleft); in dovend_rfc1048()
1297 bytesleft -= 4; in dovend_rfc1048()
1304 bytesleft -= 6; /* Fix real count */ in dovend_rfc1048()
1308 &vp, &bytesleft); in dovend_rfc1048()
1319 bytesleft -= 4; /* Tag, length, and 16 bit blocksize */ in dovend_rfc1048()
1337 bytesleft -= len + 3; in dovend_rfc1048()
1345 len = dovend_rfc1497(hp, vp, bytesleft - 1); in dovend_rfc1048()
[all …]
/dragonfly/libexec/bootpd/tools/bootpef/
HDbootpef.c275 int bytesleft, len; in mktagfile() local
282 bytesleft = BUFFERSIZE; in mktagfile()
285 bytesleft -= 4; in mktagfile()
291 len = dovend_rfc1497(hp, vp, bytesleft); in mktagfile()
293 bytesleft -= len; in mktagfile()
295 if (bytesleft < 1) { in mktagfile()
301 bytesleft--; in mktagfile()
/dragonfly/contrib/gcc-8.0/libcpp/
HDcharset.c1160 size_t bytesleft = 6; in convert_ucn() local
1176 rval = one_cppchar_to_utf8 (ucn, &bufp, &bytesleft); in convert_ucn()
1186 if (!APPLY_CONVERSION (cvt, buf, 6 - bytesleft, tbuf)) in convert_ucn()
1192 int num_encoded_bytes = 6 - bytesleft; in convert_ucn()
/dragonfly/contrib/gcc-4.7/libcpp/
HDcharset.c1090 size_t bytesleft = 6; in convert_ucn() local
1097 rval = one_cppchar_to_utf8 (ucn, &bufp, &bytesleft); in convert_ucn()
1104 else if (!APPLY_CONVERSION (cvt, buf, 6 - bytesleft, tbuf)) in convert_ucn()