Searched refs:strftime_l (Results 1 - 17 of 17) sorted by relevance
/third_party/musl/libc-test/src/functionalext/time/ |
H A D | strftime_l.c | 48 strftime_l(buffer, sizeof(buffer) - 1, "%c", timeptr, m_locale); in strftime_l_0100()
|
/third_party/tzdata/ |
H A D | private.h | 658 # undef strftime_l macro 659 # define strftime_l tz_strftime_l macro 689 size_t strftime_l(char *restrict, size_t, char const *restrict,
|
H A D | strftime.c | 119 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, in strftime_l() function
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | time.h | 72 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | time.h | 71 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | time.h | 72 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
|
/third_party/musl/libc-test/src/api/ |
H A D | time.c | 66 {size_t(*p)(char*restrict,size_t,const char*restrict,const struct tm*restrict,locale_t) = strftime_l;} in f()
|
/third_party/musl/src/misc/ |
H A D | syslog.c | 107 strftime_l(timebuf, sizeof timebuf, "%b %e %T", &tm, C_LOCALE); in _vsyslog()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | time.h | 76 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
|
/third_party/musl/include/ |
H A D | time.h | 73 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | strftime.c | 370 weak_alias(__strftime_l, strftime_l)
|
/third_party/musl/src/time/ |
H A D | strftime.c | 306 weak_alias(__strftime_l, strftime_l);
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
H A D | strftime.c | 281 weak_alias(__strftime_l, strftime_l);
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
H A D | strftime.c | 281 weak_alias(__strftime_l, strftime_l);
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
H A D | strftime.c | 281 weak_alias(__strftime_l, strftime_l);
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
H A D | time_test.cpp | 286 * @tc.desc: Verify that the strftime_l function correctly formats a struct tm time value to a string representation 303 size_t result = strftime_l(s, maxsize, "%c", &tp, loc); in HWTEST_F()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 17540 extern size_t strftime_l (char *__restrict __s, size_t __maxsize, [all...] |
Completed in 32 milliseconds