Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c389 nonopt_start = nonopt_end = -1;
395 if (nonopt_end != -1) {
399 optind -= nonopt_end - nonopt_start;
408 nonopt_start = nonopt_end = -1;
436 else if (nonopt_end != -1) {
440 (nonopt_end - nonopt_start);
441 nonopt_end = -1;
448 nonopt_end = optind;
460 if (nonopt_end != -1) {
463 optind -= nonopt_end - nonopt_start;
[all …]