Symbol: optopt
bin/cpdup/cpdup.c
273
fatal("missing argument for option: -%c\n", optopt);
bin/cpdup/cpdup.c
277
fatal("illegal option: -%c\n", optopt);
bin/cpdup/cpdup.c
417
fatal("option requires boolean argument (0 or 1): -%c\n", optopt);
crypto/openssh/sftp.c
400
extern int opterr, optind, optopt, optreset;
crypto/openssh/sftp.c
424
error("%s: Invalid flag -%c", cmd, optopt);
crypto/openssh/sftp.c
435
extern int opterr, optind, optopt, optreset;
crypto/openssh/sftp.c
448
error("%s: Invalid flag -%c", cmd, optopt);
crypto/openssh/sftp.c
459
extern int opterr, optind, optopt, optreset;
crypto/openssh/sftp.c
472
error("%s: Invalid flag -%c", cmd, optopt);
crypto/openssh/sftp.c
483
extern int opterr, optind, optopt, optreset;
crypto/openssh/sftp.c
525
error("ls: Invalid flag -%c", optopt);
crypto/openssh/sftp.c
536
extern int opterr, optind, optopt, optreset;
crypto/openssh/sftp.c
552
error("%s: Invalid flag -%c", cmd, optopt);
crypto/openssh/sftp.c
563
extern int opterr, optind, optopt, optreset;
crypto/openssh/sftp.c
576
error("%s: Invalid flag -%c", cmd, optopt);
crypto/openssh/sftp.c
587
extern int opterr, optind, optopt, optreset;
crypto/openssh/sftp.c
596
error("%s: Invalid flag -%c", cmd, optopt);
include/unistd.h
432
extern int optind, opterr, optopt;
lib/libc/stdlib/getopt.c
105
optopt);
lib/libc/stdlib/getopt.c
136
_getprogname(), optopt);
lib/libc/stdlib/getopt.c
142
return (optopt); /* return option letter */
lib/libc/stdlib/getopt.c
46
optopt, /* character checked for validity */
lib/libc/stdlib/getopt.c
80
optopt = *place++;
lib/libc/stdlib/getopt.c
81
if (optopt == '-' && *place == 0) {
lib/libc/stdlib/getopt.c
87
if (optopt == 0) {
lib/libc/stdlib/getopt.c
93
optopt = '-';
lib/libc/stdlib/getopt.c
96
optopt = *place++;
lib/libc/stdlib/getopt.c
99
if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
lib/libc/stdlib/getopt_long.c
271
optopt = 0;
lib/libc/stdlib/getopt_long.c
288
optopt = long_options[match].val;
lib/libc/stdlib/getopt_long.c
290
optopt = 0;
lib/libc/stdlib/getopt_long.c
325
optopt = long_options[match].val;
lib/libc/stdlib/getopt_long.c
327
optopt = 0;
lib/libc/stdlib/getopt_long.c
342
optopt = 0;
lib/libc/stdlib/getopt_long.c
526
optopt = optchar;
lib/libc/stdlib/getopt_long.c
537
optopt = optchar;
lib/libc/stdlib/getopt_long.c
561
optopt = optchar;
lib/libc/stdlib/getopt_long.c
77
int optopt = '?'; /* character checked for validity */
libexec/dma/dma.c
547
if (optopt == 'q') {
libexec/dma/dma.c
554
fprintf(stderr, "invalid argument: `-%c'\n", optopt);
libexec/fingerd/fingerd.c
84
logerr("illegal option -- %c", optopt);
libexec/ftpd/ftpd.c
394
syslog(LOG_WARNING, "unknown flag -%c ignored", optopt);
libexec/ftpd/popen.c
137
optreset = optind = optopt = 1;
sbin/jscan/jscan.c
176
fprintf(stderr, "unknown option: -%c\n", optopt);
sbin/mountctl/mountctl.c
186
fprintf(stderr, "unknown option: -%c\n", optopt);
stand/lib/getopt.c
103
return (optopt); /* dump back option letter */
stand/lib/getopt.c
38
optopt, /* character checked for validity */
stand/lib/getopt.c
68
if ((optopt = (int)*place++) == (int)':' ||
stand/lib/getopt.c
69
!(oli = strchr(ostr, optopt))) {
stand/lib/getopt.c
74
if (optopt == (int)'-')
stand/lib/getopt.c
79
(void)printf("illegal option -- %c\n", optopt);
stand/lib/getopt.c
95
(void)printf("option requires an argument -- %c\n", optopt);
stand/lib/stand.h
281
extern int optind, opterr, optopt, optreset;
test/debug/umtx.c
65
fprintf(stderr, "unknown option: -%c\n", optopt);
usr.bin/apply/apply.c
80
nargs = optopt - '0';
usr.bin/ipcrm/ipcrm.c
161
warnx("option -%c requires an argument\n", optopt);
usr.bin/ipcrm/ipcrm.c
164
warnx("unrecognized option: -%c\n", optopt);
usr.bin/limits/limits.c
322
if ((p = strchr(rcs_string, optopt)) != NULL) {
usr.bin/limits/limits.c
341
set_limits[rcswhich] = resource_num(rcswhich, optopt, optarg);
usr.sbin/acpi/acpicall/acpicall.c
86
switch (optopt) {
usr.sbin/cron/cron/externs.h
81
extern int optind, opterr, optopt;
usr.sbin/lpr/lpr/lpr.c
163
fonts[optopt - '1'] = optarg;
usr.sbin/lpr/lpr/lpr.c
205
format = optopt;
usr.sbin/lpr/lpr/lpr.c
251
if (optopt == 'i') {