Searched refs:getopt (Results 151 - 175 of 767) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_NETMAP.c8 #include <getopt.h>
H A Dlibxt_NFLOG.c5 #include <getopt.h>
H A Dlibxt_TEE.c12 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables-save.c8 #include <getopt.h>
H A Diptables-save.c8 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Deventlogadm.c183 while ( ( opt = getopt( argc, argv, "dho:" ) ) != EOF ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_load.c27 while ((ch = getopt(argc, argv, "C:c:dt:")) != EOF)
H A Db_open.c24 while ((ch = getopt(argc, argv, "c:dft:")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_archive/
H A Ddb_archive.c49 while ((ch = getopt(argc, argv, "adh:lP:sVv")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dwin_db.h75 * Win32 does not have getopt.
79 * programs use getopt and can't use BDB specific names.
84 extern int getopt(int, char * const *, const char *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dwritetest.cs32 while ((ch = getopt(argc, argv, "b:f:o:")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dput.cs33 while ((ch = getopt(argc, argv, "")) != EOF)
H A Dwritetest.cs32 while ((ch = getopt(argc, argv, "b:f:o:")) != EOF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmdu.c106 while ((c = getopt(argc, argv, "i:ash")) != EOF) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/extensions/
H A Dlibct_proto_udp.c11 #include <getopt.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dtstngettext.c21 #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_load.c26 while ((ch = getopt(argc, argv, "C:c:dt:")) != EOF)
H A Db_open.c23 while ((ch = getopt(argc, argv, "c:dft:")) != EOF)
H A Db_recover.c29 while ((ch = getopt(argc, argv, "C:c:")) != EOF)
H A Dtest_micro.c61 while ((ch = getopt(argc, argv, "d:e:i:s:")) != EOF)
179 * reset getopt.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dbench_cascade.c147 while ((c = getopt(argc, argv, "n:")) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dsmbsh.c67 while ((opt = getopt(argc, argv, "p:a:d:nL:W:U:h")) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dffescape.c23 #include <unistd.h> /* getopt */
30 #include "compat/getopt.c"
69 while ((c = getopt(argc, argv, "ef:hi:l:o:m:p:s:")) != -1) {
H A Dzmqsend.c29 #include <unistd.h> /* getopt */
33 #include "compat/getopt.c"
63 while ((c = getopt(argc, argv, "b:hi:")) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doptions.h26 /*[JEC] see flac/include/share/getopt.h as to why the change */
27 # include <getopt.h>
29 # include "share/getopt.h"

Completed in 296 milliseconds

1234567891011>>