Lines Matching refs:dst

710 static timelib_long timelib_lookup_abbr(char **ptr, int *dst, char **tz_abbr, int *found)
726 *dst = tp->type;
791 t->dst = 0;
797 t->dst = 0;
804 timelib_long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const tim…
822 t->dst = 0;
830 t->dst = 0;
841 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found);
1090 s->time->dst = 0;
1118 s->time->dst = 0;
1240 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz…
1281 … s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, s->tzdb, tz_get_wrapper);
1306 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz…
1508 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz…
1611 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz…
1724 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz…
1777 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz…
1852 …in.time->m = in.time->h = in.time->i = in.time->s = in.time->us = in.time->dst = in.time->z = TIME…
1872 in.time->dst = TIMELIB_UNSET;
2040 in.time->dst = TIMELIB_UNSET;
2248 s->time->dst = 0;
2324 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz…
2458 if (parsed->dst == TIMELIB_UNSET) parsed->dst = now->dst != TIMELIB_UNSET ? now->dst : 0;
2500 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);