Searched refs:asctime_r (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/tzcode/
H A Dasctime.c72 asctime_r(register const struct tm *timeptr, char *buf) function
131 return asctime_r(timeptr, buf_asctime);
H A Dprivate.h72 #define asctime_r _incompatible_asctime_r macro
242 ** Some time.h implementations don't declare asctime_r.
247 #ifndef asctime_r
248 extern char * asctime_r(struct tm const *, char *);
382 #undef asctime_r macro
384 char *asctime_r(struct tm const *, char *);
H A Dlocaltime.c1607 return asctime_r(localtime_r(timep, &mytm), buf);
/bionic/libc/include/
H A Dtime.h66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;

Completed in 494 milliseconds