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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/lib/
H A DMakefile.am24 EXTRA_DIST = getopt.in.h getopt.c getopt1.c getopt_int.h
26 MOSTLYCLEANFILES = getopt.h getopt.h-t
28 getopt.h: getopt.in.h
30 cat $(srcdir)/getopt.in.h; \
H A Dgetopt.in.h1 /* Declarations for getopt.
29 headers that might declare getopt so that they will not cause
39 # undef getopt macro
49 # define getopt __GETOPT_ID (getopt) macro
65 but it caused redefinition warnings if both unistd.h and getopt.h were
66 included, since unistd.h includes getopt.h having previously defined
108 /* For communication from `getopt' to the caller.
109 When `getopt' finds an option that takes an argument,
118 and for communication between successive calls to `getopt'
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/lib/
H A DMakefile.am24 EXTRA_DIST = getopt.in.h getopt.c getopt1.c getopt_int.h
26 MOSTLYCLEANFILES = getopt.h getopt.h-t
28 getopt.h: getopt.in.h
30 cat $(srcdir)/getopt.in.h; \
H A Dgetopt.in.h1 /* Declarations for getopt.
29 headers that might declare getopt so that they will not cause
39 # undef getopt macro
49 # define getopt __GETOPT_ID (getopt) macro
65 but it caused redefinition warnings if both unistd.h and getopt.h were
66 included, since unistd.h includes getopt.h having previously defined
108 /* For communication from `getopt' to the caller.
109 When `getopt' finds an option that takes an argument,
118 and for communication between successive calls to `getopt'
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/
H A DMakefile.am18 SUBDIRS = getopt replaygain_analysis replaygain_synthesis grabbag utf8
H A DMakefile.lite18 .PHONY: all getopt grabbag replaygain_analysis replaygain_synthesis utf8
19 all: getopt grabbag replaygain_analysis replaygain_synthesis utf8
33 getopt:
49 -(cd getopt ; $(MAKE) -f Makefile.lite clean)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgetopt.h1 /* Declarations for getopt.
25 /* For communication from `getopt' to the caller.
26 When `getopt' finds an option that takes an argument,
35 and for communication between successive calls to `getopt'.
37 On entry to `getopt', zero means this is the first call; initialize.
39 When `getopt' returns EOF, this is the index of the first of the
47 /* Callers store zero here to inhibit the error message `getopt' prints
74 one). For long options that have a zero `flag' field, `getopt'
99 /* Many other libraries have conflicting prototypes for getopt, with
101 errors, only prototype getopt fo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgetopt.h1 /* Declarations for getopt.
25 /* For communication from `getopt' to the caller.
26 When `getopt' finds an option that takes an argument,
35 and for communication between successive calls to `getopt'.
37 On entry to `getopt', zero means this is the first call; initialize.
39 When `getopt' returns EOF, this is the index of the first of the
47 /* Callers store zero here to inhibit the error message `getopt' prints
74 one). For long options that have a zero `flag' field, `getopt'
99 /* Many other libraries have conflicting prototypes for getopt, with
101 errors, only prototype getopt fo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/extensions/
H A Dlibct_proto_unknown.c11 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/lib/
H A Dgetopt.h1 /* Declarations for getopt.
25 /* For communication from `getopt' to the caller.
26 When `getopt' finds an option that takes an argument,
35 and for communication between successive calls to `getopt'.
37 On entry to `getopt', zero means this is the first call; initialize.
39 When `getopt' returns -1, this is the index of the first of the
47 /* Callers store zero here to inhibit the error message `getopt' prints
74 one). For long options that have a zero `flag' field, `getopt'
99 /* SunOS4 declares getopt with the following prototype:
100 extern int getopt (in
102 #define getopt macro
[all...]
H A DMakefile.in63 OBJECTS = getopt.$(OBJEXT) getopt1.$(OBJEXT) getline.$(OBJEXT) hash.$(OBJEXT)
84 getopt.o : getopt.c getopt.h
85 $(CC) $(CFLAGS) $(CPPFLAGS) -c $(srcdir)/getopt.c
87 getopt1.o : getopt1.c getopt.h
H A DMakefile63 OBJECTS = getopt.$(OBJEXT) getopt1.$(OBJEXT) getline.$(OBJEXT) hash.$(OBJEXT)
84 getopt.o : getopt.c getopt.h
85 $(CC) $(CFLAGS) $(CPPFLAGS) -c $(srcdir)/getopt.c
87 getopt1.o : getopt1.c getopt.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/share/
H A DMakefile.am9 getopt.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dour_getopt.h9 /* Declarations for getopt.
38 /* For communication from `getopt' to the caller.
39 When `getopt' finds an option that takes an argument,
48 and for communication between successive calls to `getopt'.
50 On entry to `getopt', zero means this is the first call; initialize.
52 When `getopt' returns -1, this is the index of the first of the
60 /* Callers store zero here to inhibit the error message `getopt' prints
88 one). For long options that have a zero `flag' field, `getopt'
110 #endif /* need getopt */
127 optional. This behavior is specific to the GNU `getopt'
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/lbl/
H A Dos-ultrix4.h29 int getopt(int, char * const *, const char *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/lbl/
H A Dos-ultrix4.h29 int getopt(int, char * const *, const char *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A DMakefile.lite11 getopt.c \
H A DMakefile.am9 libgetopt_a_SOURCES = getopt.c getopt1.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_TRACE.c5 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Doldapi.c28 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A DMakefile7 smbfs-objs := proc.o dir.o cache.o sock.o inode.o file.o ioctl.o getopt.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dgetopt.in.h1 /* Declarations for getopt.
29 headers that might declare getopt so that they will not cause
39 # undef getopt macro
49 # define getopt __GETOPT_ID (getopt) macro
65 but it caused redefinition warnings if both unistd.h and getopt.h were
66 included, since unistd.h includes getopt.h having previously defined
108 /* For communication from `getopt' to the caller.
109 When `getopt' finds an option that takes an argument,
118 and for communication between successive calls to `getopt'
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_TRACE.c5 #include <getopt.h>

Completed in 218 milliseconds

1234567891011>>