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

/freebsd-11-stable/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-11-stable/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-11-stable/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...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp50 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
73 * Exchange the block from nonopt_start to nonopt_end with the block
255 nonopt_start = nonopt_end = -1;
263 permute_args(nonopt_start, nonopt_end, optind, nargv);
264 optind -= nonopt_end - nonopt_start;
265 } else if (nonopt_start != -1) {
270 optind = nonopt_start;
272 nonopt_start = nonopt_end = -1;
294 if (nonopt_start == -1)
295 nonopt_start
[all...]
/freebsd-11-stable/contrib/tcpdump/missing/
H A Dgetopt_long.c94 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
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 = optind;
437 permute_args(nonopt_start, nonopt_en
[all...]

Completed in 94 milliseconds