Searched refs:gmtsub (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/tzcode/ |
D | localtime.c | 152 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t, 1412 return gmtsub(gmtptr, timep, 0, tmp); in localsub() 1528 gmtsub(struct state const *sp, time_t const *timep, int_fast32_t offset, in gmtsub() function 1554 return gmtsub(gmtptr, timep, 0, tmp); in gmtime_r() 1569 return gmtsub(gmtptr, timep, offset, &tm); in offtime() 2127 return time1(tmp, gmtsub, gmtptr, 0); in mktime_tzname() 2186 return time1(tmp, gmtsub, gmtptr, offset); in timeoff()
|