Searched refs:last_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.c222 `last_nonopt' is the index after the last of them. */ variable
225 static int last_nonopt;
228 One subsequence is elements [first_nonopt,last_nonopt)
230 The other is elements [last_nonopt,optind), which contains all
233 `first_nonopt' and `last_nonopt' are relocated so that they describe
240 int nonopts_size = (last_nonopt - first_nonopt) * sizeof (char *);
246 my_bcopy ((char *) &argv[last_nonopt], (char *) &argv[first_nonopt],
247 (optind - last_nonopt) * sizeof (char *));
249 (char *) &argv[first_nonopt + optind - last_nonopt],
254 first_nonopt += (optind - last_nonopt);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dgetopt.c252 `last_nonopt' is the index after the last of them. */ variable
255 static int last_nonopt;
298 One subsequence is elements [first_nonopt,last_nonopt)
300 The other is elements [last_nonopt,optind), which contains all
303 `first_nonopt' and `last_nonopt' are relocated so that they describe
315 int middle = last_nonopt;
386 first_nonopt += (optind - last_nonopt);
387 last_nonopt = optind;
405 first_nonopt = last_nonopt = optind;
555 if (last_nonopt > optin
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A Dgetopt.c261 `last_nonopt' is the index after the last of them. */ variable
264 static int last_nonopt;
307 One subsequence is elements [first_nonopt,last_nonopt)
309 The other is elements [last_nonopt,share__optind), which contains all
312 `first_nonopt' and `last_nonopt' are relocated so that they describe
324 int middle = last_nonopt;
395 first_nonopt += (share__optind - last_nonopt);
396 last_nonopt = share__optind;
414 first_nonopt = last_nonopt = share__optind;
566 if (last_nonopt > share__optin
[all...]

Completed in 102 milliseconds