Home
last modified time | relevance | path

Searched refs:ISGRAPH (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dcurl_ctype.h43 #define ISGRAPH(x) (isgraph((int) ((unsigned char)x))) macro
68 #define ISGRAPH(x) (Curl_isgraph((int) ((unsigned char)x))) macro
Dcurl_fnmatch.c337 found = ISGRAPH(*s); in loop()
Durlapi.c129 return !(ISCNTRL(c) || ISSPACE(c) || ISGRAPH(c)); in urlchar_needs_escaping()
/external/curl/tests/server/
Dsockfilt.c501 msnprintf(optr, left, "%c", (ISGRAPH(ptr[i]) || in lograw()