Searched refs:wcsrtombs (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/ |
H A D | wcsrtombs.c | 31 size_t result = wcsrtombs(str, &src, 10, NULL); in wcsrtombs_0100() 33 t_error("%s wcsrtombs error get result is %d are not 6", __func__, result); in wcsrtombs_0100() 39 * @tc.desc : Test the result of wcsrtombs when the incoming number is less than the length of the wide string 46 size_t result = wcsrtombs(str, &src, 0, NULL); in wcsrtombs_0200() 48 t_error("%s wcsrtombs error get result is %d are not 0", __func__, result); in wcsrtombs_0200()
|
/third_party/musl/src/multibyte/ |
H A D | wcstombs.c | 6 return wcsrtombs(s, &(const wchar_t *){ws}, n, 0); in wcstombs()
|
H A D | wcsrtombs.c | 3 size_t wcsrtombs(char *restrict s, const wchar_t **restrict ws, size_t n, mbstate_t *restrict st) in wcsrtombs() function
|
/third_party/musl/src/stdio/ |
H A D | fputws.c | 16 while (ws && (l = wcsrtombs((void *)buf, (void*)&ws, sizeof buf, 0))+1 > 1) in fputws()
|
H A D | vswscanf.c | 11 k = wcsrtombs((void *)f->buf, &src, f->buf_size, 0); in wstring_read()
|
/third_party/musl/libc-test/src/functional/ |
H A D | clocale_mbfuncs.c | 59 if ((rv=wcsrtombs(s, &(const wchar_t *){map+1}, sizeof s, &st)) != 255) in main() 60 t_error("wcsrtombs returned %zd, expected 255\n", rv); in main() 64 t_error("wcsrtombs/mbsrtowcs round trip failed\n"); in main()
|
/third_party/musl/libc-test/src/api/ |
H A D | wchar.c | 60 {size_t(*p)(char*restrict,const wchar_t**restrict,size_t,mbstate_t*restrict) = wcsrtombs;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 94 size_t wcsrtombs (char *__restrict, const wchar_t **__restrict, size_t, mbstate_t *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 94 size_t wcsrtombs (char *__restrict, const wchar_t **__restrict, size_t, mbstate_t *__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 94 size_t wcsrtombs (char *__restrict, const wchar_t **__restrict, size_t, mbstate_t *__restrict);
|
/third_party/musl/include/ |
H A D | wchar.h | 94 size_t wcsrtombs (char *__restrict, const wchar_t **__restrict, size_t, mbstate_t *__restrict);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 463 extern size_t wcsrtombs (char *__restrict __dst, 14056 using ::wcsrtombs; [all...] |
Completed in 28 milliseconds