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

123

/freebsd-11-stable/contrib/dma/
H A Ddma.c544 if (optopt == 'q') {
551 fprintf(stderr, "invalid argument: `-%c'\n", optopt);
/freebsd-11-stable/crypto/openssh/
H A Ddefines.h589 # undef optopt macro
595 # define optopt BSDoptopt macro
/freebsd-11-stable/usr.sbin/iovctl/
H A Diovctl.c222 warnx("Unrecognized argument '-%c'\n", optopt);
/freebsd-11-stable/tools/test/netfibs/
H A Dreflect.c346 optopt);
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests.cpp590 throw usage_error("Option -%c requires an argument.", ::optopt);
595 throw usage_error("Unknown option -%c.", ::optopt);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zstreamdump/
H A Dzstreamdump.c248 "missing argument for '%c' option\n", optopt);
253 optopt);
/freebsd-11-stable/usr.bin/limits/
H A Dlimits.c338 if ((p = strchr(rcs_string, optopt)) != NULL) {
348 set_limits[rcswhich1] = resource_num(rcswhich1, optopt, optarg);
/freebsd-11-stable/sbin/bectl/
H A Dbectl_jail.c293 optopt);
H A Dbectl_list.c444 optopt);
/freebsd-11-stable/include/
H A Dunistd.h380 extern int optind, opterr, optopt;
/freebsd-11-stable/stand/libsa/
H A Dstand.h303 extern int optind, opterr, optopt, optreset;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c848 if (optopt == '?')
850 warn("illegal option -- %c\n", optopt);
/freebsd-11-stable/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c76 extern int optind, optopt, opterr,optreset;
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c3068 extern int optind, opterr, optopt;
3073 int optopt = 0; /* character checked for validity */ local
3082 (void) sm_io_putc(smioerr, SM_TIME_DEFAULT, optopt); \
3111 if ((optopt = (int)*place++) == (int)':' || !(oli = strchr(ostr,optopt))) {
3129 return optopt; /* dump back option letter */
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c414 syslog(LOG_WARNING, "unknown flag -%c ignored", optopt);

Completed in 322 milliseconds

123