HomeSort by: relevance | last modified time | path
    Searched defs:optchar (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/radioctl/
radioctl.c 115 int optchar; local in function:main
130 while ((optchar = getopt(argc, argv, "af:nw:")) != -1) {
131 switch (optchar) {
  /src/lib/libc/stdlib/
getopt_long.c 171 int optchar; local in function:getopt_internal
248 if ((optchar = (int)*place++) == (int)':' ||
249 (oli = strchr(options + (IGNORE_FIRST ? 1 : 0), optchar)) == NULL) {
254 warnx(illoptchar, optchar);
255 optopt = optchar;
258 if (optchar == 'W' && oli[1] == ';') { /* -W long-option */
266 warnx(recargchar, optchar);
267 optopt = optchar;
289 warnx(recargchar, optchar);
290 optopt = optchar;
    [all...]
  /src/usr.bin/units/
units.c 865 int optchar; local in function:main
870 while ((optchar = getopt(argc, argv, "lLvqf:")) != -1) {
871 switch (optchar) {

Completed in 14 milliseconds