__posix_asctime_r
return (__posix_asctime_r(t, cbuf));
extern char *__posix_asctime_r(const struct tm *_RESTRICT_KYWD,
#define asctime_r __posix_asctime_r
return (__posix_asctime_r(__tm, __buf));
extern char *__posix_asctime_r(const struct tm *, char *);
return (__posix_asctime_r(t, cbuf));
return (__posix_asctime_r(p, cbuf));
return (__posix_asctime_r(t, cbuf));
if (__posix_asctime_r(&res, buffer) == NULL)