Lines Matching refs:repl
275 char *repl = apr_pstrdup(p, cgiprg);276 *arg = repl;277 while ((repl = strchr(repl, '/'))) {278 *repl++ = '\\';293 char *repl = apr_pstrdup(p, cgiprg);294 *arg = repl;295 while ((repl = strchr(repl, '/'))) {296 *repl++ = '\\';