Searched refs:my_optind (Results 1 – 4 of 4) sorted by relevance
126 check_inverse(const char option[], int *invert, int *my_optind, int argc) in check_inverse() argument133 if (my_optind != NULL) { in check_inverse()134 ++*my_optind; in check_inverse()135 if (argc && *my_optind > argc) in check_inverse()
1763 int *my_optind, int argc, char **argv) in xtables_check_inverse() argument1776 if (my_optind != NULL) { in xtables_check_inverse()1777 optarg = argv[*my_optind]; in xtables_check_inverse()1778 ++*my_optind; in xtables_check_inverse()1779 if (argc && *my_optind > argc) in xtables_check_inverse()
424 int *my_optind, int argc, char **argv);