Searched refs:cf_optopt (Results 1 – 2 of 2) sorted by relevance
45 cf_optopt, /* character checked for validity */ variable81 if ((cf_optopt = (int)*place++) == (int)':' || in cf_getopt()82 !(oli = strchr(ostr, cf_optopt))) { in cf_getopt()87 if (cf_optopt == (int)'-') in cf_getopt()93 "%s: illegal option -- %c\n", __progname, cf_optopt); in cf_getopt()111 __progname, cf_optopt); in cf_getopt()119 return (cf_optopt); /* dump back option letter */ in cf_getopt()
65 extern int cf_opterr, cf_optind, cf_optopt, cf_optreset;