Home
last modified time | relevance | path

Searched refs:iswspace (Results 1 – 25 of 47) sorted by relevance

12

/third_party/musl/src/stdio/
Dvfwscanf.c112 if (iswspace(*p)) { in vfwscanf()
113 while (iswspace(p[1])) p++; in vfwscanf()
114 while (iswspace((c=getwc(f)))) pos++; in vfwscanf()
121 while (iswspace((c=getwc(f)))) pos++; in vfwscanf()
198 while (iswspace((c=getwc(f)))) pos++; in vfwscanf()
/third_party/musl/src/ctype/
Diswspace.c8 int iswspace(wint_t wc) in iswspace() function
21 return iswspace(c); in __iswspace_l()
Diswgraph.c6 return !iswspace(wc) && iswprint(wc); in iswgraph()
Diswctype.c39 return iswspace(wc); in iswctype()
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
Diswspace.c32 int result = iswspace(ch); in iswspace_0100()
46 int result = iswspace(ch); in iswspace_0200()
Dtest_src_functionalext_supplement_ctype.gni35 "iswspace",
/third_party/bounds_checking_function/src/
Dsecinput.h132 #ifndef iswspace
133 #define iswspace(c) (((c) == L' ') || ((c) == L'\t') || ((c) == L'\r') || ((c) == L'\n')) macro
Dsecureinput_w.c75 return iswspace((wint_t)(int)(ch)); in SecIsSpace()
/third_party/icu/icu4c/source/test/perf/charperf/
Dcharperf.h205 iswspace(ch); in StdLibIsSpace()
240 iswspace(ch); in StdLibIsWhiteSpace()
/third_party/musl/libc-test/src/regression/
Diswspace-null.c8 if (iswspace(0)!=0) in main()
Dtest_src_regression.gni19 "iswspace-null",
/third_party/musl/src/stdlib/
Dwcstod.c40 while (iswspace(*t)) t++; in wcstox()
Dwcstol.c42 while (iswspace(*t)) t++; in wcstox()
/third_party/musl/porting/liteos_m/kernel/include/
Dwctype.h36 int iswspace(wint_t);
/third_party/musl/porting/uniproton/kernel/include/
Dwctype.h36 int iswspace(wint_t);
/third_party/musl/porting/liteos_a/kernel/include/
Dwctype.h36 int iswspace(wint_t);
/third_party/musl/ndk_musl_include/
Dwctype.h36 int iswspace(wint_t);
/third_party/musl/include/
Dwctype.h36 int iswspace(wint_t);
/third_party/toybox/toys/posix/
Dwc.c95 space = iswspace(wchar); in do_wc()
/third_party/musl/libc-test/src/api/
Dwctype.c24 {int(*p)(wint_t) = iswspace;} in f()
/third_party/musl/libc-test/src/functional/
Dclocale_mbfuncs.c76 if (iswspace(map[i])) t_error("iswspace returned true for %.4x (%.2x)\n", map[i], i); in main()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dtre.h65 #define tre_isspace iswspace
/third_party/musl/porting/uniproton/kernel/src/regex/
Dtre.h65 #define tre_isspace iswspace
/third_party/musl/src/regex/
Dtre.h64 #define tre_isspace iswspace
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dtre.h65 #define tre_isspace iswspace

12