Home
last modified time | relevance | path

Searched refs:nonopt_end (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/unistd/
Dgetopt_long.c100 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
324 nonopt_start = nonopt_end = -1; in getopt_internal()
330 if (nonopt_end != -1) { in getopt_internal()
332 permute_args(nonopt_start, nonopt_end, in getopt_internal()
334 optind -= nonopt_end - nonopt_start; in getopt_internal()
343 nonopt_start = nonopt_end = -1; in getopt_internal()
367 else if (nonopt_end != -1) { in getopt_internal()
368 permute_args(nonopt_start, nonopt_end, in getopt_internal()
371 (nonopt_end - nonopt_start); in getopt_internal()
372 nonopt_end = -1; in getopt_internal()
[all …]