Home
last modified time | relevance | path

Searched defs:ISBLANK (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dcurl_ctype.h78 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dsetup_once.h286 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro