Searched refs:getopt (Results 51 - 75 of 767) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dod.c20 #include <getopt.h>
168 while ((ch = getopt(argc, argv, od_opts)) > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/dos/
H A DMakefile46 ../lib/getopt.c \
128 getopt.h:
129 update ../lib/getopt.in.h getopt.h
131 $(OBJS): getopt.h
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/dos/
H A DMakefile46 ../lib/getopt.c \
128 getopt.h:
129 update ../lib/getopt.in.h getopt.h
131 $(OBJS): getopt.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/logon/ntlogon/
H A Dntlogon.py71 import getopt namespace
256 options, args = getopt.getopt(sys.argv[1:], 'd:f:g:ho:u:m:v',
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A DMakefile.uClinux5 OBJS1 = pptpd.o configfile.o pptpmanager.o compat.o getopt.o getopt1.o $(LIBRESOLV)
47 getopt.o: getopt.c config.embed.h our_getopt.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-python/
H A Davahi-bookmarks.in22 import sys, getopt, os
156 opts, args = getopt.getopt(sys.argv[1:], "hct:p:a:HAd:", ["help", "cgi", "port=", "timeout=", "address=", "host-names", "addresses", "domain="])
157 except getopt.GetoptError:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-python/
H A Davahi-bookmarks.in22 import sys, getopt, os
156 opts, args = getopt.getopt(sys.argv[1:], "hct:p:a:HAd:", ["help", "cgi", "port=", "timeout=", "address=", "host-names", "addresses", "domain="])
157 except getopt.GetoptError:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_sequence.c16 extern int getopt(int, char * const *, const char *);
46 while ((ch = getopt(argc, argv, "r")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DAccessExample.cpp19 extern int getopt(int, char * const *, const char *);
60 while ((ch = getopt(argc, argv, "r")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A DMakefile.am50 $(top_builddir)/src/share/getopt/libgetopt.a \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/alsalisp/
H A Dalsalisp.c83 while ((c = getopt(argc, argv, "vdw")) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_shutdown.c27 #if 0 /* don't uncomment this unless you remove the getopt() calls */
46 while ((opt = getopt(argc, argv, "m:t:rf")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/stf/
H A Dspoolss.py237 import getopt namespace
240 opts, args = getopt.getopt(sys.argv[1:], "vl", \
242 except getopt.GetoptError:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/tools/
H A Dtdbbackup.c109 while ((c = getopt(argc, argv, "vhs:n:")) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/win32/Src/
H A Dgetopt.c35 static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
45 optreset; /* reset getopt */
53 * getopt --
57 getopt(nargc, nargv, ostr) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_curalloc.c19 while ((ch = getopt(argc, argv, "c:")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Src/
H A Dgetopt.c35 static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
45 optreset; /* reset getopt */
53 * getopt --
57 getopt(nargc, nargv, ostr) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dgetopt.c34 * $Id: getopt.c,v 12.8 2008/03/12 17:50:25 mbrey Exp $
46 optreset; /* reset getopt */
57 * getopt --
61 * PUBLIC: int getopt __P((int, char * const *, const char *));
65 getopt(nargc, nargv, ostr) function
75 * VxWorks needs to be able to repeatedly call getopt from multiple
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_codegen/
H A Ddb_codegen.c45 while ((ch = getopt(argc, argv, "a:i:o:Vv")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dclib_ext.h19 int getopt __P((int, char * const *, const char *));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmshowfat.c84 while ((c = getopt(argc, argv, "i:h")) != EOF) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/extensions/
H A Dlibct_proto_icmp.c15 #include <getopt.h>
H A Dlibct_proto_icmpv6.c18 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/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/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dcsv.h24 extern int getopt(int, char * const *, const char *);

Completed in 228 milliseconds

1234567891011>>