Searched refs:getopt (Results 201 - 225 of 767) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/floppy/
H A Dcreate_floppy_devices.c82 while ((c = getopt(argc, argv, "cudm:U:G:M:t:")) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevsettle.c28 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dchrt.c10 #include <getopt.h> /* optind */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/selinux/
H A Dchcon.c8 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dipcrm.c122 while ((c = getopt(argc, argv, "q:m:s:Q:M:S:h?")) != -1) {
H A Dumount.c12 #include <getopt.h>
H A Dgetopt.c3 * getopt.c - Enhanced implementation of BSD getopt(1)
34 #include <getopt.h>
156 if (quiet_errors) /* No error reporting from getopt(3) */
158 optind = 0; /* Reset getopt(3) */
167 getopt(argc, argv, optstr);
262 * 1) getopt(3) returned an error.
263 * 2) A problem with parameter parsing for getopt(1).
299 /* For some reason, the original getopt gave no error
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/tools/
H A Dtdbtorture.c12 #include <getopt.h>
220 while ((c = getopt(argc, argv, "n:l:s:H:h")) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dcheckpoint.cs45 while ((ch = getopt(argc, argv, "")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/apps/
H A Dgeoipupdate.c27 #include <getopt.h>
102 while ((c = getopt (argc, argv, "hvf:d:")) != -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/cas/
H A Dcas.c34 #include <getopt.h>
152 return getopt(argc,argv,optstring);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/
H A Dihex2fw.c24 #include <getopt.h>
76 while ((opt = getopt(argc, argv, "ws")) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgetopt.c2 NOTE: getopt is now part of the C library, so if you don't know what
48 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>. */
71 contain conflicting prototypes for getopt. */
82 /* This version of `getopt' appears to the caller like standard Unix `getopt'
86 As `getopt' works, it permutes the elements of ARGV so that,
96 #include "getopt.h"
98 /* For communication from `getopt' to the caller.
99 When `getopt' finds an option that takes an argument,
108 and for communication between successive calls to `getopt'
646 getopt (argc, argv, optstring) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_lock.c15 extern int getopt(int, char * const *, const char *);
51 while ((ch = getopt(argc, argv, "h:m:u")) != EOF)
H A Dex_mpool.c17 extern int getopt(int, char * const *, const char *);
46 while ((ch = getopt(argc, argv, "c:h:n:p:")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/txn_guide/
H A Dtxn_guide.c12 extern int getopt(int, char * const *, const char *);
91 while ((ch = getopt(argc, argv, "h:")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_load.cpp11 extern int getopt(int, char * const *, const char *);
54 while ((ch = getopt(argc, argv, "b:h:")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuide.cpp9 extern int getopt(int, char * const *, const char *);
91 while ((ch = getopt(argc, argv, "h:")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-utility/
H A Dwol.c27 #include <getopt.h>
132 while ((c = getopt(argc, argv, "hvp:m:b:")) != EOF) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/msdos/
H A DMakefile.DJ53 quotearg.c getopt.c getopt1.c xalloc-die.c xmalloc.c)
H A DMakefile.WC30 $(OBJ_DIR)\getopt.obj $(OBJ_DIR)\getopt1.obj &
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgetopt.c2 NOTE: getopt is now part of the C library, so if you don't know what
48 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>. */
71 contain conflicting prototypes for getopt. */
82 /* This version of `getopt' appears to the caller like standard Unix `getopt'
86 As `getopt' works, it permutes the elements of ARGV so that,
96 #include "getopt.h"
98 /* For communication from `getopt' to the caller.
99 When `getopt' finds an option that takes an argument,
108 and for communication between successive calls to `getopt'
646 getopt (argc, argv, optstring) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dgetopt32.c10 #include <getopt.h>
220 /* Note: just "getopt() <= 0" will not work good for
228 while ((c = getopt(argc, argv, applet_opts)) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A DMakefile26 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl alloca announce-gen c-ctype getopt getpass-gnu gnupload maintainer-makefile quote quotearg strcasestr update-copyright
58 $(top_srcdir)/m4/getline.m4 $(top_srcdir)/m4/getopt.m4 \
156 GETOPT_H = getopt.h
558 gl_LIBOBJS = exitfail.o getopt.o getopt1.o getpass.o mbrtowc.o mbsinit.o memchr.o quote.o quotearg.o strcasestr.o xmalloc.o
559 gl_LTLIBOBJS = exitfail.lo getopt.lo getopt1.lo getpass.lo mbrtowc.lo mbsinit.lo memchr.lo quote.lo quotearg.lo strcasestr.lo xmalloc.lo
601 stdio-impl.h getdelim.c getline.c getopt.c getopt.in.h \
621 errno.h-t getopt.h getopt.h-t stdbool.h stdbool.h-t stddef.h \
637 getdelim.c getline.c getopt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_CLUSTERIP.c10 #include <getopt.h>

Completed in 114 milliseconds

1234567891011>>