Searched refs:optarg (Results 51 - 75 of 410) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgcat.c156 value = strtol (optarg, &endp, 10);
157 if (endp != optarg)
166 value = strtol (optarg, &endp, 10);
167 if (endp != optarg)
173 dir_list_append (optarg);
185 files_from = optarg;
205 output_file = optarg;
225 to_code = optarg;
240 value = strtol (optarg, &endp, 10);
241 if (endp != optarg)
[all...]
H A Dmsgcomm.c152 value = strtol (optarg, &endp, 10);
153 if (endp != optarg)
162 value = strtol (optarg, &endp, 10);
163 if (endp != optarg)
169 dir_list_append (optarg);
181 files_from = optarg;
201 output_file = optarg;
221 to_code = optarg;
236 value = strtol (optarg, &endp, 10);
237 if (endp != optarg)
[all...]
H A Dmsgunfmt.c151 csharp_base_directory = optarg;
152 tcl_base_directory = optarg;
176 java_locale_name = optarg;
177 csharp_locale_name = optarg;
178 tcl_locale_name = optarg;
182 output_file = optarg;
190 java_resource_name = optarg;
191 csharp_resource_name = optarg;
214 value = strtol (optarg, &endp, 10);
215 if (endp != optarg)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/nbp/
H A Dnbpunrgstr.c66 extern char *optarg;
73 if (!atalk_aton(optarg, &addr)) {
79 if ((charset_t)-1 == (chMac = add_charset(optarg)) ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_quota.c70 if (check_inverse(optarg, &invert, NULL, 0))
72 if (!parse_quota(optarg, &info->quota))
74 "bad quota: '%s'", optarg);
H A Dlibip6t_mark.c41 check_inverse(optarg, &invert, &optind, 0);
43 markinfo->mark = strtoull(optarg, &end, 0);
49 markinfo->mark = strtoul(optarg, &end, 0);
55 if (*end != '\0' || end == optarg)
56 exit_error(PARAMETER_PROBLEM, "Bad MARK value `%s'", optarg);
H A Dlibipt_mark.c41 check_inverse(optarg, &invert, &optind, 0);
43 markinfo->mark = strtoull(optarg, &end, 0);
49 markinfo->mark = strtoul(optarg, &end, 0);
55 if (*end != '\0' || end == optarg)
56 exit_error(PARAMETER_PROBLEM, "Bad MARK value `%s'", optarg);
H A Dlibipt_CLUSTERIP.c107 if (!strcmp(optarg, "sourceip"))
109 else if (!strcmp(optarg, "sourceip-sourceport"))
111 else if (!strcmp(optarg, "sourceip-sourceport-destport"))
115 optarg);
123 parse_mac(optarg, (char *)cipinfo->clustermac);
133 if (string_to_number(optarg, 1, CLUSTERIP_MAX_NODES, &num) < 0)
134 exit_error(PARAMETER_PROBLEM, "Unable to parse `%s'\n", optarg);
143 if (string_to_number(optarg, 1, CLUSTERIP_MAX_NODES, &num) < 0)
144 exit_error(PARAMETER_PROBLEM, "Unable to parse `%s'\n", optarg);
154 if (string_to_number(optarg,
[all...]
H A Dlibipt_MARK.c51 if (string_to_number_ll(optarg, 0, 0,
54 if (string_to_number_l(optarg, 0, 0,
57 exit_error(PARAMETER_PROBLEM, "Bad MARK value `%s'", optarg);
110 if (string_to_number_ll(optarg, 0, 0, &markinfo->mark))
112 if (string_to_number_l(optarg, 0, 0, &markinfo->mark))
114 exit_error(PARAMETER_PROBLEM, "Bad MARK value `%s'", optarg);
H A Dlibip6t_HL.c45 if (!optarg)
49 if (check_inverse(optarg, &invert, NULL, 0))
53 if (string_to_number(optarg, 0, 255, &value) == -1)
H A Dlibip6t_MARK.c47 if (string_to_number_ll(optarg, 0, 0,
50 if (string_to_number_l(optarg, 0, 0,
53 exit_error(PARAMETER_PROBLEM, "Bad MARK value `%s'", optarg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_archive/
H A Ddb_archive.c29 extern char *optarg;
58 home = optarg;
64 passwd = strdup(optarg);
65 memset(optarg, 0, strlen(optarg));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Dtest_micro.c41 extern char *optarg;
64 run_directory = optarg;
67 test_end = atoi(optarg);
70 ifile = optarg;
73 test_start = atoi(optarg);
H A Db_curwalk.c11 extern char *optarg;
33 cachesize = (u_int32_t)atoi(optarg);
36 count = atoi(optarg);
39 dupcount = atoi(optarg);
42 pagesize = (u_int32_t)atoi(optarg);
54 switch (optarg[0]) {
80 walkcount = atoi(optarg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_main.c215 config_file = optarg;
218 pid_file = optarg;
221 bm->port = atoi (optarg);
224 vty_addr = optarg;
227 vty_port = atoi (optarg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dipcrm.c146 key_t key = xstrtoul(optarg, 0);
150 bb_error_msg("illegal key (%s)", optarg);
176 bb_error_msg("%s %s (%s)", errmsg, "key", optarg);
181 id = xatoul(optarg);
208 bb_error_msg("%s %s (%s)", errmsg, what, optarg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/floppy/
H A Dcreate_floppy_devices.c91 uid = lookup_user(optarg);
94 gid = lookup_group(optarg);
97 mode = strtol(optarg, NULL, 0);
101 major = strtol(optarg, NULL, 0);
104 type = strtol(optarg, NULL, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_curwalk.c11 extern char *optarg;
34 cachesize = (u_int32_t)atoi(optarg);
37 count = atoi(optarg);
40 dupcount = atoi(optarg);
43 pagesize = (u_int32_t)atoi(optarg);
55 switch (optarg[0]) {
81 walkcount = atoi(optarg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgetopt.c104 char *optarg = 0;
284 ARGV-element, is returned in `optarg'. Two colons mean an option that
286 it is returned in `optarg', otherwise `optarg' is set to zero.
326 optarg = 0;
425 optarg = argv[optind++];
497 optarg = s + 1;
520 optarg = argv[optind++];
602 optarg = nextchar;
606 optarg
103 char *optarg = 0; variable
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/mgr/
H A Drep_mgr.c38 extern char *optarg;
68 home = optarg;
74 host = strtok(optarg, ":");
90 totalsites = atoi(optarg);
98 host = strtok(optarg, ":");
113 priority = atoi(optarg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/getting_started/
H A Dexample_database_read.c51 if (optarg[strlen(optarg)-1] != '/' &&
52 optarg[strlen(optarg)-1] != '\\')
54 my_stock.db_home_dir = optarg;
57 itemname = optarg;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_stat/
H A Ddb_stat.c47 extern char *optarg;
81 for (p = optarg; *p; ++p)
108 db = optarg;
125 home = optarg;
132 for (p = optarg; *p; ++p)
146 for (p = optarg; *p; ++p)
164 passwd = strdup(optarg);
165 memset(optarg, 0, strlen(optarg));
177 for (p = optarg; *
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_stat/
H A Ddb_stat.c33 extern char *optarg;
66 for (p = optarg; *p; ++p)
93 db = optarg;
110 home = optarg;
117 for (p = optarg; *p; ++p)
131 for (p = optarg; *p; ++p)
149 passwd = strdup(optarg);
150 memset(optarg, 0, strlen(optarg));
162 for (p = optarg; *
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dpptp.c198 strncpy(phonenrbuf,optarg,sizeof(phonenrbuf));
204 if (set_quirk_index(find_quirk(optarg)))
211 float new_packet_timeout = atof(optarg);
216 optarg, new_packet_timeout);
218 "between 0.01 and 10 seconds", optarg,
225 log_string = strdup(optarg);
227 if (inet_pton(AF_INET, optarg, (void *) &localbind) < 1) {
229 optarg);
230 log("Local bind address %s invalid\n", optarg);
234 log_level = atoi(optarg);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/misc/
H A Dnetacnv.c51 if ((strcmp(flag_map[i].flagname, optarg)) == 0)
55 f = optarg;
58 t = optarg;

Completed in 273 milliseconds

1234567891011>>