HomeSort by: relevance | last modified time | path
    Searched defs:oldlength (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bootp/common/
readfile.c 1252 u_int newlength, oldlength;
1276 oldlength = ((*dest)->length);
1278 + oldlength + newlength + 1);
1279 if (oldlength > 0) {
1280 bcopy((*dest)->data, bdata->data, oldlength);
1282 bcopy(tmpbuf, bdata->data + oldlength, newlength + 2);
1283 bdata->length = oldlength + newlength + 2;
1243 u_int newlength, oldlength; local in function:process_generic
readfile.c 1252 u_int newlength, oldlength;
1276 oldlength = ((*dest)->length);
1278 + oldlength + newlength + 1);
1279 if (oldlength > 0) {
1280 bcopy((*dest)->data, bdata->data, oldlength);
1282 bcopy(tmpbuf, bdata->data + oldlength, newlength + 2);
1283 bdata->length = oldlength + newlength + 2;
1243 u_int newlength, oldlength; local in function:process_generic

Completed in 23 milliseconds