Home
last modified time | relevance | path

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

/external/sg3_utils/getopt_long/
Dgetopt_long.c95 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
194 permute_args(nonopt_start, nonopt_end, in getopt_internal()
196 optind -= nonopt_end - nonopt_start; in getopt_internal()
198 else if (nonopt_start != -1) { in getopt_internal()
203 optind = nonopt_start; in getopt_internal()
205 nonopt_start = nonopt_end = -1; in getopt_internal()
227 if (nonopt_start == -1) in getopt_internal()
228 nonopt_start = optind; in getopt_internal()
230 permute_args(nonopt_start, nonopt_end, in getopt_internal()
232 nonopt_start = optind - in getopt_internal()
[all …]
/external/coreboot/payloads/libpayload/libc/
Dgetopt_long.c97 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
298 nonopt_start = nonopt_end = -1; in getopt_internal()
306 permute_args(nonopt_start, nonopt_end, in getopt_internal()
308 optind -= nonopt_end - nonopt_start; in getopt_internal()
310 else if (nonopt_start != -1) { in getopt_internal()
315 optind = nonopt_start; in getopt_internal()
317 nonopt_start = nonopt_end = -1; in getopt_internal()
339 if (nonopt_start == -1) in getopt_internal()
340 nonopt_start = optind; in getopt_internal()
342 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/libva-utils/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/libdav1d/tools/compat/
Dgetopt.c103 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
364 nonopt_start = nonopt_end = -1; in getopt_internal()
372 permute_args(nonopt_start, nonopt_end, in getopt_internal()
374 optind -= nonopt_end - nonopt_start; in getopt_internal()
376 else if (nonopt_start != -1) { in getopt_internal()
381 optind = nonopt_start; in getopt_internal()
383 nonopt_start = nonopt_end = -1; in getopt_internal()
405 if (nonopt_start == -1) in getopt_internal()
406 nonopt_start = optind; in getopt_internal()
408 permute_args(nonopt_start, nonopt_end, in getopt_internal()
[all …]
/external/tcpdump/missing/
Dgetopt_long.c96 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
419 permute_args(nonopt_start, nonopt_end,
421 optind -= nonopt_end - nonopt_start;
422 } else if (nonopt_start != -1) {
427 optind = nonopt_start;
429 nonopt_start = nonopt_end = -1;
455 if (nonopt_start == -1)
456 nonopt_start = optind;
458 permute_args(nonopt_start, nonopt_end,
460 nonopt_start = optind -
[all …]