Searched refs:BSDoptopt (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dgetopt.c45 BSDoptopt, /* character checked for validity */ variable
82 if ((BSDoptopt = (int)*place++) == (int)':' ||
83 !(oli = strchr(ostr, BSDoptopt))) {
88 if (BSDoptopt == (int)'-')
94 "%s: illegal option -- %c\n", __progname, BSDoptopt);
112 __progname, BSDoptopt);
120 return (BSDoptopt); /* dump back option letter */
/macosx-10.10.1/OpenSSH-189/openssh/
H A Ddefines.h561 # define optopt BSDoptopt

Completed in 58 milliseconds