Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dreadfile.c1232 u_int newlength, oldlength; in process_generic() local
1238 newlength = sizeof(tmpbuf) - 2; /* Set maximum allowed length */ in process_generic()
1239 (void) get_string(src, (char *) str, &newlength); in process_generic()
1240 newlength++; /* null terminator */ in process_generic()
1242 newlength = 0; in process_generic()
1243 while (newlength < sizeof(tmpbuf) - 2) { in process_generic()
1246 newlength++; in process_generic()
1255 tmpbuf[1] = (newlength & 0xFF); in process_generic()
1258 + oldlength + newlength + 1); in process_generic()
1262 bcopy(tmpbuf, bdata->data + oldlength, newlength + 2); in process_generic()
[all …]