Searched refs:wcstok (Results 1 – 25 of 40) sorted by relevance
12
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
D | wcstok.c | 34 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()
|
D | test_src_functionalext_supplement_string.gni | 52 "wcstok",
|
/third_party/musl/src/string/ |
D | wcstok.c | 3 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/ |
D | wchar.c | 65 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict,wchar_t**restrict) = wcstok;} in f()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 71 wchar_t *wcstok (wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 71 wchar_t *wcstok (wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
|
/third_party/musl/include/ |
D | wchar.h | 71 wchar_t *wcstok (wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 71 wchar_t *wcstok (wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
|
/third_party/python/Python/ |
D | pathconfig.c | 752 #define WCSTOK wcstok
|
D | initconfig.c | 2483 # define WCSTOK wcstok
|
/third_party/musl/ |
D | libc.map.txt | 1965 wcstok;
|
D | musl_src.gni | 1327 "src/string/wcstok.c",
|
/third_party/libabigail/tests/data/test-annotate/ |
D | libtest23.so.abi | 611 <!-- 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…
|
D | libtest24-drop-fns-2.so.abi | 784 <!-- 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…
|
D | libtest24-drop-fns.so.abi | 784 <!-- 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/ |
D | libtest23.so.abi | 382 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…
|
D | libtest24-drop-fns-2.so.abi | 510 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…
|
D | libtest24-drop-fns.so.abi | 510 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…
|
D | test-libaaudio.so.abi | 1954 …<function-decl name='wcstok' filepath='bionic/libc/include/wchar.h' line='101' column='1' visibili…
|
D | PR22015-libboost_iostreams.so.abi | 1255 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='285' column='1' visibility='def…
|
D | test9-pr18818-clang.so.abi | 1131 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 7583 Fix API calling consistency of GetVersionEx and wcstok.
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 9556 +#define wcstok wcstok_s
|
/third_party/libabigail/tests/data/test-abidiff/ |
D | test-PR18791-v1.so.abi | 4204 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…
|
D | test-PR18791-v0.so.abi | 4064 …<function-decl name='wcstok' filepath='/usr/include/wchar.h' line='282' column='1' visibility='def…
|
12