OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newlength
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/
d-convert.cc
540
tree
newlength
= size_mult_expr (d_array_length (exp),
local
542
return d_array_value (build_ctype (totype),
newlength
,
expr.cc
1415
tree
newlength
= build_bounds_slice_condition (e, lwr_tree, upr_tree,
local
1417
tree result = d_array_value (build_ctype (e->type),
newlength
, ptr);
/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
[
all
...]
/src/external/mpl/bind/dist/lib/dns/
masterdump.c
1004
int
newlength
;
local
1011
newlength
= buffer->length * 2;
1012
newmem = isc_mem_get(mctx,
newlength
);
1014
isc_buffer_init(buffer, newmem,
newlength
);
1274
int
newlength
;
local
1277
newlength
= buffer->length * 2;
1278
newmem = isc_mem_get(mctx,
newlength
);
1280
isc_buffer_init(buffer, newmem,
newlength
);
/src/external/mpl/dhcp/bind/dist/lib/dns/
masterdump.c
971
int
newlength
;
local
978
newlength
= buffer->length * 2;
979
newmem = isc_mem_get(mctx,
newlength
);
981
isc_buffer_init(buffer, newmem,
newlength
);
1242
int
newlength
;
local
1245
newlength
= buffer->length * 2;
1246
newmem = isc_mem_get(mctx,
newlength
);
1248
isc_buffer_init(buffer, newmem,
newlength
);
Completed in 35 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026