Home
last modified time | relevance | path

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

/external/libusb/examples/getopt/
Dgetopt.c254 static int first_nonopt; variable
307 int bottom = first_nonopt;
379 first_nonopt += (optind - last_nonopt);
398 first_nonopt = last_nonopt = optind;
556 if (first_nonopt > optind)
557 first_nonopt = optind;
564 if (first_nonopt != last_nonopt && last_nonopt != optind)
567 first_nonopt = optind;
586 if (first_nonopt != last_nonopt && last_nonopt != optind)
588 else if (first_nonopt == last_nonopt)
[all …]