Lines Matching refs:dst

711 static timelib_long timelib_lookup_abbr(char **ptr, int *dst, char **tz_abbr, int *found)
727 *dst = tp->type;
774 timelib_long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const tim…
792 t->dst = 0;
800 t->dst = 0;
811 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found);
1060 s->time->dst = 0;
1088 s->time->dst = 0;
1210 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz…
1251 … s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, s->tzdb, tz_get_wrapper);
1276 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz…
1478 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz…
1581 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz…
1694 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz…
1747 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz…
1822 …in.time->m = in.time->h = in.time->i = in.time->s = in.time->us = in.time->dst = in.time->z = TIME…
1842 in.time->dst = TIMELIB_UNSET;
1935 in.time->dst = TIMELIB_UNSET;
2098 s->time->dst = 0;
2107 …s->time->z = timelib_parse_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz…
2266 if (parsed->dst == TIMELIB_UNSET) parsed->dst = now->dst != TIMELIB_UNSET ? now->dst : 0;
2308 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);