Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/time/
Dstrftime_l.c48 strftime_l(buffer, sizeof(buffer) - 1, "%c", timeptr, m_locale); in strftime_l_0100()
Dtest_src_functionalext_time.gni25 "strftime_l",
/third_party/tzdata/
Dprivate.h481 # undef strftime_l
482 # define strftime_l tz_strftime_l macro
507 size_t strftime_l(char *restrict, size_t, char const *restrict,
Dstrftime.c121 strftime_l(char *s, size_t maxsize, char const *format, struct tm const *t, in strftime_l() function
DNEWS2456 strftime_l for compatibility with recent versions of POSIX.
/third_party/musl/libc-test/src/api/
Dtime.c66 …ze_t(*p)(char*restrict,size_t,const char*restrict,const struct tm*restrict,locale_t) = strftime_l;} in f()
/third_party/musl/ndk_musl_include/
Dtime.h71 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restr…
/third_party/musl/porting/liteos_m/user/include/
Dtime.h71 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restr…
/third_party/musl/include/
Dtime.h71 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restr…
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h72 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restr…
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h72 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restr…
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h74 size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restr…
/third_party/boost/libs/locale/src/posix/
Dnumeric.cpp101 size_t n=strftime_l(buf,sizeof(buf),format,t,lc); in ftime()
112 n = strftime_l(&v.front(),1024,format,t,lc); in ftime()
/third_party/musl/src/time/
Dstrftime.c281 weak_alias(__strftime_l, strftime_l);
/third_party/musl/porting/liteos_a/kernel/src/time/
Dstrftime.c281 weak_alias(__strftime_l, strftime_l);
/third_party/musl/porting/uniproton/kernel/src/time/
Dstrftime.c281 weak_alias(__strftime_l, strftime_l);
/third_party/musl/porting/liteos_m/kernel/src/time/
Dstrftime.c281 weak_alias(__strftime_l, strftime_l);
/third_party/musl/porting/linux/user/src/time/
Dstrftime.c370 weak_alias(__strftime_l, strftime_l);
/third_party/boost/libs/locale/test/
Dtest_posix_formatting.cpp156 strftime_l(buf,sizeof(buf),"%x\n%X\n%c\n16\n48\n",&tm,lreal); in test_by_char()
/third_party/boost/libs/locale/doc/
Dusing_localization_backends.txt68 \c newlocale, \c freelocale, \c strftime_l etc. It is available on the Linux and Mac OS X
/third_party/musl/
Dlibc.map.txt1699 strftime_l;