Home | History | Annotate | Download | only in src

Lines Matching full:optopt

275         optopt;                 /* character checked for validity */
362 (NULL != program) ? program : "getopt", pch, optopt);
385 if ((optopt = (int)*place++) == (int)':'
386 || !(oli = strchr(ostr, optopt))) {
413 return optopt; /* return option letter */