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

/bionic/libc/tzcode/
H A Dprivate.h75 #define ctime_r _incompatible_ctime_r macro
334 # undef ctime_r macro
335 # define ctime_r tz_ctime_r macro
382 char *ctime_r(time_t const *, char *);
560 #undef ctime_r macro
562 char *ctime_r(time_t const *, char *);
H A Dlocaltime.c1376 ** ctime_r are obsolescent and have potential security problems that
1724 ctime_r(const time_t *timep, char *buf) function

Completed in 48 milliseconds