Searched refs:wcscpy (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/libroot/posix/wchar/
H A Dwcscpy.c21 B_DEFINE_WEAK_ALIAS(__wcscpy, wcscpy);
/haiku/src/tests/add-ons/index_server/fulltext_search/
H A DBeaconSearcher.cpp92 wcscpy(path, field->stringValue()) ;
107 wcscpy(path, field->stringValue()) ;
/haiku/src/tests/system/libroot/posix/
H A Dwcs_test.cpp793 // #pragma mark - wcscpy -------------------------------------------------------
799 printf("wcscpy()/wcsncpy()\n");
807 wchar_t* result = wcscpy(destination, source);
809 printf("\tPROBLEM: wcscpy(destination, \"%ls\") -> result=%p, "
814 printf("\tPROBLEM: wcscpy(destination, \"%ls\") -> errno=%d, "
819 printf("\tPROBLEM: wcscpy(destination, \"%ls\") -> "
825 printf("\tPROBLEM: wcscpy(destination, \"%ls\") -> "
831 printf("\tPROBLEM: wcscpy(destination, \"%ls\") -> "
841 wchar_t* result = wcscpy(destination, source);
843 printf("\tPROBLEM: wcscpy(destinatio
[all...]
/haiku/headers/posix/
H A Dwchar.h106 extern wchar_t *wcscpy(wchar_t *dest, const wchar_t *src);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2668 void wcscpy() {} function
H A Dlibroot_stubs_legacy.c2658 void wcscpy() {} function

Completed in 212 milliseconds