Home
last modified time | relevance | path

Searched refs:wcstok (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcstok.c24 * @tc.desc : Test wcstok to intercept the target string according to the incoming wide string
34 wchar_t *token = wcstok(str, delim, &ptr); in wcstok_0100()
39 token = wcstok(NULL, delim, &ptr); in wcstok_0100()
43 t_error("%s wcstok in %d get value is %s and %s\n", __func__, i, result[i], compare[i]); in wcstok_0100()
50 * @tc.desc : Test wcstok to intercept multiple targets according to incoming
58 wchar_t *result = wcstok(str, delim, &ptr); in wcstok_0200()
60 t_error("%s wcstok get result is %s are not parrot\n", __func__, result); in wcstok_0200()
63 t_error("%s wcstok get ptr is %s are not parrot\n", __func__, ptr); in wcstok_0200()
/third_party/musl/src/string/
H A 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/
H A Dwchar.c65 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict,wchar_t**restrict) = wcstok;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h71 wchar_t *wcstok (wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h71 wchar_t *wcstok (wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h71 wchar_t *wcstok (wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
/third_party/musl/include/
H A Dwchar.h71 wchar_t *wcstok (wchar_t *__restrict, const wchar_t *__restrict, wchar_t **__restrict);
/third_party/python/Python/
H A Dinitconfig.c2514 # define WCSTOK wcstok
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp381 extern wchar_t *wcstok (wchar_t *__restrict __s,
14062 using ::wcstok;
[all...]

Completed in 30 milliseconds