Searched refs:wcsftime (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/include/ |
D | wchar.h | 125 extern size_t wcsftime(wchar_t *, size_t, const wchar_t *, const struct tm *) __LIBC_ABI…
|
/bionic/tests/ |
D | wchar_test.cpp | 445 TEST(wchar, wcsftime) { in TEST() argument 456 EXPECT_EQ(24U, wcsftime(buf, sizeof(buf), L"%c", &t)); in TEST()
|
/bionic/libc/upstream-openbsd/lib/libc/time/ |
D | wcsftime.c | 119 wcsftime(wchar_t *__restrict s, size_t maxsize, in wcsftime() function
|
/bionic/libc/ |
D | libc.arm64.map | 1090 wcsftime;
|
D | libc.mips64.map | 1090 wcsftime;
|
D | libc.x86_64.map | 1090 wcsftime;
|
D | libc.mips.brillo.map | 1151 wcsftime;
|
D | libc.x86.brillo.map | 1149 wcsftime;
|
D | libc.mips.map | 1151 wcsftime;
|
D | libc.arm.brillo.map | 1153 wcsftime;
|
D | libc.x86.map | 1149 wcsftime;
|
D | libc.map.txt | 1178 wcsftime;
|
D | libc.arm.map | 1153 wcsftime;
|
D | Android.mk | 735 LOCAL_SRC_FILES += upstream-openbsd/lib/libc/time/wcsftime.c
|
D | Android.bp | 185 …"upstream-openbsd/lib/libc/time/wcsftime.c", // tzcode doesn't include wcsftime, so we use the Ope…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1143 wcsftime
|