Searched refs:strftime (Results 1 – 12 of 12) sorted by relevance
/bionic/tests/ |
D | time_test.cpp | 186 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/ |
D | asctime.c | 102 strftime(year, sizeof year, "%Y", timeptr); in asctime_r()
|
D | strftime.c | 142 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/ |
D | time.h | 80 size_t strftime(char* __buf, size_t __n, const char* __fmt, const struct tm* __tm) __strftimelike(3…
|
/bionic/tests/headers/posix/ |
D | time_h.c | 96 FUNCTION(strftime, size_t (*f)(char*, size_t, const char*, const struct tm*)); in time_h()
|
/bionic/libc/include/sys/ |
D | cdefs.h | 99 #define __strftimelike(x) __attribute__((__format__(strftime, x, 0)))
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_065.S | 194 CALL(strftime)
|
D | liblinker_reloc_bench_003.S | 1162 CALL(strftime)
|
/bionic/docs/ |
D | status.md | 81 (strftime already supported them all.) 105 * `%s` support in strptime (strftime already supported it).
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1005 strftime
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1011 strftime;
|
/bionic/libc/ |
D | libc.map.txt | 1011 strftime;
|