Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dgetopt_long.c104 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
326 nonopt_start = nonopt_end = -1; in getopt_internal()
334 permute_args(nonopt_start, nonopt_end, in getopt_internal()
336 optind -= nonopt_end - nonopt_start; in getopt_internal()
338 else if (nonopt_start != -1) { in getopt_internal()
343 optind = nonopt_start; in getopt_internal()
345 nonopt_start = nonopt_end = -1; in getopt_internal()
367 if (nonopt_start == -1) in getopt_internal()
368 nonopt_start = optind; in getopt_internal()
370 permute_args(nonopt_start, nonopt_end, in getopt_internal()
[all …]
/external/mesa3d/src/getopt/
Dgetopt_long.c87 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
309 nonopt_start = nonopt_end = -1; in getopt_internal()
317 permute_args(nonopt_start, nonopt_end, in getopt_internal()
319 optind -= nonopt_end - nonopt_start; in getopt_internal()
321 else if (nonopt_start != -1) { in getopt_internal()
326 optind = nonopt_start; in getopt_internal()
328 nonopt_start = nonopt_end = -1; in getopt_internal()
350 if (nonopt_start == -1) in getopt_internal()
351 nonopt_start = optind; in getopt_internal()
353 permute_args(nonopt_start, nonopt_end, in getopt_internal()
[all …]
/external/llvm-project/lldb/source/Host/common/
DGetOptInc.cpp50 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
255 nonopt_start = nonopt_end = -1; in getopt_internal()
263 permute_args(nonopt_start, nonopt_end, optind, nargv); in getopt_internal()
264 optind -= nonopt_end - nonopt_start; in getopt_internal()
265 } else if (nonopt_start != -1) { in getopt_internal()
270 optind = nonopt_start; in getopt_internal()
272 nonopt_start = nonopt_end = -1; in getopt_internal()
294 if (nonopt_start == -1) in getopt_internal()
295 nonopt_start = optind; in getopt_internal()
297 permute_args(nonopt_start, nonopt_end, optind, nargv); in getopt_internal()
[all …]
/external/tcpdump/missing/
Dgetopt_long.c94 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
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_end,
439 nonopt_start = optind -
[all …]