OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025