Searched refs:wcsftime (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2661 void wcsftime() {} function
H A Dlibroot_stubs.c2671 void wcsftime() {} function
/haiku/headers/posix/
H A Dwchar.h109 extern size_t wcsftime(wchar_t *dest, size_t destLength,
/haiku/src/system/libroot/posix/musl/time/
H A Dwcsftime.c67 size_t wcsftime(wchar_t *restrict wcs, size_t n, const wchar_t *restrict f, const struct tm *restrict tm) function
/haiku/src/tests/system/libroot/posix/
H A Dwcs_test.cpp2599 // #pragma mark - wcsftime -----------------------------------------------------
2613 printf("wcsftime for '%s'\n", locale);
2620 wcsftime(buf, 100, data[i].format, now);
2623 "\tPROBLEM: wcsftime(\"%ls\") = \"%ls\" (expected \"%ls\")\n",
/haiku/src/system/libroot/posix/wchar/
H A Dwcsftime.cpp20 B_DEFINE_WEAK_ALIAS(__wcsftime, wcsftime);

Completed in 122 milliseconds