Symbol: optopt
crypto/heimdal/lib/roken/getopt.c
115
p, optopt);
crypto/heimdal/lib/roken/getopt.c
123
return(optopt); /* dump back option letter */
crypto/heimdal/lib/roken/getopt.c
49
ROKEN_LIB_VARIABLE int optopt; /* character checked for validity */
crypto/heimdal/lib/roken/getopt.c
76
if ((optopt = (int)*place++) == (int)':' ||
crypto/heimdal/lib/roken/getopt.c
77
!(oli = strchr(ostr, optopt))) {
crypto/heimdal/lib/roken/getopt.c
82
if (optopt == (int)'-')
crypto/heimdal/lib/roken/getopt.c
92
p, optopt);
crypto/krb5/src/util/support/getopt.c
111
if ((optopt = (int)*place++) == (int)':' ||
crypto/krb5/src/util/support/getopt.c
112
!(oli = strchr(ostr, optopt))) {
crypto/krb5/src/util/support/getopt.c
117
if (optopt == (int)'-')
crypto/krb5/src/util/support/getopt.c
123
"%s: illegal option -- %c\n", __progname, optopt);
crypto/krb5/src/util/support/getopt.c
141
__progname, optopt);
crypto/krb5/src/util/support/getopt.c
149
return (optopt); /* dump back option letter */
crypto/krb5/src/util/support/getopt.c
55
optopt; /* character checked for validity */
crypto/krb5/src/util/support/getopt_long.c
101
if (optopt == (int)'-')
crypto/krb5/src/util/support/getopt_long.c
107
"%s: illegal option -- %c\n", __progname(nargv[0]), optopt);
crypto/krb5/src/util/support/getopt_long.c
122
__progname(nargv[0]), optopt);
crypto/krb5/src/util/support/getopt_long.c
129
return (optopt); /* dump back option letter */
crypto/krb5/src/util/support/getopt_long.c
95
if ((optopt = (int)*place++) == (int)':' ||
crypto/krb5/src/util/support/getopt_long.c
96
!(oli = strchr(ostr, optopt))) {
crypto/openssh/openbsd-compat/getopt.h
80
extern int optopt;
crypto/openssh/openbsd-compat/getopt_long.c
234
optopt = 0;
crypto/openssh/openbsd-compat/getopt_long.c
248
optopt = long_options[match].val;
crypto/openssh/openbsd-compat/getopt_long.c
250
optopt = 0;
crypto/openssh/openbsd-compat/getopt_long.c
278
optopt = long_options[match].val;
crypto/openssh/openbsd-compat/getopt_long.c
280
optopt = 0;
crypto/openssh/openbsd-compat/getopt_long.c
291
optopt = 0;
crypto/openssh/openbsd-compat/getopt_long.c
453
optopt = optchar;
crypto/openssh/openbsd-compat/getopt_long.c
464
optopt = optchar;
crypto/openssh/openbsd-compat/getopt_long.c
485
optopt = optchar;
crypto/openssh/openbsd-compat/getopt_long.c
91
int optopt = '?'; /* character checked for validity */
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/getopt.h
71
extern int optind, opterr, optopt;
include/unistd.h
387
extern int optind, opterr, optopt;
lib/libc/stdlib/getopt.c
126
_getprogname(), optopt);
lib/libc/stdlib/getopt.c
132
return (optopt); /* return option letter */
lib/libc/stdlib/getopt.c
45
optopt, /* character checked for validity */
lib/libc/stdlib/getopt.c
70
optopt = *place++;
lib/libc/stdlib/getopt.c
71
if (optopt == '-' && *place == 0) {
lib/libc/stdlib/getopt.c
77
if (optopt == 0) {
lib/libc/stdlib/getopt.c
83
optopt = '-';
lib/libc/stdlib/getopt.c
86
optopt = *place++;
lib/libc/stdlib/getopt.c
89
if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
lib/libc/stdlib/getopt.c
95
optopt);
lib/libc/stdlib/getopt_long.c
261
optopt = 0;
lib/libc/stdlib/getopt_long.c
278
optopt = long_options[match].val;
lib/libc/stdlib/getopt_long.c
280
optopt = 0;
lib/libc/stdlib/getopt_long.c
315
optopt = long_options[match].val;
lib/libc/stdlib/getopt_long.c
317
optopt = 0;
lib/libc/stdlib/getopt_long.c
332
optopt = 0;
lib/libc/stdlib/getopt_long.c
512
optopt = optchar;
lib/libc/stdlib/getopt_long.c
523
optopt = optchar;
lib/libc/stdlib/getopt_long.c
547
optopt = optchar;
lib/libc/stdlib/getopt_long.c
67
int optopt = '?'; /* character checked for validity */
libexec/fingerd/fingerd.c
91
logerr("illegal option -- %c", optopt);
sbin/bectl/bectl.c
140
optopt);
sbin/bectl/bectl.c
206
optopt);
sbin/bectl/bectl.c
374
optopt);
sbin/bectl/bectl.c
500
cmd, optopt);
sbin/bectl/bectl_jail.c
270
optopt);
sbin/bectl/bectl_list.c
428
optopt);
stand/libsa/getopt.c
100
return (optopt); /* dump back option letter */
stand/libsa/getopt.c
35
optopt, /* character checked for validity */
stand/libsa/getopt.c
65
if ((optopt = (int)*place++) == (int)':' ||
stand/libsa/getopt.c
66
!(oli = strchr(ostr, optopt))) {
stand/libsa/getopt.c
71
if (optopt == (int)'-')
stand/libsa/getopt.c
76
(void)printf("illegal option -- %c\n", optopt);
stand/libsa/getopt.c
92
(void)printf("option requires an argument -- %c\n", optopt);
stand/libsa/stand.h
338
extern int optind, opterr, optopt, optreset;
tests/sys/cddl/zfs/bin/file_common.h
57
extern int optind, opterr, optopt;
tests/sys/cddl/zfs/bin/file_trunc.c
103
extern int optind, optopt;
tests/sys/cddl/zfs/bin/file_trunc.c
139
"Option -%c requires an operand\n", optopt);
tests/sys/cddl/zfs/bin/file_trunc.c
145
"Unrecognized option: -%c\n", optopt);
tests/sys/cddl/zfs/bin/file_write.c
101
(void) printf("unknown arg %c\n", optopt);
tools/test/netfibs/reflect.c
344
optopt);
usr.bin/apply/apply.c
84
nargs = optopt - '0';
usr.bin/ipcrm/ipcrm.c
285
"option -%c requires an argument\n", optopt);
usr.bin/ipcrm/ipcrm.c
288
fprintf(stderr, "unrecognized option: -%c\n", optopt);
usr.bin/limits/limits.c
342
if ((p = strchr(rcs_string, optopt)) != NULL) {
usr.bin/limits/limits.c
352
set_limits[rcswhich1] = resource_num(rcswhich1, optopt, optarg);
usr.sbin/cron/cron/externs.h
108
extern int optind, opterr, optopt;
usr.sbin/iovctl/iovctl.c
219
warnx("Unrecognized argument '-%c'\n", optopt);
usr.sbin/lpr/lpr/lpr.c
166
fonts[optopt - '1'] = optarg;
usr.sbin/lpr/lpr/lpr.c
208
format = optopt;
usr.sbin/lpr/lpr/lpr.c
247
if (optopt == 'i') {
usr.sbin/pkg/pkg.c
1155
fprintf(stderr, "Option -%c requires an argument\n", optopt);
usr.sbin/pmccontrol/pmccontrol.c
440
"Missing argument to option '-%c'", optopt);
usr.sbin/pmccontrol/pmccontrol.c
444
warnx("Unrecognized option \"-%c\"", optopt);