Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_ctype.h35 #define ISPRINT(x) (ISLOWPRINT(x) || (((x) >= ' ') && ((x) <= 0x7e))) macro
H A Dcurl_fnmatch.c233 else if(ISPRINT(c)) { in setcharset()
320 found = ISPRINT(*s); in loop()
H A Dopenldap.c1092 if(!ISPRINT(bvals[i].bv_val[j])) { in oldap_recv()
/curl/src/
H A Dtool_setopt.c240 if(!p && ISPRINT(*s)) in c_escape()

Completed in 10 milliseconds