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

/bionic/libc/tzcode/
H A Dprivate.h73 #define ctime_r _incompatible_ctime_r macro
263 # undef ctime_r macro
264 # define ctime_r tz_ctime_r macro
285 char *ctime_r(time_t const *, char *);
383 #undef ctime_r macro
385 char *ctime_r(time_t const *, char *);
H A Dlocaltime.c1603 ctime_r(const time_t * const timep, char * buf) function

Completed in 39 milliseconds