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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgetopt.c221 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
224 static int first_nonopt;
228 One subsequence is elements [first_nonopt,last_nonopt)
233 `first_nonopt' and `last_nonopt' are relocated so that they describe
240 int nonopts_size = (last_nonopt - first_nonopt) * sizeof (char *);
245 my_bcopy ((char *) &argv[first_nonopt], (char *) temp, nonopts_size);
246 my_bcopy ((char *) &argv[last_nonopt], (char *) &argv[first_nonopt],
249 (char *) &argv[first_nonopt + optind - last_nonopt],
254 first_nonopt += (optind - last_nonopt);
335 first_nonopt
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dgetopt.c251 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
254 static int first_nonopt;
298 One subsequence is elements [first_nonopt,last_nonopt)
303 `first_nonopt' and `last_nonopt' are relocated so that they describe
314 int bottom = first_nonopt;
386 first_nonopt += (optind - last_nonopt);
405 first_nonopt = last_nonopt = optind;
557 if (first_nonopt > optind)
558 first_nonopt = optind;
565 if (first_nonopt !
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A Dgetopt.c260 been skipped. `first_nonopt' is the index in ARGV of the first of them; variable
263 static int first_nonopt;
307 One subsequence is elements [first_nonopt,last_nonopt)
312 `first_nonopt' and `last_nonopt' are relocated so that they describe
323 int bottom = first_nonopt;
395 first_nonopt += (share__optind - last_nonopt);
414 first_nonopt = last_nonopt = share__optind;
568 if (first_nonopt > share__optind)
569 first_nonopt = share__optind;
576 if (first_nonopt !
[all...]

Completed in 105 milliseconds