Searched refs:errind (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/sapi/isapi/stresstest/ |
H A D | getopt.c | 87 int errind = ap_optind; in ap_getopt() local 97 return(ap_optiserr(argc, argv, errind, optstr, errchr, OPTERRNF)); in ap_getopt()
|
/PHP-5.3/sapi/milter/ |
H A D | getopt.c | 85 int errind = ap_php_optind; in ap_php_getopt() local 95 return(ap_php_optiserr(argc, argv, errind, optstr, errchr, OPTERRNF)); in ap_php_getopt()
|
/PHP-5.3/main/ |
H A D | getopt.c | 132 int errind = *optind; in php_getopt() local 142 return(php_opt_error(argc, argv, errind, errchr, OPTERRNF, show_err)); in php_getopt()
|
Completed in 5 milliseconds