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

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c145 #define FTP_GLOBBING_CHARS "*?[{~" macro
157 if (strchr(FTP_GLOBBING_CHARS, *path) != NULL)
176 if (*path != '\0' && strchr(FTP_GLOBBING_CHARS, *path) != NULL)

Completed in 971 milliseconds