OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newlength
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/bootp/common/
readfile.c
1252
u_int
newlength
, oldlength;
1258
newlength
= sizeof(tmpbuf) - 2; /* Set maximum allowed length */
1259
(void) get_string(src, (char *) str, &
newlength
);
1262
newlength
= 0;
1263
while (
newlength
< sizeof(tmpbuf) - 2) {
1266
newlength
++;
1275
tmpbuf[1] = (
newlength
& 0xFF);
1278
+ oldlength +
newlength
+ 1);
1282
bcopy(tmpbuf, bdata->data + oldlength,
newlength
+ 2);
1283
bdata->length = oldlength +
newlength
+ 2
1243
u_int
newlength
, oldlength;
local in function:process_generic
[
all
...]
readfile.c
1252
u_int
newlength
, oldlength;
1258
newlength
= sizeof(tmpbuf) - 2; /* Set maximum allowed length */
1259
(void) get_string(src, (char *) str, &
newlength
);
1262
newlength
= 0;
1263
while (
newlength
< sizeof(tmpbuf) - 2) {
1266
newlength
++;
1275
tmpbuf[1] = (
newlength
& 0xFF);
1278
+ oldlength +
newlength
+ 1);
1282
bcopy(tmpbuf, bdata->data + oldlength,
newlength
+ 2);
1283
bdata->length = oldlength +
newlength
+ 2
1243
u_int
newlength
, oldlength;
local in function:process_generic
[
all
...]
Completed in 68 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025