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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c156 localtime_r(const time_t *t, struct tm *buf)
193 if (localtime_r(&now, &timebuf2) == NULL)
229 (void) localtime_r(&timestamp2, &tmbuf);
258 tmp = localtime_r(&timestamp2, &tmbuf);
155 localtime_r(const time_t *t, struct tm *buf) function
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c580 * localtime_r() is the thread-safe variant of localtime().
587 * set as a result of a call to localtime_r()
605 * localtime_r() can now return NULL if overflow is detected.
641 localtime_r(const time_t *timep, struct tm *p_tm) function
654 * variant is localtime_r(). We make it mostly thread-safe by

Completed in 22 milliseconds