Home
last modified time | relevance | path

Searched refs:opterr (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd/contrib/libpcap/missing/
H A Dgetopt.c44 int opterr = 1, /* if error message should be printed */ variable
88 if (opterr && *ostr != ':') in getopt()
103 if (opterr && *ostr != ':') in getopt()
120 if (opterr) in getopt()
H A Dgetopt.h5 extern int optind, opterr, optreset, optopt;
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dgetopt_long.c37 extern int opterr; /* if error message should be printed */
107 if (opterr && *ostr != ':')
121 if ((opterr) && (*ostr != ':'))
213 if ((opterr) && (*options != ':'))
220 if ((opterr) && (*options != ':'))
H A Dgetopt.c49 int opterr = 1, /* if error message should be printed */ variable
119 if (opterr && *ostr != ':')
136 if (opterr)
H A Dgetopt.h8 extern int opterr; /* if error message should be printed */
/freebsd/contrib/libevent/WIN32-Code/
H A Dgetopt_long.c37 extern int opterr; /* if error message should be printed */
107 if (opterr && *ostr != ':')
121 if ((opterr) && (*ostr != ':'))
213 if ((opterr) && (*options != ':'))
220 if ((opterr) && (*options != ':'))
H A Dgetopt.c49 int opterr = 1, /* if error message should be printed */ variable
119 if (opterr && *ostr != ':')
136 if (opterr)
H A Dgetopt.h8 extern int opterr; /* if error message should be printed */
/freebsd/stand/libsa/
H A Dgetopt.c33 int opterr = 1, /* if error message should be printed */ variable
75 if (opterr && *ostr != ':') in getopt()
91 if (opterr) in getopt()
/freebsd/contrib/unifdef/FreeBSD/
H A Dgetopt.c32 int opterr = 1, /* if error message should be printed */ variable
83 if (opterr && *ostr != ':') in getopt()
108 if (opterr) in getopt()
/freebsd/lib/libc/stdlib/
H A Dgetopt.c43 int opterr = 1, /* if error message should be printed */ variable
92 if (opterr && *ostr != ':') in getopt()
123 if (opterr) in getopt()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetopt.c47 ROKEN_LIB_VARIABLE int opterr = 1; /* if error message should be printed */ variable
86 if (opterr && *ostr != ':') { in getopt()
112 if (opterr) in getopt()
/freebsd/contrib/bmake/
H A Dgetopt.c47 int opterr = 1, /* if error message should be printed */ variable
103 if (opterr && *ostr != ':') in getopt()
133 if (opterr) in getopt()
/freebsd/contrib/sendmail/libsm/
H A Dtest.c26 extern int opterr;
70 opterr = 0;
/freebsd/contrib/atf/atf-c++/detail/
H A Dapplication.cpp173 const int old_opterr = ::opterr; in process_options()
174 ::opterr = 0; in process_options()
192 opterr = old_opterr; in process_options()
/freebsd/contrib/kyua/utils/cmdline/
H A Dparser.cpp332 const int old_opterr = ::opterr; in parse()
336 ::opterr = 0; in parse()
368 ::opterr = old_opterr; in parse()
375 ::opterr = old_opterr; in parse()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java52 private boolean opterr = true; field in Getopt
121 if (opterr && optstring.charAt(0) != ':') { in err()
292 opterr = err; in setOpterr()
/freebsd/tests/sys/cddl/zfs/bin/
H A Dfile_common.h57 extern int optind, opterr, optopt;
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dfile_common.h64 extern int optind, opterr, optopt;
/freebsd/contrib/tcpdump/missing/
H A Dgetopt_long.h64 extern int optind, opterr, optopt;
/freebsd/contrib/libfido2/openbsd-compat/
H A Dgetopt.h67 extern int opterr;
/freebsd/include/
H A Dgetopt.h71 extern int optind, opterr, optopt;
/freebsd/tools/build/cross-build/include/common/
H A Dgetopt.h41 #define opterr __freebsd_opterr macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetopt.h78 extern int opterr;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h43 extern int opterr;

1234