OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_end
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdlib/
getopt_long.c
128
* from nonopt_end to
opt_end
(keeping the same order of arguments
132
permute_args(int panonopt_start, int panonopt_end, int
opt_end
, char **nargv)
143
nopts =
opt_end
- panonopt_end;
145
cyclelen = (
opt_end
- panonopt_start) / ncycle;
/src/lib/libc/time/
zic.c
1207
char *
opt_end
;
local
1208
redundant = strtoimax(opt + 1, &
opt_end
, 10);
1209
if (
opt_end
!= opt + 1 && !*
opt_end
) {
Completed in 19 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026