Searched refs:asctime_r (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/tzcode/ |
D | private.h | 74 #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 *);
|
D | asctime.c | 72 asctime_r(register const struct tm *timeptr, char *buf) in asctime_r() function 127 return asctime_r(timeptr, buf_asctime); in asctime()
|
D | localtime.c | 1728 return tmp ? asctime_r(tmp, buf) : NULL; in ctime_r()
|
/bionic/libc/include/ |
D | time.h | 66 char* asctime_r(const struct tm* __tm, char* __buf);
|
/bionic/tests/headers/posix/ |
D | time_h.c | 77 FUNCTION(asctime_r, char* (*f)(const struct tm*, char*)); in time_h()
|
/bionic/tests/ |
D | time_test.cpp | 927 TEST(time, asctime_r) { in TEST() argument 930 ASSERT_EQ(buf, asctime_r(&tm, buf)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 32 asctime_r
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 238 asctime_r;
|
/bionic/libc/ |
D | libc.map.txt | 238 asctime_r;
|