Home
last modified time | relevance | path

Searched refs:offtime_u (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c433 static struct tm *offtime_u(time_t, long, struct tm *);
486 return (offtime_u((time_t)*timep, 0L, p_tm)); in gmtime_r()
638 return (offtime_u(*timep, 0L, p_tm)); in localtime_r()
645 rt = offtime_u(*timep, offset, p_tm); in localtime_r()
758 (void) offtime_u((time_t)t, in mktime1()
762 (void) offtime_u((time_t)t, in mktime1()
766 (void) offtime_u((time_t)t, -timezone, in mktime1()
776 (void) offtime_u((time_t)t, in mktime1()
780 (void) offtime_u((time_t)t, in mktime1()
792 (void) offtime_u((time_t)t, in mktime1()
[all …]