Searched refs:offtime_u (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | localtime.c | 431 static struct tm *offtime_u(time_t, long, struct tm *); 484 return (offtime_u((time_t)*timep, 0L, p_tm)); in gmtime_r() 636 return (offtime_u(*timep, 0L, p_tm)); in localtime_r() 643 rt = offtime_u(*timep, offset, p_tm); in localtime_r() 756 (void) offtime_u((time_t)t, in mktime1() 760 (void) offtime_u((time_t)t, in mktime1() 764 (void) offtime_u((time_t)t, -timezone, in mktime1() 774 (void) offtime_u((time_t)t, in mktime1() 778 (void) offtime_u((time_t)t, in mktime1() 790 (void) offtime_u((time_t)t, in mktime1() [all …]
|