Searched refs:optarg (Results 101 - 125 of 410) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibip6t_LOG.c124 if (check_inverse(optarg, &invert, NULL, 0))
128 loginfo->level = parse_level(optarg);
137 if (check_inverse(optarg, &invert, NULL, 0))
141 if (strlen(optarg) > sizeof(loginfo->prefix) - 1)
146 if (strlen(optarg) == 0)
150 if (strlen(optarg) != strlen(strtok(optarg, "\n")))
154 strcpy(loginfo->prefix, optarg);
H A Dlibipt_LOG.c124 if (check_inverse(optarg, &invert, NULL, 0))
128 loginfo->level = parse_level(optarg);
137 if (check_inverse(optarg, &invert, NULL, 0))
141 if (strlen(optarg) > sizeof(loginfo->prefix) - 1)
146 if (strlen(optarg) == 0)
150 if (strlen(optarg) != strlen(strtok(optarg, "\n")))
154 strcpy(loginfo->prefix, optarg);
H A Dlibipt_helper.c42 check_inverse(optarg, &invert, &invert, 0);
43 strncpy(info->name, optarg, 29);
H A Dlibip6t_physdev.c55 check_inverse(optarg, &invert, &optind, 0);
67 check_inverse(optarg, &invert, &optind, 0);
79 check_inverse(optarg, &invert, &optind, 0);
89 check_inverse(optarg, &invert, &optind, 0);
99 check_inverse(optarg, &invert, &optind, 0);
H A Dlibipt_physdev.c55 check_inverse(optarg, &invert, &optind, 0);
67 check_inverse(optarg, &invert, &optind, 0);
79 check_inverse(optarg, &invert, &optind, 0);
89 check_inverse(optarg, &invert, &optind, 0);
99 check_inverse(optarg, &invert, &optind, 0);
H A Dlibipt_realm.c170 end = optarg = argv[optind-1];
171 realminfo->id = strtoul(optarg, &end, 0);
172 if (end != optarg && (*end == '/' || *end == '\0')) {
177 if (*end != '\0' || end == optarg)
179 "Bad realm value `%s'", optarg);
181 id = realm_name2id(optarg);
184 "Realm `%s' not found", optarg);
H A Dlibipt_recent.c97 check_inverse(optarg, &invert, &optind, 0);
107 check_inverse(optarg, &invert, &optind, 0);
117 check_inverse(optarg, &invert, &optind, 0);
127 check_inverse(optarg, &invert, &optind, 0);
134 info->seconds = atoi(optarg);
138 info->hit_count = atoi(optarg);
146 strncpy(info->name,optarg,IPT_RECENT_NAME_LEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_archive/
H A Ddb_archive.c43 extern char *optarg;
73 home = optarg;
79 passwd = strdup(optarg);
80 memset(optarg, 0, strlen(optarg));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_upgrade/
H A Ddb_upgrade.c43 extern char *optarg;
67 home = optarg;
73 passwd = strdup(optarg);
74 memset(optarg, 0, strlen(optarg));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Dtest_micro.c55 extern char *optarg;
79 run_directory = optarg;
82 test_end = atoi(optarg);
85 ifile = optarg;
88 test_start = atoi(optarg);
H A Db_open.c11 extern char *optarg;
27 count = atoi(optarg);
36 switch (optarg[0]) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_upgrade/
H A Ddb_upgrade.c29 extern char *optarg;
52 home = optarg;
58 passwd = strdup(optarg);
59 memset(optarg, 0, strlen(optarg));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgconv.c140 dir_list_append (optarg);
164 output_file = optarg;
184 to_code = optarg;
195 value = strtol (optarg, &endp, 10);
196 if (endp != optarg)
H A Dmsgfmt.c238 size_t new_align = strtoul (optarg, &endp, 0);
240 if (endp != optarg)
253 java_class_directory = optarg;
254 csharp_base_directory = optarg;
255 tcl_base_directory = optarg;
258 dir_list_append (optarg);
270 java_locale_name = optarg;
271 csharp_locale_name = optarg;
272 tcl_locale_name = optarg;
275 output_file_name = optarg;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dnc.c49 USE_NC_SERVER(lport = bb_lookup_port(optarg, "tcp", 0));
51 else if (ENABLE_NC_EXTRA && opt=='w') USE_NC_EXTRA( wsecs = xatou(optarg));
52 else if (ENABLE_NC_EXTRA && opt=='i') USE_NC_EXTRA( delay = xatou(optarg));
53 else if (ENABLE_NC_EXTRA && opt=='f') USE_NC_EXTRA( cfd = xopen(optarg, O_RDWR));
61 // +2: one for progname (optarg) and one for NULL
64 *p++ = optarg;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_base.c33 extern char *optarg;
81 home = optarg;
84 if ((myaddr = strdup(optarg)) == NULL) {
89 self.host = optarg;
99 totalsites = atoi(optarg);
102 site.host = optarg;
121 priority = atoi(optarg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_dump/
H A Ddb_dump.c48 extern char *optarg;
77 dopt = optarg;
80 if (freopen(optarg, "w", stdout) == NULL) {
82 progname, optarg, strerror(errno));
87 home = optarg;
99 passwd = strdup(optarg);
100 memset(optarg, 0, strlen(optarg));
111 subname = optarg;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_dump/
H A Ddb_dump.c34 extern char *optarg;
62 dopt = optarg;
65 if (freopen(optarg, "w", stdout) == NULL) {
67 progname, optarg, strerror(errno));
72 home = optarg;
84 passwd = strdup(optarg);
85 memset(optarg, 0, strlen(optarg));
96 subname = optarg;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dfish.c139 dorange(optarg, &ci->dark.h, &ci->bright.h, 360);
142 dorange(optarg, &ci->dark.s, &ci->bright.s, 255);
145 dorange(optarg, &ci->dark.v, &ci->bright.v, 255);
151 ci->file_limit = atoi(optarg);
154 ci->min_interval = 1000000 * atof(optarg);
157 ci->threshold = atof(optarg) * 1000;
159 av_log(NULL, AV_LOG_ERROR, "Invalid threshold value '%s' (range is 0-1)\n", optarg);
164 ci->min_width = atoi(optarg);
170 ci->dir = av_strdup(optarg);
H A Dimlib2.c180 ci->expr_R = av_strdup(optarg);
184 ci->expr_G = av_strdup(optarg);
188 ci->expr_B = av_strdup(optarg);
192 ci->expr_A = av_strdup(optarg);
195 rgbtxt = optarg;
198 color = optarg;
201 font = optarg;
204 ci->text = av_strdup(optarg);
207 ci->file = av_strdup(optarg);
210 ci->expr_x = av_strdup(optarg);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dtstngettext.c99 domain = optarg;
110 char *separator = strchr (optarg, '=');
114 xsetenv (optarg, separator + 1, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dwritetest.cs35 if ((bytes = atoi(optarg)) > sizeof(buf)) {
42 fname = optarg;
45 if ((ops = atoi(optarg)) <= 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dwritetest.cs35 if ((bytes = atoi(optarg)) > sizeof(buf)) {
42 fname = optarg;
45 if ((ops = atoi(optarg)) <= 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_open.c11 extern char *optarg;
26 count = atoi(optarg);
35 switch (optarg[0]) {
H A Db_recover.c11 extern char *optarg;
32 cachesize = (u_int32_t)atoi(optarg);
35 count = atoi(optarg);

Completed in 92 milliseconds

1234567891011>>