OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nonopt_end
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/stdlib/
getopt_long.c
97
static int
nonopt_end
= -1; /* first option after non options (for permute) */
variable in typeref:typename:int
127
* Exchange the block from nonopt_start to
nonopt_end
with the block
128
* from
nonopt_end
to opt_end (keeping the same order of arguments
187
nonopt_start =
nonopt_end
= -1;
193
if (
nonopt_end
!= -1) {
195
permute_args(nonopt_start,
nonopt_end
,
197
optind -=
nonopt_end
- nonopt_start;
206
nonopt_start =
nonopt_end
= -1;
230
else if (
nonopt_end
!= -1) {
231
permute_args(nonopt_start,
nonopt_end
,
[
all
...]
Completed in 39 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025