Home
last modified time | relevance | path

Searched refs:optchar (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/stdlib/
H A Dgetopt_long.c363 int optchar, short_too; local
500 if (optchar != -1) {
502 return (optchar);
521 optchar);
524 warnx(illoptchar, optchar);
526 optopt = optchar;
536 warnx(recargchar, optchar);
537 optopt = optchar;
547 return (optchar);
561 optopt = optchar;
[all …]
/dragonfly/contrib/flex/src/
H A Dscanopt.c503 char optchar[2]; in scanopt_err() local
509 optchar[0] = in scanopt_err()
511 optchar[1] = '\0'; in scanopt_err()
512 optname = optchar; in scanopt_err()
/dragonfly/usr.bin/units/
H A Dunits.c697 int optchar; in main() local
707 while ((optchar = getopt(argc, argv, "f:qvUV")) != -1) { in main()
708 switch (optchar) { in main()