Searched refs:ISGRAPH (Results 1 – 5 of 5) sorted by relevance
43 #define ISGRAPH(x) (isgraph((int) ((unsigned char)x))) macro68 #define ISGRAPH(x) (Curl_isgraph((int) ((unsigned char)x))) macro
328 found = ISGRAPH(*s); in loop()
134 return !(ISCNTRL(c) || ISSPACE(c) || ISGRAPH(c)); in urlchar_needs_escaping()
279 #define ISGRAPH(x) (isgraph((int) ((unsigned char)x))) macro
369 msnprintf(optr, left, "%c", (ISGRAPH(ptr[i]) || in lograw()