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

12345678910

/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_LOG.c117 if (check_inverse(optarg, &invert, NULL, 0))
121 loginfo->level = parse_level(optarg);
130 if (check_inverse(optarg, &invert, NULL, 0))
134 if (strlen(optarg) > sizeof(loginfo->prefix) - 1)
139 strcpy(loginfo->prefix, optarg);
H A Dlibipt_time.c97 timeinfo->time_start = parse_time(optarg);
108 timeinfo->time_stop = parse_time(optarg);
120 timeinfo->days_match = parse_days(optarg);
H A Dlibipt_webstr.c76 check_inverse(optarg, &invert, &optind, 0);
85 check_inverse(optarg, &invert, &optind, 0);
94 check_inverse(optarg, &invert, &optind, 0);
H A Dlibipt_DSCP.c92 parse_dscp(optarg, dinfo);
99 parse_class(optarg, dinfo);
H A Dlibipt_helper.c49 /*check_inverse(optarg, &invert, &invert, 0);
50 strncpy(info->name, optarg, 29);
62 check_inverse(optarg, &invert, &invert, 0);
63 strncpy(info->name, optarg, 29);
H A Dlibipt_random.c86 if (string_to_number(optarg, 1, 99, &num) == -1 || num < 1)
88 "bad --average `%s', must be between 1 and 99", optarg);
H A Dlibipt_ttl.c40 check_inverse(optarg, &invert, &optind, 0);
47 if (!optarg)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c116 extern char *optarg;
147 if (strcmp(optarg, "s") == 0) {
150 } else if (strcmp(optarg, "p") == 0) {
165 if ((listfile = fopen(optarg, "w")) == NULL) {
166 perror(optarg);
169 listfilename = optarg;
173 if (strcmp(optarg, "ostdinc")) {
175 appname, ch, optarg);
181 if ((ofile = fopen(optarg, "w")) == NULL) {
182 perror(optarg);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/src/
H A Dradacct.c52 extern char *optarg;
63 path_radiusclient_conf = optarg;
66 ttyn = optarg;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/src/
H A Dradacct.c52 extern char *optarg;
63 path_radiusclient_conf = optarg;
66 ttyn = optarg;
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp.c199 strncpy(phonenrbuf,optarg,sizeof(phonenrbuf));
205 if (set_quirk_index(find_quirk(optarg)))
212 float new_packet_timeout = atof(optarg);
217 optarg, new_packet_timeout);
219 "between 0.01 and 10 seconds", optarg,
226 log_string = strdup(optarg);
228 if (inet_pton(AF_INET, optarg, (void *) &localbind) < 1) {
230 optarg);
231 log("Local bind address %s invalid\n", optarg);
235 log_level = atoi(optarg);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/attr/attr/
H A Dattr.c94 attrname = optarg;
103 attrvalue = optarg;
112 attrname = optarg;
121 attrname = optarg;
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Denv.c47 unsetenv(optarg);
H A Dgrep.c47 extern char *optarg; /* in getopt.h */
282 add_regex(optarg);
285 load_regexes_from_file(optarg);
289 lines_after = strtoul(optarg, &junk, 10);
294 lines_before = strtoul(optarg, &junk, 10);
300 lines_after = lines_before = strtoul(optarg, &junk, 10);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Dunused.c22 extern char *optarg;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/include/nonunix/
H A Dgetopt.h37 extern GETOPT_VARIABLE char *optarg;
77 a compiled-in constant, such as set a value from `optarg', set the
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Duuidgen.c20 extern char *optarg;
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/mkntpwd/
H A Dmkntpwd.c38 extern char *optarg;
71 strncpy(lanpwd,optarg,LMPASSWDLEN);
78 strncpy(passwd,optarg,NTPASSWDLEN);
82 strncpy(inputfile,optarg,FILENAMEBUFFER);
/asus-wl-520gu-7.0.1.45/src/router/acl/setfacl/
H A Dsetfacl.c486 if (parse_acl_seq(seq, optarg, &which,
489 (size_t) which >= strlen(optarg)) {
554 if (strcmp(optarg, "-") == 0) {
557 file = fopen(optarg, "r");
561 xquote(optarg),
587 xquote(optarg));
607 status = next_file(optarg, seq);
613 if (strcmp(optarg, "-") == 0)
616 file = fopen(optarg, "r");
620 xquote(optarg),
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ss/
H A Dtest_ss.c93 request = optarg;
96 cmd_file = optarg;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dsmbpasswd.c28 extern char *optarg;
100 pstrcpy(configfile,optarg);
133 remote_machine = optarg;
143 fstrcpy(ldap_secret, optarg);
146 lp_set_name_resolve_order(optarg);
149 DEBUGLEVEL = atoi(optarg);
155 fstrcpy(user_name, optarg);
161 memset(strchr_m(optarg, '%') + 1, 'X',
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dsmbmnt.c62 *share = optarg;
66 mount_uid = strtol(optarg, NULL, 0);
71 mount_gid = strtol(optarg, NULL, 0);
78 mount_fmask = strtol(optarg, NULL, 8);
81 mount_dmask = strtol(optarg, NULL, 8);
84 options = optarg;
H A Dmount.cifs.c605 volumelabel = optarg;
619 orgoptions = strdup(optarg);
625 uuid = optarg;
643 rsize = atoi(optarg) ;
646 wsize = atoi(optarg);
649 uid = atoi(optarg);
652 gid = atoi(optarg);
656 user_name = optarg;
659 domain_name = optarg;
666 strncpy(mountpassword,optarg,6
[all...]
/asus-wl-520gu-7.0.1.45/src/router/udhcpd/
H A Ddhcpc.c260 len = strlen(optarg) > 255 ? 255 : strlen(optarg);
266 strncpy(client_config.clientid + OPT_DATA, optarg, len);
276 len = strlen(optarg) > 255 ? 255 : strlen(optarg);
281 strncpy(client_config.hostname + 2, optarg, len);
284 client_config.interface = optarg;
290 client_config.pidfile = optarg;
296 requested_ip = inet_addr(optarg);
299 client_config.script = optarg;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/AUTHENTICATE/
H A Dsserver.c53 extern char * optarg;
75 case 'D': Parse_debug(optarg,1); break;
76 case 'p': port = atoi(optarg); break;
77 case 's': Set_DYN(&Kerberos_service_DYN,optarg); break;
78 case 'S': Set_DYN(&Kerberos_keytab_DYN,optarg); break;

Completed in 274 milliseconds

12345678910