Home
last modified time | relevance | path

Searched refs:SIZE_6 (Results 1 - 4 of 4) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dwcharndk.cpp56 #define SIZE_6 6 macro
809 wcsncasecmp_value = wcsncasecmp(L"hello", L"HELLO", SIZE_6); in Wcsncasecmp()
811 wcsncasecmp_value = wcsncasecmp(L"hello2", L"HELLO1", SIZE_6); in Wcsncasecmp()
813 wcsncasecmp_value = wcsncasecmp(L"hello1", L"HELLO2", SIZE_6); in Wcsncasecmp()
833 wcsncasecmp_l_value = wcsncasecmp_l(L"hello", L"HELLO", SIZE_6, locale); in WcsncasecmpL()
835 wcsncasecmp_l_value = wcsncasecmp_l(L"hello2", L"HELLO1", SIZE_6, locale); in WcsncasecmpL()
837 wcsncasecmp_l_value = wcsncasecmp_l(L"hello1", L"HELLO2", SIZE_6, locale); in WcsncasecmpL()
857 wchar_t buf[SIZE_6]; in Wcsncpy()
858 wmemset(buf, L'A', SIZE_6); in Wcsncpy()
861 if (dest == wcsncpy(dest, src, SIZE_6)) { in Wcsncpy()
[all...]
H A Dfcntlndk.cpp41 #define SIZE_6 6 macro
104 int iovLength = SIZE_6; in Vmsplice()
H A Dfcntl1ndk.cpp43 #define SIZE_6 6 macro
99 int iov_length = SIZE_6; in Vmsplice()
H A Dwctypendk.cpp38 #define SIZE_6 6 macro

Completed in 9 milliseconds