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

/freebsd-10.2-release/contrib/file/src/
H A Dgetopt_long.c99 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
132 * Exchange the block from nonopt_start to nonopt_end with the block
199 nonopt_start = nonopt_end = -1;
207 permute_args(nonopt_start, nonopt_end,
209 optind -= nonopt_end - nonopt_start;
211 else if (nonopt_start != -1) {
216 optind = nonopt_start;
218 nonopt_start = nonopt_end = -1;
240 if (nonopt_start == -1)
241 nonopt_start
[all...]
/freebsd-10.2-release/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
389 nonopt_start = nonopt_end = -1;
397 permute_args(nonopt_start, nonopt_end,
399 optind -= nonopt_end - nonopt_start;
401 else if (nonopt_start != -1) {
406 optind = nonopt_start;
408 nonopt_start = nonopt_end = -1;
434 if (nonopt_start == -1)
435 nonopt_start
[all...]
/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c104 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
134 * Exchange the block from nonopt_start to nonopt_end with the block
326 nonopt_start = nonopt_end = -1;
334 permute_args(nonopt_start, nonopt_end,
336 optind -= nonopt_end - nonopt_start;
338 else if (nonopt_start != -1) {
343 optind = nonopt_start;
345 nonopt_start = nonopt_end = -1;
367 if (nonopt_start == -1)
368 nonopt_start
[all...]

Completed in 119 milliseconds