OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxnlongopts
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/lib/libc/stdlib/
h_getopt_long.c
54
int
maxnlongopts
= 0;
local
82
maxnlongopts
= strtoul(ptr, &eptr, 10);
86
maxnlongopts
++; /* space for trailer */
89
maxnlongopts
);
92
longopt_flags = (int *)calloc(sizeof(int),
maxnlongopts
);
99
if (nlongopts >=
maxnlongopts
)
Completed in 22 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026