Searched refs:wcsncpy (Results 1 - 5 of 5) sorted by path

/haiku/headers/posix/
H A Dwchar.h121 extern wchar_t *wcsncpy(wchar_t *dest, const wchar_t *src, size_t srcLength);
/haiku/src/system/libroot/posix/wchar/
H A Dwcsncpy.c25 B_DEFINE_WEAK_ALIAS(__wcsncpy, wcsncpy);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2679 void wcsncpy() {} function
H A Dlibroot_stubs_legacy.c2669 void wcsncpy() {} function
/haiku/src/tests/system/libroot/posix/
H A Dwcs_test.cpp799 printf("wcscpy()/wcsncpy()\n");
1003 wchar_t* result = wcsncpy(destination, source, 0);
1005 printf("\tPROBLEM: wcsncpy(destination, \"%ls\", 0) -> result=%p, "
1010 printf("\tPROBLEM: wcsncpy(destination, \"%ls\", 0) -> errno=%d, "
1015 printf("\tPROBLEM: wcsncpy(destination, \"%ls\", 0) -> "
1025 wchar_t* result = wcsncpy(destination, source, 2);
1027 printf("\tPROBLEM: wcsncpy(destination, \"%ls\", 2) -> result=%p, "
1032 printf("\tPROBLEM: wcsncpy(destination, \"%ls\", 2) -> errno=%d, "
1037 printf("\tPROBLEM: wcsncpy(destination, \"%ls\", 2) -> "
1043 printf("\tPROBLEM: wcsncpy(destinatio
[all...]

Completed in 189 milliseconds