OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listlength
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/error/
subr.c
55
int
listlength
;
local in function:arrayify
58
for (errorp = header,
listlength
= 0;
59
errorp != NULL; errorp = errorp->error_next,
listlength
++)
61
array = Calloc(
listlength
+1, sizeof (Eptr));
63
listindex <
listlength
;
69
*e_length =
listlength
;
subr.c
55
int
listlength
;
local in function:arrayify
58
for (errorp = header,
listlength
= 0;
59
errorp != NULL; errorp = errorp->error_next,
listlength
++)
61
array = Calloc(
listlength
+1, sizeof (Eptr));
63
listindex <
listlength
;
69
*e_length =
listlength
;
Completed in 23 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025