Searched refs:opterr (Results 1 - 25 of 75) sorted by relevance

123

/freebsd-current/contrib/libpcap/missing/
H A Dgetopt.h5 extern int optind, opterr, optreset, optopt;
H A Dgetopt.c44 int opterr = 1, /* if error message should be printed */ variable
88 if (opterr && *ostr != ':')
103 if (opterr && *ostr != ':')
120 if (opterr)
/freebsd-current/contrib/tcpdump/missing/
H A Dgetopt_long.h64 extern int optind, opterr, optopt;
/freebsd-current/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dgetopt.h8 extern int opterr; /* if error message should be printed */
H A Dgetopt.c49 int opterr = 1, /* if error message should be printed */ variable
119 if (opterr && *ostr != ':')
136 if (opterr)
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 != ':'))
/freebsd-current/contrib/libevent/WIN32-Code/
H A Dgetopt.h8 extern int opterr; /* if error message should be printed */
H A Dgetopt.c49 int opterr = 1, /* if error message should be printed */ variable
119 if (opterr && *ostr != ':')
136 if (opterr)
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 != ':'))
/freebsd-current/stand/libsa/
H A Dgetopt.c33 int opterr = 1, /* if error message should be printed */ variable
75 if (opterr && *ostr != ':')
91 if (opterr)
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dgetopt.h67 extern int opterr;
/freebsd-current/include/
H A Dgetopt.h71 extern int optind, opterr, optopt;
/freebsd-current/tools/build/cross-build/include/common/
H A Dgetopt.h41 #define opterr __freebsd_opterr macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetopt.h78 extern int opterr;
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dfile_common.h64 extern int optind, opterr, optopt;
/freebsd-current/tests/sys/cddl/zfs/bin/
H A Dfile_common.h57 extern int optind, opterr, optopt;
/freebsd-current/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 != ':') {
112 if (opterr)
/freebsd-current/contrib/unifdef/FreeBSD/
H A Dgetopt.c32 int opterr = 1, /* if error message should be printed */ variable
83 if (opterr && *ostr != ':')
108 if (opterr)
/freebsd-current/lib/libc/stdlib/
H A Dgetopt.c43 int opterr = 1, /* if error message should be printed */ variable
92 if (opterr && *ostr != ':')
123 if (opterr)
/freebsd-current/contrib/bmake/
H A Dgetopt.c47 int opterr = 1, /* if error message should be printed */ variable
103 if (opterr && *ostr != ':')
133 if (opterr)
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h43 extern int opterr;
/freebsd-current/contrib/sendmail/libsm/
H A Dtest.c26 extern int opterr;
70 opterr = 0;
/freebsd-current/contrib/diff/lib/
H A Dgetopt.h77 extern int opterr;
/freebsd-current/contrib/unifdef/win32/
H A Dunifdef.h83 extern int opterr, optind, optopt, optreset;
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dapplication.cpp173 const int old_opterr = ::opterr;
174 ::opterr = 0;
192 opterr = old_opterr;

Completed in 167 milliseconds

123