Searched refs:oldlength (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/libexec/bootpd/
H A Dreadfile.c1266 u_int newlength, oldlength;
1290 oldlength = ((*dest)->length);
1292 + oldlength + newlength + 1);
1293 if (oldlength > 0) {
1294 bcopy((*dest)->data, bdata->data, oldlength);
1296 bcopy(tmpbuf, bdata->data + oldlength, newlength + 2);
1297 bdata->length = oldlength + newlength + 2;
1257 u_int newlength, oldlength; local

Completed in 102 milliseconds