Searched refs:nonopt_start (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c110 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
150 * Exchange the block from nonopt_start to nonopt_end with the block
395 nonopt_start = nonopt_end = -1;
403 permute_args(nonopt_start, nonopt_end,
405 optind -= nonopt_end - nonopt_start;
407 else if (nonopt_start != -1) {
412 optind = nonopt_start;
414 nonopt_start = nonopt_end = -1;
440 if (nonopt_start == -1)
441 nonopt_start
[all...]

Completed in 81 milliseconds