Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtime64.c270 assert(tm->tm_gmtoff >= -24 * 60 * 60); in check_tm()
271 assert(tm->tm_gmtoff <= 24 * 60 * 60); in check_tm()
379 dest->tm_gmtoff = src->tm_gmtoff; in copy_tm_to_TM()
411 dest->tm_gmtoff = src->tm_gmtoff; in copy_TM_to_tm()
541 p->tm_gmtoff = 0; in gmtime64_r()
/bionic/libc/include/
Dtime.h56 long int tm_gmtoff; member
/bionic/libc/tzcode/
Dprivate.h447 # define TM_GMTOFF tm_gmtoff
/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c460 diff = t->tm_gmtoff; in _fmt()
/bionic/libc/
DAndroid.bp143 // The name of the tm_gmtoff field in our struct tm.
144 "-DTM_GMTOFF=tm_gmtoff",