asctime_r
char *asctime_r(const struct tm *, char *);
(void) asctime_r(&tms, buffer, len);
return (asctime_r(t, cbuf, CBUFSIZ));
char *asctime_r(struct tm const *restrict, char *restrict);
char *asctime_r(struct tm const *restrict, char *restrict);
#if !HAVE_DECL_ASCTIME_R && !defined asctime_r && SUPPORT_POSIX2008
extern char *asctime_r(struct tm const *restrict, char *restrict);
extern char *asctime_r(const struct tm *_RESTRICT_KYWD, char *_RESTRICT_KYWD);
extern char *asctime_r(const struct tm *, char *, int);
if (asctime_r(&res, buffer, buflen) == NULL)
(void) asctime_r(gmtime_r(&sp->ats[i], &tmp),