Searched defs:optind (Results 1 - 1 of 1) sorted by relevance

/sendmail/sendmail/
H A Dconf.c2999 extern int optind, opterr, optopt;
3003 int optind = 1; /* index into parent argv vector */ local
3032 if (optind >= nargc || *(place = nargv[optind]) != '-' || !*++place) {
3037 ++optind;
3043 if (!*place) ++optind;
3048 if (!*place) ++optind;
3052 else if (nargc <= ++optind) { /* no arg */
3056 else optarg = nargv[optind]; /* white space */
3058 ++optind;
[all...]

Completed in 56 milliseconds