Search | Google it | Results 1 - 1 of 1 for funcall:get_tz (0.00 seconds) |
149: 150: if (get_tz( &tz, eno ) != 0) goto e2; 151: d = TZOFS(tz); 183: if (gmtime_r_eno( &t, tm, eno ) == NULL) goto e2; 184: if (get_tz( &tz, eno ) != 0) goto e2; 185: tm->tm_isdst = TZDST(tz);