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

/external/icu/icu4c/source/tools/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.h70 #define asctime_r _incompatible_asctime_r macro
239 ** Some time.h implementations don't declare asctime_r.
244 #ifndef asctime_r
245 extern char * asctime_r(struct tm const *, char *);
393 #undef asctime_r macro
395 char *asctime_r(struct tm const *, char *);

Completed in 125 milliseconds