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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c588 * localtime_r() is the thread-safe variant of localtime().
595 * set as a result of a call to localtime_r()
613 * localtime_r() can now return NULL if overflow is detected.
623 localtime_r(const time_t *timep, struct tm *p_tm) function
656 * variant is localtime_r(). We make it mostly thread-safe by
672 return (localtime_r(timep, p_tm));
/illumos-gate/usr/src/man/man3c/
H A DMakefile961 localtime_r.3c \
1583 localtime_r.3c := LINKSRC = ctime.3c

Completed in 78 milliseconds