Searched refs:getopt (Results 26 - 50 of 767) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A DMakefile8 ncpsign_kernel.o getopt.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt.in.h1 /* Declarations for getopt.
26 <stdlib.h> includes <getopt.h>, and <config.h> is not a prerequisite for
36 headers that might declare getopt so that they will not cause
46 # undef getopt macro
56 # define getopt __GETOPT_ID (getopt) macro
72 but it caused redefinition warnings if both unistd.h and getopt.h were
73 included, since unistd.h includes getopt.h having previously defined
115 /* For communication from `getopt' to the caller.
116 When `getopt' find
[all...]
H A DMakefile.am12 # Reproduce by: gnulib-tool --import --dir=gettext-runtime --local-dir=gnulib-local --lib=libgrt --source-base=gnulib-lib --m4-base=gnulib-m4 --doc-base=doc --aux-dir=../build-aux --no-libtool --macro-prefix=gl atexit basename closeout csharpcomp-script error exit getopt gettext-h gettext-runtime-misc java javacomp-script memmove progname propername relocatable-prog stdbool strtoul unlocked-io xalloc
197 ## begin gnulib module getopt
201 # We need the following in order to create <getopt.h> when the system
203 getopt.h: getopt.in.h
205 cat $(srcdir)/getopt.in.h; \
208 MOSTLYCLEANFILES += getopt.h getopt.h-t
210 EXTRA_DIST += getopt.c getopt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt.in.h1 /* Declarations for getopt.
26 <stdlib.h> includes <getopt.h>, and <config.h> is not a prerequisite for
36 headers that might declare getopt so that they will not cause
46 # undef getopt macro
56 # define getopt __GETOPT_ID (getopt) macro
72 but it caused redefinition warnings if both unistd.h and getopt.h were
73 included, since unistd.h includes getopt.h having previously defined
115 /* For communication from `getopt' to the caller.
116 When `getopt' find
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/rt-tester/
H A Drt-tester.py13 import getopt namespace
105 (options, arguments) = getopt.getopt(sys.argv[1:],'chqt')
106 except getopt.GetoptError, ex:
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_unclean.c4 #include <getopt.h>
H A Dlibip6t_eui64.c6 #include <getopt.h>
H A Dlibip6t_standard.c7 #include <getopt.h>
H A Dlibipt_MIRROR.c5 #include <getopt.h>
H A Dlibipt_NOTRACK.c5 #include <getopt.h>
H A Dlibipt_standard.c7 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/console-tools/
H A Dsetconsole.c10 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dreadlink.c10 #include <getopt.h>
H A Denv.c32 #include <getopt.h> /* struct option */
H A Dmkdir.c22 #include <getopt.h> /* struct option */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DSequenceExample.cpp18 extern int getopt(int, char * const *, const char *);
59 while ((ch = getopt(argc, argv, "r")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Doptions.c22 #include <getopt.h>
81 while ((opt = getopt(argc, argv, "dki:u:p:a:s:r:t:U:")) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Dmk2knr.pl32 # if the line says "getopt" in it anywhere, we don't want to muck with it
35 next if /getopt/;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dhexdump.c12 #include <getopt.h>
66 while ((ch = getopt(argc, argv, hexdump_opts)) > 0) {
H A Dlosetup.c10 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbw_sample.c39 while ((opt = getopt(argc, argv, "W:U:R:d:P:l:hL:")) != EOF) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/getting_started/
H A Dgettingstarted_common.h13 extern int getopt(int, char * const *, const char *);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/bridge-1.x/brctl/
H A Dbrctl.c23 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/
H A Dgetopt.c23 * Subject: public domain AT&T getopt source
27 * source for getopt(3). It is the code which was given out at the 1985
41 static int getopt(int argc, char *argv[], char *opts) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A DMakefile.am48 $(top_builddir)/src/share/getopt/libgetopt.a \

Completed in 229 milliseconds

1234567891011>>