HomeSort by relevance Sort by last modified time
    Searched refs:BSDoptopt (Results 1 - 2 of 2) sorted by null

  /external/openssh/openbsd-compat/
getopt.c 45 BSDoptopt, /* character checked for validity */
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/
defines.h 565 # define optopt BSDoptopt

Completed in 72 milliseconds