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

/httpd/server/
H A Dgen_test_char.c22 #define apr_isprint(c) (isprint(((unsigned char)(c)))) macro
128 if (c && (!apr_isprint(c) || c == '"' || c == '\\' || apr_iscntrl(c))) {
135 if (!apr_isprint(c) || c == ':' || c == '|' || c == '%'

Completed in 12 milliseconds