Searched refs:SIZEOF_WCHAR (Results 1 - 1 of 1) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wcsncpy.c | 22 #define SIZEOF_WCHAR(x) (sizeof(x) / sizeof(wchar_t)) macro 37 wchar_t buf[SIZEOF_WCHAR(src) + 1]; in wcsncpy_0100() 38 wmemset(buf, L'A', SIZEOF_WCHAR(buf)); in wcsncpy_0100() 41 if (dest != wcsncpy(dest, src, SIZEOF_WCHAR(src))) { in wcsncpy_0100() 54 wchar_t buf[SIZEOF_WCHAR(src)]; in wcsncpy_0200() 55 wmemset(buf, L'A', SIZEOF_WCHAR(buf)); in wcsncpy_0200() 71 wchar_t buf[SIZEOF_WCHAR(src) + SIZEOF_WCHAR(src)]; in wcsncpy_0300() 72 wmemset(buf, L'A', SIZEOF_WCHAR(buf)); in wcsncpy_0300() 75 if (dest != wcsncpy(dest, src, SIZEOF_WCHAR(sr in wcsncpy_0300() [all...] |
Completed in 2 milliseconds