Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
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 */
/external/openssh/
Ddefines.h565 # define optopt BSDoptopt