Searched refs:ctime_r (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/tzcode/
H A Dprivate.h67 #define ctime_r _incompatible_ctime_r macro
239 # undef ctime_r macro
240 # define ctime_r tz_ctime_r macro
261 char *ctime_r(time_t const *, char *);
382 #undef ctime_r macro
384 char *ctime_r(time_t const *, char *);
H A Dlocaltime.c1605 ctime_r(const time_t * const timep, char * buf) function
/bionic/libc/include/
H A Dtime.h83 extern char *ctime_r(const time_t *timep, char *buf);

Completed in 34 milliseconds