Searched refs:nonopt_start (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/getopt/ |
D | getopt_long.c | 87 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/openssh/openbsd-compat/ |
D | getopt_long.c | 104 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/tcpdump/missing/ |
D | getopt_long.c | 94 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 …]
|
/external/epid-sdk/ext/argtable3/ |
D | argtable3.c | 360 static int nonopt_start = -1; /* first non option argument (for permute) */ variable 645 nonopt_start = nonopt_end = -1; in getopt_internal() 653 permute_args(nonopt_start, nonopt_end, in getopt_internal() 655 optind -= nonopt_end - nonopt_start; in getopt_internal() 657 else if (nonopt_start != -1) { in getopt_internal() 662 optind = nonopt_start; in getopt_internal() 664 nonopt_start = nonopt_end = -1; in getopt_internal() 686 if (nonopt_start == -1) in getopt_internal() 687 nonopt_start = optind; in getopt_internal() 689 permute_args(nonopt_start, nonopt_end, in getopt_internal() [all …]
|