HomeSort by relevance Sort by last modified time
    Searched refs:strftime_l (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/xlocale/
_time.h 45 size_t strftime_l(char *__restrict, size_t, const char *__restrict,
  /bionic/libc/include/
time.h 82 size_t strftime_l(char* __buf, size_t __n, const char* __fmt, const struct tm* __tm, locale_t __l) __strftimelike(3) __INTRODUCED_IN(21);
  /bionic/tests/headers/posix/
time_h.c 97 FUNCTION(strftime_l, size_t (*f)(char*, size_t, const char*, const struct tm*, locale_t));
  /external/libcxx/include/support/win32/
locale_win32.h 177 #define strftime_l( __s, __l, __f, __tm, __loc ) strftime( __s, __l, __f, __tm ) macro
179 #define strftime_l _strftime_l macro
  /external/libcxx/include/support/xlocale/
__posix_l_fallback.h 145 inline _LIBCPP_INLINE_VISIBILITY size_t strftime_l(char *s, size_t max, function
  /bionic/tests/
time_test.cpp 244 TEST(time, strftime_l) {
258 EXPECT_EQ(24U, strftime_l(buf, sizeof(buf), "%c", &t, cloc));
290 strftime_l(buf, sizeof(buf), "%H:%M", &t, LC_GLOBAL_LOCALE);
295 strftime_l(buf, sizeof(buf), "%H:%M:%S", &t, LC_GLOBAL_LOCALE);
  /external/libcxx/include/support/ibm/
xlocale.h 211 // strftime_l() is defined by POSIX. However, AIX 7.1 does not have it
214 size_t strftime_l(char *__s, size_t __size, const char *__fmt, function
  /bionic/libc/tzcode/
strftime.c 138 strftime_l(char *s, size_t maxsize, char const *format, struct tm const *t, function
  /external/libcxx/src/
locale.cpp     [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 517 INTERCEPTOR(SIZE_T, strftime_l, char *s, SIZE_T max, const char *format,
519 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime_l, s, max, format, tm, loc);
    [all...]

Completed in 5540 milliseconds