Home
last modified time | relevance | path

Searched refs:opterr (Results 1 – 25 of 82) 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/crypto/krb5/src/util/support/
H A Dgetopt_long.c105 if (opterr && *ostr != ':')
119 if ((opterr) && (*ostr != ':'))
210 if ((opterr) && (*options != ':'))
217 if ((opterr) && (*options != ':'))
H A Dgetopt.c53 int opterr = 1, /* if error message should be printed */ variable
121 if (opterr && *ostr != ':')
138 if (opterr)
/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/sendmail/libsm/
H A Dtest.c26 extern int opterr;
70 opterr = 0;
/freebsd/contrib/kyua/utils/cmdline/
H A Dparser.cpp337 const int old_opterr = ::opterr; in parse()
341 ::opterr = 0; in parse()
378 ::opterr = old_opterr; in parse()
385 ::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/crypto/krb5/src/appl/sample/sserver/
H A Dsserver.c89 extern int opterr, optind; in main()
111 opterr = 0; in main()
/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.h65 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

1234