Searched refs:tm_gmtoff (Results 1 – 5 of 5) sorted by relevance
270 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()
56 long int tm_gmtoff; member
447 # define TM_GMTOFF tm_gmtoff
460 diff = t->tm_gmtoff; in _fmt()
143 // The name of the tm_gmtoff field in our struct tm.144 "-DTM_GMTOFF=tm_gmtoff",