Searched refs:getopt (Results 501 - 525 of 767) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmdir.c545 while ((c = getopt(argc, argv, "i:waXbfds/h")) != EOF) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c18 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A Dntpclient.c481 c = getopt( argc, argv, "c:" DEBUG_OPTION "h:i:p:lrs");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Ddnsmasq.h56 # include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dtestgdbm.c38 #include "getopt.h"
187 while ((opt = getopt (argc, argv, "srnc:b:g:")) != -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgfilter.c25 #include <getopt.h>
H A Dmsggrep.c26 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_inmem.c277 while ((ch = getopt(argc, argv, "b:C:d:k:l:o:P:")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_ls.c604 while ((c = getopt(argc, argv, ":adlRu")) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpsorder.c526 while (( c = getopt( argc, argv, OPTSTR )) != -1 ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/uniconv/
H A Duniconv.c462 while ((c = getopt (argc, argv, "f:m:t:c:dnvVh")) != -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcnid_metad.c458 while (( cc = getopt( argc, argv, "vVds:p:h:u:g:l:f:")) != -1 ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/psf/
H A Dpsf.c115 while (( c = getopt( ac, av, "P:C:D:F:L:J:x:y:n:h:w:l:i:c" )) != EOF ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/cli/
H A Dcli.c32 #include <libtransmission/tr-getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A Ddaemon.c28 #include <libtransmission/tr-getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppstats/
H A Dpppstats.c461 while ((c = getopt(argc, argv, "advrzc:w:")) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dradvd.c132 /* while ((c = getopt(argc, argv, "d:C:l:m:p:t:u:vhs")) > 0) */
133 while ((c = getopt(argc, argv, "d:C:l:m:p:t:u:vhsD")) > 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A DMakefile.in256 $(top_builddir)/src/share/getopt/libgetopt.a \
280 $(top_builddir)/src/share/getopt/libgetopt.a \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A DMakefile.in254 $(top_builddir)/src/share/getopt/libgetopt.a \
280 $(top_builddir)/src/share/getopt/libgetopt.a \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_metaflac.sh43 LD_LIBRARY_PATH=`pwd`/../src/share/getopt/.libs:$LD_LIBRARY_PATH
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Ddhcpc.c27 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/doc/
H A DMakefile66 $(top_srcdir)/m4/getline.m4 $(top_srcdir)/m4/getopt.m4 \
154 GETOPT_H = getopt.h
556 gl_LIBOBJS = exitfail.o getopt.o getopt1.o getpass.o mbrtowc.o mbsinit.o memchr.o quote.o quotearg.o strcasestr.o xmalloc.o
557 gl_LTLIBOBJS = exitfail.lo getopt.lo getopt1.lo getpass.lo mbrtowc.lo mbsinit.lo memchr.lo quote.lo quotearg.lo strcasestr.lo xmalloc.lo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
H A Ddht-example.c118 opt = getopt(argc, argv, "q46b:i:");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dconf.c13 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dpnmtologo.c448 opt = getopt(argc, argv, "hn:o:t:");

Completed in 606 milliseconds

<<21222324252627282930>>