Searched refs:getopt (Results 76 - 100 of 767) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dload_main.c47 while ((ch = getopt(argc, argv, "F:f:h:V:v")) != EOF)
H A Dquery_main.c50 while ((ch = getopt(argc, argv, "c:h:v")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_curalloc.c18 while ((ch = getopt(argc, argv, "c:")) != EOF)
H A Db_txn.c19 while ((ch = getopt(argc, argv, "ac:")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/nbp/
H A Dnbpunrgstr.c70 while ((c = getopt(ac, av, "A:m:")) != EOF) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dincludes.h95 # include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dffeval.c23 #include <unistd.h> /* getopt */
30 #include "compat/getopt.c"
71 while ((c = getopt(argc, argv, "ehi:o:p:")) != -1) {
H A Dfourcc2pixfmt.c23 #include <unistd.h> /* getopt */
35 #include "compat/getopt.c"
74 while ((c = getopt(argc, argv, "hp:lL")) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
21 # include <getopt.h>
24 # include "getopt.h"
157 printf ("?? getopt returned character code 0%o ??\n", c);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/lib/
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
22 # include <getopt.h>
25 # include "getopt.h"
158 printf ("?? getopt returned character code 0%o ??\n", c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
21 # include <getopt.h>
24 # include "getopt.h"
157 printf ("?? getopt returned character code 0%o ??\n", c);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_NFQUEUE.c11 #include <getopt.h>
H A Dlibip6t_condition.c5 #include <getopt.h>
H A Dlibipt_NFQUEUE.c11 #include <getopt.h>
H A Dlibipt_condition.c5 #include <getopt.h>
H A Dlibipt_helper.c6 #include <getopt.h>
H A Dlibipt_quota.c9 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/netconf/
H A Dnetconf_linux.h37 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dincludes.h95 # include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dhead.c64 while ((opt = getopt(argc, argv, head_opts)) > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dchpasswd.c12 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dstrings.c10 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Ddumpleases.c5 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/lib/
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
22 # include <getopt.h>
25 # include "getopt.h"
158 printf ("?? getopt returned character code 0%o ??\n", c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/
H A DMakefile.msvc83 LIB_OBJECTS = lib\getopt.obj lib\getopt1.obj lib\getline.obj lib\hash.obj
93 lib\getopt.obj : lib\getopt.c
94 $(CC) $(INCLUDES) $(CFLAGS) -c lib\getopt.c -Folib\getopt.obj

Completed in 242 milliseconds

1234567891011>>