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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c111 static int nonopt_end = -1; /* first option after non options (for permute) */ variable
150 * Exchange the block from nonopt_start to nonopt_end with the block
151 * from nonopt_end to opt_end (keeping the same order of arguments
395 nonopt_start = nonopt_end = -1;
401 if (nonopt_end != -1) {
403 permute_args(nonopt_start, nonopt_end,
405 optind -= nonopt_end - nonopt_start;
414 nonopt_start = nonopt_end = -1;
442 else if (nonopt_end != -1) {
443 permute_args(nonopt_start, nonopt_end,
[all...]

Completed in 29 milliseconds