asctime_r
char *asctime_r(const struct tm * __restrict, char * __restrict);
return asctime_r(timeptr, buf_asctime);
return tmp ? asctime_r(tmp, buf) : NULL;
return tmp ? asctime_r(tmp, buf) : NULL;
__weak_alias(asctime_r,_asctime_r)
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);