Lines Matching defs:timezone
205 long timezone;
286 timezone = - ttisp->tt_utoff;
295 update tzname, timezone, and/or altzone and return STDDST_MASK,
327 timezone = 0;
805 ** Given a pointer into a timezone string, scan until a character that is not
822 ** Given a pointer into an extended timezone string, scan until the ending
842 ** Given a pointer into a timezone string, extract a number from that string.
870 ** Given a pointer into a timezone string, extract a number of seconds,
912 ** Given a pointer into a timezone string, extract an offset, in
937 ** Given a pointer into a timezone string, extract a rule in the form
1486 ** set the applicable parts of tzname, timezone and altzone;
1488 ** if the timezone is compatible with POSIX.1-2017
2440 # define timezone 0
2462 int_fast32_t offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0;