Lines Matching defs:timezone
231 long timezone;
312 timezone = - ttisp->tt_utoff;
321 update tzname, timezone, and/or altzone and return STDDST_MASK,
353 timezone = 0;
400 * Determine if there's a change in the timezone since the last time we checked.
402 * 0 if the timezone has not changed
403 * 1 if the timezone has changed
509 * Detect if the timezone file has changed. Check
517 * and 0 if the timezone had not changed.
812 ** Given a pointer into a timezone string, scan until a character that is not
829 ** Given a pointer into an extended timezone string, scan until the ending
849 ** Given a pointer into a timezone string, extract a number from that string.
877 ** Given a pointer into a timezone string, extract a number of seconds,
919 ** Given a pointer into a timezone string, extract an offset, in
944 ** Given a pointer into a timezone string, extract a rule in the form
1383 * We want to recheck the timezone file every 61 sec.
1542 ** set the applicable parts of tzname, timezone and altzone;
2582 # define timezone 0
2604 int_fast32_t offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0;