Searched refs:getopt_long (Results 101 - 125 of 153) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c504 c = getopt_long(argc, argv, short_options, long_options, NULL);
612 have getopt_long. */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dradvd.c133 /* while ((c = getopt_long(argc, argv, "d:C:l:m:p:t:u:vhs", prog_opt, &opt_idx)) > 0) */
134 while ((c = getopt_long(argc, argv, "d:C:l:m:p:t:u:vhsD", prog_opt, &opt_idx)) > 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevtrigger.c446 option = getopt_long(argc, argv, "vnFhs:S:a:A:", options, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Ddhcpc.c244 c = getopt_long(argc, argv, "c:fbH:h:i:np:qr:s:v", arg_options, &option_index);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Difstat.c596 while ((ch = getopt_long(argc, argv, "hvVzrnasd:t:eK",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables-xml.c626 while ((c = getopt_long(argc, argv, "cvh", options, NULL)) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dlatency.c505 if ((c = getopt_long(argc, argv, "hP:C:m:M:F:f:c:r:B:E:s:bpen", long_option, NULL)) < 0)
H A Dpcm.c796 if ((c = getopt_long(argc, argv, "hD:r:c:f:b:p:m:o:vne", long_option, NULL)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A Davahi-browse.c691 while ((o = getopt_long(argc, argv, "hVd:avtclrDfp"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-browse.c691 while ((o = getopt_long(argc, argv, "hVd:avtclrDfp"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgfmt.c228 while ((opt = getopt_long (argc, argv, "a:cCd:D:fhjl:o:Pr:vV", long_options,
H A Dmsginit.c180 while ((opt = getopt_long (argc, argv, "hi:l:o:pPVw:", long_options, NULL))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dpptp.c389 c = getopt_long (argc, argv, "", long_options, &option_index);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpd.c180 c = getopt_long(argc, argv, optstring, long_options, &option_index);
H A Dbcrelay.c341 c = getopt_long(argc, argv, "ndhi:o:s:v", long_options, &option_index);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/networking/
H A Difenslave.c251 while ((c = getopt_long(argc, argv, "acdfhuvV", longopts, 0)) != EOF) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dmain.c482 while ((option = getopt_long(argc, argv, "D:d:c:P:fb:v", option_map, NULL)) != -1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dpage-types.c932 while ((c = getopt_long(argc, argv,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Diptables-xml.c626 while ((c = getopt_long(argc, argv, "cvh", options, NULL)) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Diptables-xml.c623 while ((c = getopt_long(argc, argv, "cvh", options, NULL)) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c890 #define getopt_long(a, b, c, d, e) getopt(a, b, c); macro
892 ret = getopt_long(argc, argv, "fi:np:v", opts, &optindex);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/aserver/
H A Daserver.c1022 while ((c = getopt_long(argc, argv, "h", long_options, 0)) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/doshift/
H A Dlcdoshift.c183 c = getopt_long (argc, argv, "heWQDndHSOGRIv:p:V:P:C:m:M:r:c:i:u:a:s:",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Doption.c205 option = getopt_long(argc, argv, OPTSTRING, (struct option *)opts, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/picocom/
H A Dpicocom.c815 c = getopt_long(argc, argv, "hirls:r:e:f:b:p:d:",

Completed in 322 milliseconds

1234567