Home
last modified time | relevance | path

Searched refs:strftime (Results 1 – 12 of 12) sorted by relevance

/bionic/tests/
Dtime_test.cpp186 TEST(time, strftime) { in TEST() argument
199 EXPECT_EQ(10U, strftime(buf, sizeof(buf), "%s", &t)); in TEST()
204 EXPECT_EQ(24U, strftime(buf, sizeof(buf), "%c", &t)); in TEST()
219 EXPECT_EQ(5U, strftime(buf, sizeof(buf), "<%Z>", &t)); in TEST()
224 EXPECT_EQ(5U, strftime(buf, sizeof(buf), "<%Z>", &t)); in TEST()
228 EXPECT_EQ(2U, strftime(buf, sizeof(buf), "<%Z>", &t)); in TEST()
236 EXPECT_EQ(5U, strftime(buf, sizeof(buf), "<%Z>", &t)); in TEST()
241 EXPECT_EQ(2U, strftime(buf, sizeof(buf), "<%Z>", &t)); in TEST()
275 strftime(buf, sizeof(buf), "%H:%M", &t); in TEST()
280 strftime(buf, sizeof(buf), "%H:%M:%S", &t); in TEST()
[all …]
/bionic/libc/tzcode/
Dasctime.c102 strftime(year, sizeof year, "%Y", timeptr); in asctime_r()
Dstrftime.c142 return strftime(s, maxsize, format, t); in strftime_l()
149 strftime(char *s, size_t maxsize, const char *format, const struct tm *t) in strftime() function
/bionic/libc/include/
Dtime.h80 size_t strftime(char* __buf, size_t __n, const char* __fmt, const struct tm* __tm) __strftimelike(3…
/bionic/tests/headers/posix/
Dtime_h.c96 FUNCTION(strftime, size_t (*f)(char*, size_t, const char*, const struct tm*)); in time_h()
/bionic/libc/include/sys/
Dcdefs.h99 #define __strftimelike(x) __attribute__((__format__(strftime, x, 0)))
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_065.S194 CALL(strftime)
Dliblinker_reloc_bench_003.S1162 CALL(strftime)
/bionic/docs/
Dstatus.md81 (strftime already supported them all.)
105 * `%s` support in strptime (strftime already supported it).
/bionic/libc/tools/
Dposix-2013.txt1005 strftime
/bionic/tools/versioner/platforms/
Dlibc.map.txt1011 strftime;
/bionic/libc/
Dlibc.map.txt1011 strftime;