Home
last modified time | relevance | path

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

/PHP-5.5/sapi/isapi/stresstest/
H A Dgetopt.c14 int ap_optind = 1; variable
52 if (ap_optind >= argc) in ap_getopt()
56 if (!dash && (argv[ap_optind][0] == '-') && !argv[ap_optind][1]) in ap_getopt()
64 if ((argv[ap_optind][0] == '-') && (argv[ap_optind][1] == '-')) in ap_getopt()
67 ap_optind++; in ap_getopt()
72 assert((argv[ap_optind][0] == '-') && argv[ap_optind][1]); in ap_getopt()
82 ap_optind++; in ap_getopt()
93 ap_optind++; in ap_getopt()
105 ap_optind++; in ap_getopt()
113 ap_optind++; in ap_getopt()
[all …]
H A Dgetopt.h6 extern int ap_optind;

Completed in 6 milliseconds