Searched defs:my_optind (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/tc/
H A Dm_xt_old.c126 check_inverse(const char option[], int *invert, int *my_optind, int argc) argument
133 if (my_optind != NULL) {
134 ++*my_optind;
135 if (argc && *my_optind > argc)
/external/iptables/iptables/
H A Dxtables.c1763 int *my_optind, int argc, char **argv)
1776 if (my_optind != NULL) {
1777 optarg = argv[*my_optind];
1778 ++*my_optind;
1779 if (argc && *my_optind > argc)
1762 xtables_check_inverse(const char option[], int *invert, int *my_optind, int argc, char **argv) argument

Completed in 155 milliseconds