Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dgetopt.c44 BSDoptind = 1, /* index into parent argv vector */ variable
72 if (BSDoptind >= nargc || *(place = nargv[BSDoptind]) != '-') {
77 ++BSDoptind;
91 ++BSDoptind;
100 ++BSDoptind;
105 else if (nargc <= ++BSDoptind) { /* no arg */
116 BSDoptarg = nargv[BSDoptind];
118 ++BSDoptind;
/external/openssh/
Ddefines.h564 # define optind BSDoptind