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
127 return asctime_r(timeptr, buf_asctime);
H A Dprivate.h66 #define asctime_r _incompatible_asctime_r macro
72 /* Fix asctime_r on Solaris 10. */
383 ** Some time.h implementations don't declare asctime_r.
389 #ifndef asctime_r
390 extern char * asctime_r(struct tm const *restrict, char *restrict);
552 #undef asctime_r macro
554 char *asctime_r(struct tm const *, char *);
H A Dlocaltime.c1756 return tmp ? asctime_r(tmp, buf) : NULL;
/bionic/libc/include/
H A Dtime.h66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;

Completed in 50 milliseconds