Searched refs:strftime_l (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/locale/ |
D | wcsftime.c | 100 if (strftime_l(dst, maxsize, sformat, timeptr, locale) == 0) in wcsftime_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/libc/tzcode/ |
D | private.h | 656 # undef strftime_l 657 # define strftime_l tz_strftime_l macro 687 size_t strftime_l(char *restrict, size_t, char const *restrict,
|
D | strftime.c | 134 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, in strftime_l() function
|
/bionic/libc/include/ |
D | time.h | 261 size_t strftime_l(char* _Nonnull __buf, size_t __n, const char* _Nonnull __fmt, const struct tm* _N…
|
/bionic/tests/ |
D | time_test.cpp | 406 TEST(time, strftime_l) { in TEST() argument 420 EXPECT_EQ(24U, strftime_l(buf, sizeof(buf), "%c", &t, cloc)); in TEST() 453 strftime_l(buf, sizeof(buf), "%H:%M", &t, LC_GLOBAL_LOCALE); in TEST() 458 strftime_l(buf, sizeof(buf), "%H:%M:%S", &t, LC_GLOBAL_LOCALE); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1006 strftime_l
|
/bionic/docs/ |
D | status.md | 249 * <time.h> `strftime_l`.
|
/bionic/libc/ |
D | libc.map.txt | 1012 strftime_l; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1012 strftime_l; # introduced=21
|