Home
last modified time | relevance | path

Searched refs:strftime_l (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/libc-test/src/functionalext/time/
H A Dstrftime_l.c48 strftime_l(buffer, sizeof(buffer) - 1, "%c", timeptr, m_locale); in strftime_l_0100()
/third_party/tzdata/
H A Dprivate.h658 # 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 Dstrftime.c119 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 Dtime.h72 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 Dtime.h71 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 Dtime.h72 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 Dtime.c66 {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 Dsyslog.c107 strftime_l(timebuf, sizeof timebuf, "%b %e %T", &tm, C_LOCALE); in _vsyslog()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtime.h76 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
/third_party/musl/include/
H A Dtime.h73 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 Dstrftime.c370 weak_alias(__strftime_l, strftime_l)
/third_party/musl/src/time/
H A Dstrftime.c306 weak_alias(__strftime_l, strftime_l);
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dstrftime.c281 weak_alias(__strftime_l, strftime_l);
/third_party/musl/porting/liteos_m/kernel/src/time/
H A Dstrftime.c281 weak_alias(__strftime_l, strftime_l);
/third_party/musl/porting/uniproton/kernel/src/time/
H A Dstrftime.c281 weak_alias(__strftime_l, strftime_l);
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtime_test.cpp286 * @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 Dstylo.hpp17540 extern size_t strftime_l (char *__restrict __s, size_t __maxsize,
[all...]

Completed in 32 milliseconds