Home
last modified time | relevance | path

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

12

/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/musl/porting/liteos_a/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/musl/include/
Dwchar.h71 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/python/Python/
Dpathconfig.c752 #define WCSTOK wcstok
Dinitconfig.c2483 # define WCSTOK wcstok
/third_party/musl/
Dlibc.map.txt1965 wcstok;
Dmusl_src.gni1327 "src/string/wcstok.c",
/third_party/libabigail/tests/data/test-annotate/
Dlibtest23.so.abi611 <!-- wchar_t* wcstok(wchar_t*, const wchar_t*, wchar_t**) -->
612 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…
Dlibtest24-drop-fns-2.so.abi784 <!-- wchar_t* wcstok(wchar_t*, const wchar_t*, wchar_t**) -->
785 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…
Dlibtest24-drop-fns.so.abi784 <!-- wchar_t* wcstok(wchar_t*, const wchar_t*, wchar_t**) -->
785 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…
/third_party/libabigail/tests/data/test-read-dwarf/
Dlibtest23.so.abi382 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…
Dlibtest24-drop-fns-2.so.abi510 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…
Dlibtest24-drop-fns.so.abi510 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…
Dtest-libaaudio.so.abi1954 …<function-decl name='wcstok' filepath='bionic/libc/include/wchar.h' line='101' column='1' visibili…
DPR22015-libboost_iostreams.so.abi1255 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='285' column='1' visibility='def…
Dtest9-pr18818-clang.so.abi1131 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst7583 Fix API calling consistency of GetVersionEx and wcstok.
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch9556 +#define wcstok wcstok_s
/third_party/libabigail/tests/data/test-abidiff/
Dtest-PR18791-v1.so.abi4204 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…
Dtest-PR18791-v0.so.abi4064 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…

12