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

123456

/netbsd-current/external/bsd/libpcap/dist/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)
/netbsd-current/external/bsd/openldap/dist/include/
H A Dgetopt-compat.h32 #define opterr lutil_opterr macro
37 LDAP_LUTIL_V (int) optind, opterr, optopt;
/netbsd-current/external/bsd/libevent/dist/WIN32-Code/
H A Dgetopt.h9 extern int opterr; /* if error message should be printed */
H A Dgetopt.c50 int opterr = 1, /* if error message should be printed */ variable
120 if (opterr && *ostr != ':')
137 if (opterr)
/netbsd-current/external/bsd/tcpdump/dist/missing/
H A Dgetopt_long.h64 extern int optind, opterr, optopt;
/netbsd-current/sys/arch/i386/stand/libsa/
H A Dgetopt.c37 int opterr = 1, /* if error message should be printed */ variable
79 if (opterr && *ostr != ':')
95 if (opterr)
/netbsd-current/sys/arch/ia64/stand/common/
H A Dgetopt.c37 int opterr = 1, /* if error message should be printed */ variable
79 if (opterr && *ostr != ':')
95 if (opterr)
/netbsd-current/sys/arch/arc/stand/boot/
H A Dgetopt.c37 int opterr = 1, /* if error message should be printed */ variable
79 if (opterr && *ostr != ':')
95 if (opterr)
/netbsd-current/sys/arch/sgimips/stand/common/
H A Dgetopt.c37 int opterr = 1, /* if error message should be printed */ variable
79 if (opterr && *ostr != ':')
95 if (opterr)
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dgetopt_.h45 # undef opterr macro
55 # define opterr __GETOPT_ID (opterr) macro
135 extern int opterr;
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dgetopt.h47 # undef opterr macro
57 # define opterr __GETOPT_ID (opterr) macro
137 extern int opterr;
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dgetopt.h67 extern int opterr;
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dgetopt_.h51 # undef opterr macro
61 # define opterr __GETOPT_ID (opterr) macro
141 extern DLL_VARIABLE int opterr;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dgetopt_.h51 # undef opterr macro
61 # define opterr __GETOPT_ID (opterr) macro
141 extern DLL_VARIABLE int opterr;
/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dgetopt.h50 extern int opterr;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetopt.c49 ROKEN_LIB_VARIABLE int opterr = 1; /* if error message should be printed */ variable
88 if (opterr && *ostr != ':') {
114 if (opterr)
/netbsd-current/lib/libc/stdlib/
H A Dgetopt.c48 int opterr = 1, /* if error message should be printed */
101 if (opterr && *ostr != ':')
132 if (opterr)
/netbsd-current/external/gpl2/gmake/dist/
H A Dgetopt.h54 extern int opterr;
/netbsd-current/external/bsd/openldap/dist/include/ac/
H A Dunistd.h55 LDAP_LIBC_V (int) optind, opterr, optopt;
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dgetopt.h54 extern int opterr;
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dgetopt.h54 extern int opterr;
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgetopt.h54 extern int opterr;
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dgetopt.h54 extern int opterr;
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgetopt.h54 extern int opterr;

Completed in 179 milliseconds

123456