Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c147 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,
1575 return gmtsub(gmtptr, timep, 0, tmp); in localsub()
1710 gmtsub(ATTRIBUTE_MAYBE_UNUSED struct state const *sp, time_t const *timep, in gmtsub() function
1736 return gmtsub(gmtptr, timep, 0, tmp); in gmtime_r()
1758 return gmtsub(gmtptr, timep, offset, &tm); in offtime()
2330 return time1(tmp, gmtsub, gmtptr, 0); in mktime_tzname()
2384 return time1(tmp, gmtsub, gmtptr, offset); in timeoff()