Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_ctype.h30 #define ISLOWCNTRL(x) ((unsigned char)(x) <= 0x1f) macro
37 #define ISCNTRL(x) (ISLOWCNTRL(x) || IS7F(x))

Completed in 3 milliseconds