Searched refs:strftime_l (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/include/ |
D | time.h | 82 size_t strftime_l(char* __buf, size_t __n, const char* __fmt, const struct tm* __tm, locale_t __l) …
|
/bionic/tests/headers/posix/ |
D | time_h.c | 97 FUNCTION(strftime_l, size_t (*f)(char*, size_t, const char*, const struct tm*, locale_t)); in time_h()
|
/bionic/tests/ |
D | time_test.cpp | 246 TEST(time, strftime_l) { in TEST() argument 260 EXPECT_EQ(24U, strftime_l(buf, sizeof(buf), "%c", &t, cloc)); in TEST() 292 strftime_l(buf, sizeof(buf), "%H:%M", &t, LC_GLOBAL_LOCALE); in TEST() 297 strftime_l(buf, sizeof(buf), "%H:%M:%S", &t, LC_GLOBAL_LOCALE); in TEST()
|
/bionic/libc/tzcode/ |
D | strftime.c | 138 strftime_l(char *s, size_t maxsize, char const *format, struct tm const *t, in strftime_l() function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1006 strftime_l
|
/bionic/docs/ |
D | status.md | 192 * <time.h> `strftime_l`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1012 strftime_l; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1012 strftime_l; # introduced=21
|