gmtime_r
struct tm *gmtime_r(const time_t *, struct tm *);
gmtime_r(&ts.tv_sec, &tm);
if (gmtime_r(&lun.lp_time_online, &pProps->imaProps.timeExposedToOs)
(void) gmtime_r(&t, &tms);
(void) gmtime_r(&time, &t);
return USE_LOCALTIME_RZ ? localtime_rz(gmtz, tp, tmp) : gmtime_r(tp, tmp);
struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
extern struct tm *gmtime_r(const time_t *_RESTRICT_KYWD,
if (gmtime_r(&gmt_time, >imebuf) != 0)
if (gmtime_r(&gmt_time, >imebuf) == NULL)
if (gmtime_r(&posixtime, &tme) == NULL)
(void) asctime_r(gmtime_r(&sp->ats[i], &tmp),
return (gmtime_r(timep, p_tm));
(void) gmtime_r(&t, tm);
time = gmtime_r(&clock, &res);
(void) gmtime_r(&time_val.tv_sec, &tm);