Home
last modified time | relevance | path

Searched refs:strftime_l (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/include/
Dtime.h82 size_t strftime_l(char* __buf, size_t __n, const char* __fmt, const struct tm* __tm, locale_t __l) …
/bionic/tests/headers/posix/
Dtime_h.c97 FUNCTION(strftime_l, size_t (*f)(char*, size_t, const char*, const struct tm*, locale_t)); in time_h()
/bionic/tests/
Dtime_test.cpp246 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/
Dstrftime.c138 strftime_l(char *s, size_t maxsize, char const *format, struct tm const *t, in strftime_l() function
/bionic/libc/tools/
Dposix-2013.txt1006 strftime_l
/bionic/docs/
Dstatus.md192 * <time.h> `strftime_l`.
/bionic/tools/versioner/platforms/
Dlibc.map.txt1012 strftime_l; # introduced=21
/bionic/libc/
Dlibc.map.txt1012 strftime_l; # introduced=21