ap_getopt         144 sapi/isapi/stresstest/getopt.c       while ((c = ap_getopt(argc, argv, "abo:")) != EOF)
ap_getopt           8 sapi/isapi/stresstest/getopt.h int ap_getopt(int argc, char* const *argv, const char *optstr);
ap_getopt         486 sapi/isapi/stresstest/stresstest.cpp 	while ((c=ap_getopt(argc, argv, OPTSTRING))!=-1) {