Searched refs:optarg (Results 226 - 250 of 410) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmmd.c171 set_cmd_line_image(optarg, 0);
179 if(handle_clash_options(&arg.ch, *optarg))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibip6t_ah.c99 check_inverse(optarg, &invert, &optind, 0);
109 check_inverse(optarg, &invert, &optind, 0);
H A Dlibip6t_udp.c83 check_inverse(optarg, &invert, &optind, 0);
94 check_inverse(optarg, &invert, &optind, 0);
H A Dlibipt_MASQUERADE.c101 if (check_inverse(optarg, &invert, NULL, 0))
105 parse_ports(optarg, mr);
H A Dlibipt_NETMAP.c129 if (check_inverse(optarg, &invert, NULL, 0))
133 parse_to(optarg, &mr->range[0]);
H A Dlibipt_REDIRECT.c103 if (check_inverse(optarg, &invert, NULL, 0))
107 parse_ports(optarg, mr);
H A Dlibipt_SAME.c106 if (check_inverse(optarg, &invert, NULL, 0))
110 parse_to(optarg, &mr->range[mr->rangesize]);
H A Dlibipt_addrtype.c96 check_inverse(optarg, &invert, &optind, 0);
106 check_inverse(optarg, &invert, &optind, 0);
H A Dlibipt_udp.c83 check_inverse(optarg, &invert, &optind, 0);
94 check_inverse(optarg, &invert, &optind, 0);
H A Dlibip6t_rt.c170 check_inverse(optarg, &invert, &optind, 0);
181 check_inverse(optarg, &invert, &optind, 0);
192 check_inverse(optarg, &invert, &optind, 0);
216 check_inverse(optarg, &invert, &optind, 0);
H A Dlibip6t_tcp.c161 check_inverse(optarg, &invert, &optind, 0);
172 check_inverse(optarg, &invert, &optind, 0);
193 check_inverse(optarg, &invert, &optind, 0);
210 check_inverse(optarg, &invert, &optind, 0);
H A Dlibipt_dccp.c145 check_inverse(optarg, &invert, &optind, 0);
157 check_inverse(optarg, &invert, &optind, 0);
169 check_inverse(optarg, &invert, &optind, 0);
181 check_inverse(optarg, &invert, &optind, 0);
H A Dlibipt_tcp.c161 check_inverse(optarg, &invert, &optind, 0);
172 check_inverse(optarg, &invert, &optind, 0);
193 check_inverse(optarg, &invert, &optind, 0);
210 check_inverse(optarg, &invert, &optind, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudevtest.c130 action = optarg;
133 subsystem = optarg;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dconv2gdbm.c83 block_size = atoi (optarg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/udhcpd/
H A Ddumpleases.c62 strncpy(file, optarg, 255);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.probe.c110 strncpy(opts.device, optarg, PATH_MAX);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_tcp.c151 parse_tcp_ports(optarg, tcpinfo->spts);
161 parse_tcp_ports(optarg, tcpinfo->dpts);
186 parse_tcp_flags(tcpinfo, optarg, argv[optind],
196 parse_tcp_option(optarg, &tcpinfo->option);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dtag.c342 extern char *optarg;
372 file = optarg;
375 blkid_debug_mask = strtoul (optarg, &tmp, 0);
378 optarg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c185 if (option_mask32 & OPT_U) ssluser = optarg;
186 if (option_mask32 & OPT_slash) root = optarg;
187 if (option_mask32 & OPT_Z) cert = optarg;
188 if (option_mask32 & OPT_K) key = optarg;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dsfnt_info.h44 short optarg; /* optional argument */ member in struct:soundfont_patch_info
53 #define SNDRV_SFNT_REPLACE_DATA 5 /* awe_sample_info (optarg=#channels)*/
56 #define SNDRV_SFNT_PROBE_DATA 8 /* optarg=sample */
57 #define SNDRV_SFNT_REMOVE_INFO 9 /* optarg=(bank<<8)|instr */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_dump185/
H A Ddb_dump185.c186 extern char *optarg;
196 if (freopen(optarg, "w", stdout) == NULL) {
198 optarg, strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_lock.c35 extern char *optarg;
54 home = optarg;
57 if ((i = atoi(optarg)) <= 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_load.cpp12 extern char *optarg;
57 databaseHome = optarg;
63 basename = optarg;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuide.cpp10 extern char *optarg;
77 extern char *optarg;
94 dbHomeDir = optarg;

Completed in 207 milliseconds

1234567891011>>