Searched defs:gmtime_r (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c482 gmtime_r(const time_t *timep, struct tm *p_tm) function
494 * variant is gmtime_r(). We make it mostly thread-safe by
506 return (gmtime_r(timep, p_tm));
1708 (void) asctime_r(gmtime_r(&sp->ats[i], &tmp),
/illumos-gate/usr/src/man/man3c/
H A DMakefile866 gmtime_r.3c \
1581 gmtime_r.3c := LINKSRC = ctime.3c

Completed in 90 milliseconds