Searched refs:getopt (Results 1 - 25 of 1128) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/usr.bin/getopt/
H A DMakefile3 PROG = getopt
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Dtp_test.c39 ATF_TC(getopt); variable
40 ATF_TC_HEAD(getopt, tc)
42 atf_tc_set_md_var(tc, "descr", "Checks if getopt(3) global state is "
44 "getopt(3) again");
46 ATF_TC_BODY(getopt, tc)
61 * same driver to start, we can test getopt(3) right here without doing
63 while ((ch = getopt(argc, argv, ":Z")) != -1) {
76 "after the call to getopt(3)");
93 ATF_TP_ADD_TC(tp, getopt);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dapplication_test.cpp57 // same driver to start, we can test getopt(3) right here without doing
59 while ((ch = ::getopt(argc, argv, ":Z")) != -1) {
78 ATF_TEST_CASE_WITHOUT_HEAD(getopt); variable
79 ATF_TEST_CASE_BODY(getopt)
89 ATF_ADD_TEST_CASE(tcs, getopt);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dgetopt-compat.h3 /* getopt-compat.h -- getopt(3) compatibility header */
4 /* OpenLDAP: pkg/ldap/include/getopt-compat.h,v 1.19.2.5 2010/04/13 20:22:47 kurt Exp */
20 * getopt(3) declarations
34 #define getopt lutil_getopt macro
38 LDAP_LUTIL_F (int) getopt LDAP_P(( int, char * const [], const char *));
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/
H A Dtp_test.c37 ATF_TC(getopt); variable
38 ATF_TC_HEAD(getopt, tc)
40 atf_tc_set_md_var(tc, "descr", "Checks if getopt(3) global state is "
42 "getopt(3) again");
44 ATF_TC_BODY(getopt, tc)
60 * same driver to start, we can test getopt(3) right here without doing
63 while ((ch = getopt(argc, argv, ":Z")) != -1) {
78 "after the call to getopt(3)");
95 ATF_TP_ADD_TC(tp, getopt);
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/win32/Include/
H A Dgetopt.h1 /* Declarations for getopt.
28 /* For communication from `getopt' to the caller.
29 When `getopt' finds an option that takes an argument,
40 and for communication between successive calls to `getopt'.
42 On entry to `getopt', zero means this is the first call; initialize.
44 When `getopt' returns EOF, this is the index of the first of the
54 /* Callers store zero here to inhibit the error message `getopt' prints
83 one). For long options that have a zero `flag' field, `getopt'
108 /* Many other libraries have conflicting prototypes for getopt, with
110 errors, only prototype getopt fo
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dgetopt.h1 /* Declarations for getopt.
30 /* For communication from `getopt' to the caller.
31 When `getopt' finds an option that takes an argument,
40 and for communication between successive calls to `getopt'.
42 On entry to `getopt', zero means this is the first call; initialize.
44 When `getopt' returns -1, this is the index of the first of the
52 /* Callers store zero here to inhibit the error message `getopt' prints
79 one). For long options that have a zero `flag' field, `getopt'
110 /* Many other libraries have conflicting prototypes for getopt, with
112 errors, only prototype getopt fo
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dgetopt.h1 /* Declarations for getopt.
30 /* For communication from `getopt' to the caller.
31 When `getopt' finds an option that takes an argument,
40 and for communication between successive calls to `getopt'.
42 On entry to `getopt', zero means this is the first call; initialize.
44 When `getopt' returns -1, this is the index of the first of the
52 /* Callers store zero here to inhibit the error message `getopt' prints
79 one). For long options that have a zero `flag' field, `getopt'
110 /* Many other libraries have conflicting prototypes for getopt, with
112 errors, only prototype getopt fo
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dgetopt.h1 /* Declarations for getopt.
30 /* For communication from `getopt' to the caller.
31 When `getopt' finds an option that takes an argument,
40 and for communication between successive calls to `getopt'.
42 On entry to `getopt', zero means this is the first call; initialize.
44 When `getopt' returns -1, this is the index of the first of the
52 /* Callers store zero here to inhibit the error message `getopt' prints
79 one). For long options that have a zero `flag' field, `getopt'
110 /* Many other libraries have conflicting prototypes for getopt, with
112 errors, only prototype getopt fo
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dgetopt.h1 /* Declarations for getopt.
29 /* For communication from `getopt' to the caller.
30 When `getopt' finds an option that takes an argument,
39 and for communication between successive calls to `getopt'.
41 On entry to `getopt', zero means this is the first call; initialize.
43 When `getopt' returns -1, this is the index of the first of the
51 /* Callers store zero here to inhibit the error message `getopt' prints
78 one). For long options that have a zero `flag' field, `getopt'
103 /* Many other libraries have conflicting prototypes for getopt, with
105 errors, only prototype getopt fo
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/bc/h/
H A Dgetopt.h1 /* Declarations for getopt.
29 /* For communication from `getopt' to the caller.
30 When `getopt' finds an option that takes an argument,
39 and for communication between successive calls to `getopt'.
41 On entry to `getopt', zero means this is the first call; initialize.
43 When `getopt' returns EOF, this is the index of the first of the
51 /* Callers store zero here to inhibit the error message `getopt' prints
78 one). For long options that have a zero `flag' field, `getopt'
103 /* Many other libraries have conflicting prototypes for getopt, with
105 errors, only prototype getopt fo
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dgetopt.h1 /* Declarations for getopt.
30 /* For communication from `getopt' to the caller.
31 When `getopt' finds an option that takes an argument,
40 and for communication between successive calls to `getopt'.
42 On entry to `getopt', zero means this is the first call; initialize.
44 When `getopt' returns -1, this is the index of the first of the
52 /* Callers store zero here to inhibit the error message `getopt' prints
79 one). For long options that have a zero `flag' field, `getopt'
110 /* Many other libraries have conflicting prototypes for getopt, with
112 errors, only prototype getopt fo
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dapplication_test.cpp58 // same driver to start, we can test getopt(3) right here without doing
61 while ((ch = ::getopt(argc, argv, ":Z")) != -1) {
82 ATF_TEST_CASE_WITHOUT_HEAD(getopt); variable
83 ATF_TEST_CASE_BODY(getopt)
93 ATF_ADD_TEST_CASE(tcs, getopt);
/netbsd-6-1-5-RELEASE/tools/compat/
H A Dcompat_getopt.h3 /* We unconditionally use the NetBSD getopt.h in libnbcompat. */
6 #include <getopt.h>
17 #include "../../include/getopt.h"
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dgetopt.h3 /* Declarations for getopt.
32 /* For communication from `getopt' to the caller.
33 When `getopt' finds an option that takes an argument,
42 and for communication between successive calls to `getopt'.
44 On entry to `getopt', zero means this is the first call; initialize.
46 When `getopt' returns -1, this is the index of the first of the
54 /* Callers store zero here to inhibit the error message `getopt' prints
82 one). For long options that have a zero `flag' field, `getopt'
104 #endif /* need getopt */
121 optional. This behavior is specific to the GNU `getopt'
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dgetopt.h3 /* Declarations for getopt.
42 /* For communication from `getopt' to the caller.
43 When `getopt' finds an option that takes an argument,
52 and for communication between successive calls to `getopt'.
54 On entry to `getopt', zero means this is the first call; initialize.
56 When `getopt' returns -1, this is the index of the first of the
64 /* Callers store zero here to inhibit the error message `getopt' prints
92 one). For long options that have a zero `flag' field, `getopt'
114 #endif /* need getopt */
131 optional. This behavior is specific to the GNU `getopt'
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/nslint-2.1a3/lbl/
H A Dos-ultrix4.h31 int getopt(int, char * const *, const char *);
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/lbl/
H A Dos-ultrix4.h29 int getopt(int, char * const *, const char *);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/ac/
H A Dunistd.h44 /* getopt() defines may be in separate include file */
46 # include <getopt.h>
49 /* no getopt, assume we need getopt-compat.h */
50 # include <getopt-compat.h>
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/admin/
H A Ddownload-vulnerability-list.sh.in13 args=`getopt c:hs $*`
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/lbl/
H A Dos-ultrix4.h29 int getopt(int, char * const *, const char *);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dgetopt_.h1 /* Declarations for getopt.
29 headers that might declare getopt so that they will not cause
41 # undef getopt macro
51 # define getopt __GETOPT_ID (getopt) macro
67 but it caused redefinition warnings if both unistd.h and getopt.h were
68 included, since unistd.h includes getopt.h having previously defined
110 /* For communication from `getopt' to the caller.
111 When `getopt' finds an option that takes an argument,
120 and for communication between successive calls to `getopt'
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpython-config.py6 import getopt
18 opts, args = getopt.getopt(sys.argv[1:], '', valid_opts)
19 except getopt.error:
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A DMakefile.am17 libtxi_a_SOURCES = getopt.c getopt.h getopt1.c getopt_.h getopt_int.h \
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dgetopt.h3 /* Declarations for getopt.
31 headers that might declare getopt so that they will not cause
43 # undef getopt macro
53 # define getopt __GETOPT_ID (getopt) macro
69 but it caused redefinition warnings if both unistd.h and getopt.h were
70 included, since unistd.h includes getopt.h having previously defined
112 /* For communication from `getopt' to the caller.
113 When `getopt' finds an option that takes an argument,
122 and for communication between successive calls to `getopt'
[all...]

Completed in 392 milliseconds

1234567891011>>