Searched refs:__first_nonopt (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt_int.h101 int __first_nonopt;
100 int __first_nonopt; member in struct:_getopt_data
H A Dgetopt.c156 int bottom = d->__first_nonopt;
228 d->__first_nonopt += (d->optind - d->__last_nonopt);
242 d->__first_nonopt = d->__last_nonopt = d->optind;
397 if (d->__first_nonopt > d->optind)
398 d->__first_nonopt = d->optind;
405 if (d->__first_nonopt != d->__last_nonopt
409 d->__first_nonopt = d->optind;
428 if (d->__first_nonopt != d->__last_nonopt
431 else if (d->__first_nonopt == d->__last_nonopt)
432 d->__first_nonopt
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dgetopt_int.h101 int __first_nonopt;
100 int __first_nonopt; member in struct:_getopt_data
H A Dgetopt.c152 int bottom = d->__first_nonopt;
224 d->__first_nonopt += (d->optind - d->__last_nonopt);
238 d->__first_nonopt = d->__last_nonopt = d->optind;
393 if (d->__first_nonopt > d->optind)
394 d->__first_nonopt = d->optind;
401 if (d->__first_nonopt != d->__last_nonopt
405 d->__first_nonopt = d->optind;
424 if (d->__first_nonopt != d->__last_nonopt
427 else if (d->__first_nonopt == d->__last_nonopt)
428 d->__first_nonopt
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt_int.h101 int __first_nonopt;
100 int __first_nonopt; member in struct:_getopt_data
H A Dgetopt.c156 int bottom = d->__first_nonopt;
228 d->__first_nonopt += (d->optind - d->__last_nonopt);
242 d->__first_nonopt = d->__last_nonopt = d->optind;
397 if (d->__first_nonopt > d->optind)
398 d->__first_nonopt = d->optind;
405 if (d->__first_nonopt != d->__last_nonopt
409 d->__first_nonopt = d->optind;
428 if (d->__first_nonopt != d->__last_nonopt
431 else if (d->__first_nonopt == d->__last_nonopt)
432 d->__first_nonopt
[all...]

Completed in 98 milliseconds