Searched refs:BSDoptopt (Results 1 – 2 of 2) sorted by relevance
45 BSDoptopt, /* character checked for validity */ variable82 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 */
565 # define optopt BSDoptopt