Searched refs:getopt_long (Results 76 - 100 of 153) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/
H A Dvol_id.c170 option = getopt_long(argc, argv, "lLutxsah", options, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevmonitor.c149 option = getopt_long(argc, argv, "ekuh", options, NULL);
H A Dudevinfo.c269 option = getopt_long(argc, argv, "aen:p:q:rVh", options, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dgetopt32.c225 while ((c = getopt_long(argc, argv, applet_opts,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dgetopt.c63 /* 0 is getopt_long, 1 is getopt_long_only */
165 getopt_long(argc, argv, optstr, longopts, &longindex);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dlnstat.c243 while ((c = getopt_long(argc, argv,"Vc:df:h?i:k:s:w:",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables-restore.c142 while ((c = getopt_long(argc, argv, "bcvthnM:T:", options, NULL)) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A Davahi-publish.c261 while ((o = getopt_long(argc, argv, "hVsavd:H:f", long_options, NULL)) >= 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-publish.c261 while ((o = getopt_long(argc, argv, "hVsavd:H:f", long_options, NULL)) >= 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgattrib.c172 while ((optchar = getopt_long (argc, argv, "D:eEFhino:pPsVw:", long_options,
H A Dmsgfilter.c183 while ((opt = getopt_long (argc, argv, "+D:EFhi:o:pPsVw:", long_options,
H A Dmsggrep.c196 while ((opt = getopt_long (argc, argv, "CD:e:Ef:FhiJKM:N:o:pPTvVw:X",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dradvdump.c58 while ((c = getopt_long(argc, argv, "d:fehv", prog_opt, &opt_idx)) > 0)
H A Dradvd.c126 /* while ((c = getopt_long(argc, argv, "d:C:l:m:p:t:u:vhs", prog_opt, &opt_idx)) > 0) */
127 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/components/opensource/xz/src/xz/
H A Dargs.c143 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))
475 // Reset the state of the getopt_long() so that we can parse the
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dip6tables-restore.c142 while ((c = getopt_long(argc, argv, "bcvthnM:T:", options, NULL)) != -1) {
H A Diptables-restore.c142 while ((c = getopt_long(argc, argv, "bcvthnM:T:", options, NULL)) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dradvdump.c58 while ((c = getopt_long(argc, argv, "d:fehv", prog_opt, &opt_idx)) > 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/usb_id/
H A Dusb_id.c385 option = getopt_long(argc, argv, "nuxh", options, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dargs.c143 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))
475 // Reset the state of the getopt_long() so that we can parse the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dm_ipt.c408 c = getopt_long(argc, argv, "j:", opts, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-dnsconfd/
H A Dmain.c399 while ((c = getopt_long(argc, argv, "hDkVrc", long_options, NULL)) >= 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-dnsconfd/
H A Dmain.c399 while ((c = getopt_long(argc, argv, "hDkVrc", long_options, NULL)) >= 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dconf.c469 while ((opt = getopt_long(ac, av, "", long_opts, NULL)) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Doptions.cc726 getopt_long (_argument_count, _argument_vector,

Completed in 429 milliseconds

1234567