Searched defs:asctime_r (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/tzcode/
H A Dasctime.c78 asctime_r(timeptr, buf) function
137 return asctime_r(timeptr, buf_asctime);
H A Dprivate.h76 #define asctime_r _incompatible_asctime_r macro
228 ** Some time.h implementations don't declare asctime_r.
233 #ifndef asctime_r
234 extern char * asctime_r();
334 #undef asctime_r macro
336 char *asctime_r P((struct tm const *, char *));

Completed in 40 milliseconds