Home
last modified time | relevance | path

Searched defs:iswspace (Results 1 – 2 of 2) 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