asctime_r
char *asctime_r(const struct tm * __restrict, char * __restrict);
return asctime_r(timeptr, buf_asctime);
return tmp ? asctime_r(tmp, buf) : NULL;