Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h670 # undef altzone
671 # define altzone tz_altzone macro
738 extern long altzone;
Dlocaltime.c204 long altzone; variable
285 altzone = - ttisp->tt_utoff; in update_tzname_etc()
326 altzone = 0; in settzname()
2513 # define altzone 0 macro
2532 int_fast32_t offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0; in time()
Dstrftime.c614 diff = -altzone; in _fmt()