Home
last modified time | relevance | path

Searched refs:BSDgetopt (Results 1 – 3 of 3) sorted by relevance

/external/openssh/openbsd-compat/
Dgetopt.c58 BSDgetopt(nargc, nargv, ostr) in BSDgetopt() function
Dopenbsd-compat.h141 int BSDgetopt(int argc, char * const *argv, const char *opts);
/external/openssh/
Ddefines.h562 # define getopt(ac, av, o) BSDgetopt(ac, av, o)