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 - 3
of
3
) 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
)
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
)
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 61 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026