Searched refs:optopt (Results 26 - 50 of 65) sorted by relevance

123

/freebsd-11-stable/contrib/diff/lib/
H A Dgetopt.h81 extern int optopt;
129 missing arguments, `optopt' is set to the option letter, and '?' is
/freebsd-11-stable/contrib/groff/src/include/
H A Dgetopt_int.h41 int optopt;
40 int optopt; member in struct:_getopt_data
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dgetopt.c158 int optopt = '?';
691 optopt = 0;
722 optopt = pfound->val;
738 optopt = pfound->val;
773 optopt = 0;
800 optopt = c;
830 optopt = c;
960 optopt = c;
157 int optopt = '?'; variable
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java50 private int optopt = 0; field in class:Getopt
283 return optopt;
367 * For an unrecognized long-option, optopt will equal 0, but
371 optopt = c = args[optind].charAt(_sp);
381 * Note: When the long option is unrecognized, optopt will
390 optopt = c = optstring.charAt(cp);
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication.cpp179 ::optopt);
182 throw usage_error("Unknown option -%c.", ::optopt);
/freebsd-11-stable/contrib/openbsm/bin/praudit/
H A Dpraudit.c46 extern int optind, optopt, opterr,optreset;
/freebsd-11-stable/sbin/bectl/
H A Dbectl.c152 optopt);
205 optopt);
361 optopt);
488 cmd, optopt);
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dexterns.h81 extern int optind, opterr, optopt;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DOptionParser.cpp53 int OptionParser::GetOptionErrorCause() { return optopt; }
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm.c128 warnx("option '%c' requires an argument",optopt);
132 warnx("option '%c' not supported",optopt);
136 warnx("option '%c' not yet implemented",optopt);
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dmain.c356 optopt);
372 optopt);
384 optopt);
/freebsd-11-stable/usr.bin/ipcrm/
H A Dipcrm.c287 "option -%c requires an argument\n", optopt);
290 fprintf(stderr, "unrecognized option: -%c\n", optopt);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c550 optopt);
659 optopt);
755 optopt);
942 optopt);
1046 "'%c' option\n"), optopt);
1050 optopt);
1299 optopt);
1376 optopt);
2197 optopt);
2413 "'%c' option\n"), optopt);
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grolj4/
H A Dlj4.cpp601 extern "C" int optopt, optind; variable
625 if (optopt == 'd') {
629 fprintf(stderr, "option -%c requires an argument\n", optopt);
/freebsd-11-stable/crypto/openssh/
H A Dsftp.c386 extern int opterr, optind, optopt, optreset;
410 error("%s: Invalid flag -%c", cmd, optopt);
421 extern int opterr, optind, optopt, optreset;
434 error("%s: Invalid flag -%c", cmd, optopt);
445 extern int opterr, optind, optopt, optreset;
458 error("%s: Invalid flag -%c", cmd, optopt);
469 extern int opterr, optind, optopt, optreset;
511 error("ls: Invalid flag -%c", optopt);
522 extern int opterr, optind, optopt, optreset;
538 error("%s: Invalid flag -%c", cmd, optopt);
[all...]
/freebsd-11-stable/libexec/fingerd/
H A Dfingerd.c103 logerr("illegal option -- %c", optopt);
/freebsd-11-stable/libexec/ftpd/
H A Dpopen.c146 optreset = optind = optopt = 1;
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgostsum.c70 fprintf(stderr, "invalid option %c", optopt);
/freebsd-11-stable/usr.bin/apply/
H A Dapply.c91 nargs = optopt - '0';
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.c378 int optopt; variable
404 optopt = argv[optind][optchr];
405 cp = os_strchr(optstring, optopt);
406 if (cp == NULL || optopt == ':') {
/freebsd-11-stable/usr.sbin/pmccontrol/
H A Dpmccontrol.c441 "Missing argument to option '-%c'", optopt);
445 warnx("Unrecognized option \"-%c\"", optopt);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c677 optopt);
846 optopt);
1310 optopt);
1686 "'%c' option\n"), optopt);
1826 optopt);
1944 optopt);
2168 optopt);
2798 "'%c' option\n"), optopt);
2803 optopt);
3201 "'%c' option\n"), optopt);
[all...]
/freebsd-11-stable/usr.sbin/lpr/lpr/
H A Dlpr.c179 fonts[optopt - '1'] = optarg;
221 format = optopt;
260 if (optopt == 'i') {
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtp_main.c356 err = usage_error("Option -%c requires an argument.", optopt);
361 err = usage_error("Unknown option -%c.", optopt);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.c872 "operand\n", optopt);
877 optopt);

Completed in 322 milliseconds

123