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

/httpd/server/
H A Dutil_script.c107 char *whack; local
121 whack = env[j];
122 if (apr_isdigit(*whack)) {
123 *whack++ = '_';
125 while (*whack != '=') {
126 if (!apr_isalnum(*whack)) {
127 *whack = '_';
129 ++whack;

Completed in 25 milliseconds