Home
last modified time | relevance | path

Searched refs:asctime_r (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/tzcode/
Dprivate.h74 #define asctime_r _incompatible_asctime_r macro
393 #if !HAVE_DECL_ASCTIME_R && !defined asctime_r
394 extern char *asctime_r(struct tm const *restrict, char *restrict);
559 #undef asctime_r
561 char *asctime_r(struct tm const *, char *);
Dasctime.c72 asctime_r(register const struct tm *timeptr, char *buf) in asctime_r() function
127 return asctime_r(timeptr, buf_asctime); in asctime()
Dlocaltime.c1728 return tmp ? asctime_r(tmp, buf) : NULL; in ctime_r()
/bionic/libc/include/
Dtime.h66 char* asctime_r(const struct tm* __tm, char* __buf);
/bionic/tests/headers/posix/
Dtime_h.c77 FUNCTION(asctime_r, char* (*f)(const struct tm*, char*)); in time_h()
/bionic/tests/
Dtime_test.cpp927 TEST(time, asctime_r) { in TEST() argument
930 ASSERT_EQ(buf, asctime_r(&tm, buf)); in TEST()
/bionic/libc/tools/
Dposix-2013.txt32 asctime_r
/bionic/tools/versioner/platforms/
Dlibc.map.txt238 asctime_r;
/bionic/libc/
Dlibc.map.txt238 asctime_r;