Home
last modified time | relevance | path

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

/dragonfly/libexec/bootpd/
H A Ddovend.c50 int bytesleft = len; in dovend_rfc1497() local
79 bytesleft -= 6; 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()
228 bytesleft -= len + 2; in dovend_rfc1497()
290 if (*bytesleft >= 6) { in insert_ip()
[all …]
H A Dbootpd.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()
1308 &vp, &bytesleft); in dovend_rfc1048()
1337 bytesleft -= len + 3; in dovend_rfc1048()
1347 bytesleft -= len; in dovend_rfc1048()
1352 bytesleft--; in dovend_rfc1048()
1355 if (bytesleft > 0) { in dovend_rfc1048()
[all …]
/dragonfly/libexec/bootpd/tools/bootpef/
H A Dbootpef.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/
H A Dcharset.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/
H A Dcharset.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()