Lines Matching defs:timezone
351 long timezone = 0;
473 timezone = - ttisp->tt_utoff;
482 update tzname, timezone, and/or altzone and return STDDST_MASK,
514 timezone = 0;
965 ** Given a pointer into a timezone string, scan until a character that is not
982 ** Given a pointer into an extended timezone string, scan until the ending
1002 ** Given a pointer into a timezone string, extract a number from that string.
1036 ** Given a pointer into a timezone string, extract a number of seconds,
1078 ** Given a pointer into a timezone string, extract an offset, in
1103 ** Given a pointer into a timezone string, extract a rule in the form
1684 ** set the applicable parts of tzname, timezone and altzone;
2711 # define timezone 0
2730 iinntt offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0;