Lines Matching defs:timezone
680 long timezone = 0;
802 timezone = - ttisp->tt_utoff;
812 update tzname, timezone, and/or altzone and return STDDST_MASK,
844 timezone = 0;
1422 ** Given a pointer into a timezone string, scan until a character that is not
1439 ** Given a pointer into an extended timezone string, scan until the ending
1459 ** Given a pointer into a timezone string, extract a number from that string.
1493 ** Given a pointer into a timezone string, extract a number of seconds,
1535 ** Given a pointer into a timezone string, extract an offset, in
1560 ** Given a pointer into a timezone string, extract a rule in the form
2244 ** set the applicable parts of tzname, timezone and altzone;
3274 # define timezone 0
3293 iinntt offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0;