Searched refs:iswctype (Results 1 – 25 of 45) sorted by relevance
12
/third_party/musl/src/ctype/ |
D | iswctype.c | 17 int iswctype(wint_t wc, wctype_t type) in iswctype() function 66 return iswctype(c, t); in __iswctype_l()
|
/third_party/musl/libc-test/src/functionalext/supplement/ctype/ |
D | iswctype.c | 24 int result = iswctype(ch, wt); in iswctype_test()
|
D | test_src_functionalext_supplement_ctype.gni | 27 "iswctype",
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wctype.h | 39 int iswctype(wint_t, wctype_t);
|
D | wchar.h | 192 int iswctype(wint_t, wctype_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wctype.h | 39 int iswctype(wint_t, wctype_t);
|
D | wchar.h | 192 int iswctype(wint_t, wctype_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wctype.h | 39 int iswctype(wint_t, wctype_t);
|
D | wchar.h | 192 int iswctype(wint_t, wctype_t);
|
/third_party/musl/ndk_musl_include/ |
D | wctype.h | 39 int iswctype(wint_t, wctype_t);
|
D | wchar.h | 179 int iswctype(wint_t, wctype_t);
|
/third_party/musl/include/ |
D | wctype.h | 39 int iswctype(wint_t, wctype_t);
|
D | wchar.h | 192 int iswctype(wint_t, wctype_t);
|
/third_party/musl/src/regex/ |
D | fnmatch.c | 145 if (iswctype(k, wctype(buf)) || in match_bracket() 146 iswctype(kfold, wctype(buf))) in match_bracket()
|
D | tre.h | 74 #define tre_isctype iswctype
|
/third_party/musl/libc-test/src/api/ |
D | wctype.c | 18 {int(*p)(wint_t,wctype_t) = iswctype;} in f()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | tre.h | 75 #define tre_isctype iswctype
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | tre.h | 75 #define tre_isctype iswctype
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | tre.h | 75 #define tre_isctype iswctype
|
/third_party/musl/ |
D | libc.map.txt | 1000 iswctype;
|
/third_party/libabigail/tests/data/test-annotate/ |
D | libtest23.so.abi | 1050 <!-- int iswctype(wint_t, wctype_t) --> 1051 …<function-decl name='iswctype' filepath='/usr/include/wctype.h' line='175' column='1' visibility='…
|
D | libtest24-drop-fns.so.abi | 1223 <!-- int iswctype(wint_t, wctype_t) --> 1224 …<function-decl name='iswctype' filepath='/usr/include/wctype.h' line='175' column='1' visibility='…
|
D | libtest24-drop-fns-2.so.abi | 1223 <!-- int iswctype(wint_t, wctype_t) --> 1224 …<function-decl name='iswctype' filepath='/usr/include/wctype.h' line='175' column='1' visibility='…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | libtest23.so.abi | 627 …<function-decl name='iswctype' filepath='/usr/include/wctype.h' line='175' column='1' visibility='…
|
D | libtest24-drop-fns.so.abi | 755 …<function-decl name='iswctype' filepath='/usr/include/wctype.h' line='175' column='1' visibility='…
|
12