Searched refs:optarg (Results 151 - 175 of 229) sorted by relevance

12345678910

/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibip6t_frag.c107 check_inverse(optarg, &invert, &optind, 0);
118 check_inverse(optarg, &invert, &optind, 0);
H A Dlibip6t_hbh.c145 check_inverse(optarg, &invert, &optind, 0);
156 check_inverse(optarg, &invert, &optind, 0);
H A Dlibipt_DNAT.c156 if (check_inverse(optarg, &invert, NULL, 0))
160 *target = parse_to(optarg, portok, info);
H A Dlibipt_SNAT.c156 if (check_inverse(optarg, &invert, NULL, 0))
160 *target = parse_to(optarg, portok, info);
H A Dlibip6t_esp.c94 check_inverse(optarg, &invert, &optind, 0);
H A Dlibipt_ah.c95 check_inverse(optarg, &invert, &optind, 0);
H A Dlibipt_esp.c95 check_inverse(optarg, &invert, &optind, 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/cramfs/
H A Dmkcramfs.c640 opt_edition = atoi(optarg);
644 opt_gid = atoi(optarg);
647 opt_image = optarg;
656 opt_name = optarg;
667 opt_uid = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Dlogdump.c29 extern char *optarg;
109 block_to_dump = strtoul(optarg, &tmp, 0);
112 "Bad block number - %s", optarg);
121 journal_fn = optarg;
124 inode_spec = optarg;
H A Dls.c22 extern char *optarg;
H A Dhtree.c22 extern char *optarg;
289 hash_version = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dsed.c57 extern char *optarg; /* ditto */
757 add_cmd_str(optarg);
760 load_cmd_file(optarg);
H A Duudecode.c294 outname = optarg;
H A Dwget.c198 dir_prefix = optarg;
208 fname_out = optarg;
213 int arglen = strlen(optarg);
216 strcpy(extra_headers_ptr, optarg);
H A Dmount.c365 parse_mount_options(optarg, &flags, string_flags);
371 filesystemType = optarg;
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppstats/
H A Dpppstats.c99 extern char *optarg;
479 count = atoi(optarg);
484 interval = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppstats/
H A Dpppstats.c99 extern char *optarg;
479 count = atoi(optarg);
484 interval = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppstats/
H A Dpppstats.c99 extern char *optarg;
479 count = atoi(optarg);
484 interval = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/utelnetd/
H A Dutelnetd.c429 portnbr = atoi(optarg);
432 interface_name = strdup(optarg);
435 loginpath = strdup(optarg);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/include/
H A Dacdebug.h37 extern NATIVE_CHAR *optarg;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dtcpsend.c63 case 't': max_try = atoi(optarg); break;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dfilefrag.c33 extern char *optarg;
H A Dlsattr.c32 extern char *optarg;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/util/
H A Dcopy_sparse.c34 extern char *optarg;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dlocktest2.c475 extern char *optarg;
515 fstrcpy(username,optarg);
524 seed = atoi(optarg);
530 numops = atoi(optarg);

Completed in 217 milliseconds

12345678910