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

12345

/macosx-10.10.1/patch_cmds-17/diffstat/porting/
H A Dgetopt.h2 extern int optind, opterr;
/macosx-10.10.1/dcerpc-61/dcerpc/demos/access/
H A Dgetopt.h48 extern int opterr;
/macosx-10.10.1/dcerpc-61/dcerpc/demos/echo_number/
H A Dgetopt.h48 extern int opterr;
/macosx-10.10.1/dcerpc-61/dcerpc/demos/echo_server/
H A Dgetopt.h48 extern int opterr;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dast_getopt.h34 extern int opterr;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dgetopt-compat.h30 #define opterr lutil_opterr macro
35 LDAP_LUTIL_V (int) optind, opterr, optopt;
/macosx-10.10.1/text_cmds-88/sort/
H A Dlong-options.c58 saved_opterr = opterr;
61 opterr = 0;
86 opterr = saved_opterr;
H A Dgetopt.h43 # undef opterr macro
53 # define opterr __GETOPT_ID (opterr) macro
133 extern int opterr;
/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Dgetopt.c43 int opterr = 1, /* if error message should be printed */ variable
81 opterr = optind = 1;
116 if (opterr && *ostr != ':')
133 if (opterr)
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dgetopt_.h45 # undef opterr macro
55 # define opterr __GETOPT_ID (opterr) macro
135 extern int opterr;
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgetopt_.h43 # undef opterr macro
53 # define opterr __GETOPT_ID (opterr) macro
133 extern int opterr;
/macosx-10.10.1/groff-38/groff/src/include/
H A Dgetopt.h45 # undef opterr macro
55 # define opterr __GETOPT_ID (opterr) macro
135 extern int opterr;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/port/
H A Dlibport.h31 extern int opterr;
H A Dgetopt.c40 int opterr = 1, /* if error message should be printed */ variable
90 if (opterr && *optstring != ':')
114 if (opterr)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dgetopt.c39 int opterr = 1;
61 if (opterr && (!optstring || *optstring != ':'))
/macosx-10.10.1/uucp-11/uucp/
H A Dgetopt.h34 #define opterr gnu_opterr macro
61 extern int opterr;
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dgetopt.h78 extern int optind, opterr, optopt;
/macosx-10.10.1/Heimdal-398.1.2/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)
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dgetopt.c48 int opterr = 1, /* if error message should be printed */ variable
108 if (opterr && *ostr != ':')
139 if (opterr)
/macosx-10.10.1/libpcap-48/libpcap/Win32/Src/
H A Dgetopt.c42 int opterr = 1, /* if error message should be printed */ variable
92 if (opterr && *ostr != ':')
109 if (opterr)
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/compat/
H A Dgetopt.c46 int opterr = 1, /* if error message should be printed */ variable
91 if (opterr && *ostr != ':')
113 if (opterr)
/macosx-10.10.1/tcpdump-61/tcpdump/win32/Src/
H A Dgetopt.c42 int opterr = 1, /* if error message should be printed */ variable
88 if (opterr && *ostr != ':')
105 if (opterr)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dunistd.h53 LDAP_LIBC_V (int) optind, opterr, optopt;
/macosx-10.10.1/bc-21/bc/h/
H A Dgetopt.h54 extern int opterr;
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dgetopt.h55 extern int opterr;

Completed in 246 milliseconds

12345