Home
last modified time | relevance | path

Searched refs:optind (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/main/
H A Dgetopt.c73 if (*optind >= argc) { in php_getopt()
90 if ((argv[*optind][0] == '-') && (argv[*optind][1] == '-')) { in php_getopt()
96 (*optind)++; in php_getopt()
113 (*optind)++; in php_getopt()
131 (*optind)++; in php_getopt()
145 (*optind)++; in php_getopt()
161 (*optind)++; in php_getopt()
174 (*optind)++; in php_getopt()
177 (*optind)++; in php_getopt()
186 (*optind)++; in php_getopt()
[all …]
H A Dphp_getopt.h31 #undef optind
45 …nt argc, char* const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err, int…

Completed in 8 milliseconds