Home
last modified time | relevance | path

Searched refs:wcstok (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/
Dwcstok.c34 wchar_t *token = wcstok(str, delim, &ptr); in wcstok_0100()
39 token = wcstok(NULL, delim, &ptr); in wcstok_0100()
58 wchar_t *result = wcstok(str, delim, &ptr); in wcstok_0200()
Dtest_src_functionalext_supplement_string.gni52 "wcstok",
/third_party/musl/src/string/
Dwcstok.c3 wchar_t *wcstok(wchar_t *restrict s, const wchar_t *restrict sep, wchar_t **restrict p) in wcstok() function
/third_party/musl/libc-test/src/api/
Dwchar.c65 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict,wchar_t**restrict) = wcstok;} in f()
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcwchar90 using ::wcstok;
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h69 wchar_t *wcstok (wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
/third_party/musl/ndk_musl_include/
Dwchar.h69 wchar_t *wcstok (wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
/third_party/musl/include/
Dwchar.h69 wchar_t *wcstok (wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h71 wchar_t *wcstok (wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h71 wchar_t *wcstok (wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
/third_party/python/Python/
Dpathconfig.c752 #define WCSTOK wcstok
Dinitconfig.c2423 # define WCSTOK wcstok
/third_party/musl/
Dlibc.map.txt1919 wcstok;
Dmusl_src.gni1268 "src/string/wcstok.c",
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst7583 Fix API calling consistency of GetVersionEx and wcstok.