Searched refs:asctime_r (Results 1 – 11 of 11) sorted by relevance
30 # undef asctime_r35 # define asctime_r rpl_asctime_r macro42 char *asctime_r (struct tm const * restrict, char * restrict);
75 asctime_r(const struct tm * __restrict timeptr, char * __restrict buf) in asctime_r() function127 return asctime_r(timeptr, buf_asctime); in asctime()
11 asctime_r;
16 ctime.3 asctime_r.3 \
1643 return tmp ? asctime_r(tmp, buf) : NULL; in ctime_r()
33 src/asctime_r.c
906 * use ctime_r, asctime_r
173 char *asctime_r(const struct tm * __restrict, char * __restrict);
294 pp = asctime_r(tm, buf); in file_fmtdatetime()
648 char *asctime_r(const struct tm *, char *);
4976 changes from Guy Harris to provide asctime_r and ctime_r