Home
last modified time | relevance | path

Searched defs:iswspace (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/ctype/
Diswspace.c8 int iswspace(wint_t wc) in iswspace() function
/third_party/bounds_checking_function/src/
Dsecinput.h133 #define iswspace(c) (((c) == L' ') || ((c) == L'\t') || ((c) == L'\r') || ((c) == L'\n')) macro
/third_party/libxml2/
Dtrio.c184 # define iswspace(x) isspace(x) macro