localtime_r
localtime_r(&tt, &tm);
struct tm *localtime_r(const time_t * __restrict, struct tm * __restrict);
struct tm *tmp = localtime_r(timep, &mytm);
localtime_r(&t, tm);
struct tm *localtime_r(const time_t *timep, struct tm *result);
struct tm *localtime_r(const time_t *, struct tm *);
struct tm *localtime_r(const time_t *, struct tm *);
localtime_r(savep, &tp1);
localtime_r(&lastt, &tp2);
localtime_r(&now, &tm);
localtime_r(&now, &tm);
localtime_r(&now, &tm);
localtime_r(&now, &tm);
localtime_r(&ts->tv_sec, &tm);
(void)localtime_r(&tim, &t);
(void)localtime_r(&tim, &t);
(void)localtime_r(&tim, &t);
localtime_r(&t1, <);
localtime_r(&now, &tm) == NULL)
if (ptime == NULL || localtime_r(&(ptime->tsecs), &tm) == NULL) {