Searched defs:cprompt (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dapreq_module_cgi.c148 const char *cprompt; local
155 cprompt = req->promptstr - 1;
159 while (*(++cprompt) != 0) {
160 switch (*cprompt) {
162 cprompt++;
163 switch (*cprompt) {
233 (void)*cprompt++;
237 *start++ = *cprompt;

Completed in 26 milliseconds