Home
last modified time | relevance | path

Searched defs:iswspace (Results 1 - 2 of 2) sorted by relevance

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

Completed in 2 milliseconds