Lines Matching full:argv
112 rateest_parse(int c, char **argv, int invert, unsigned int *flags,
122 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
136 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
151 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
164 if (!argv[optind] || *argv[optind] == '-' || *argv[optind] == '!')
167 if (rateest_get_rate(&info->bps1, argv[optind]) < 0)
170 argv[optind]);
175 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
188 if (!argv[optind] || *argv[optind] == '-' || *argv[optind] == '!')
191 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX))
194 argv[optind]);
200 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
213 if (!argv[optind] || *argv[optind] == '-' || *argv[optind] == '!')
216 if (rateest_get_rate(&info->bps2, argv[optind]) < 0)
219 argv[optind]);
224 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
237 if (!argv[optind] || *argv[optind] == '-' || *argv[optind] == '!')
240 if (!xtables_strtoui(argv[optind], NULL, &val, 0, UINT32_MAX))
243 argv[optind]);
249 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
263 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
276 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
289 xtables_check_inverse(optarg, &invert, &optind, 0, argv);