Lines Matching refs:tz_abbr
810 static timelib_long timelib_lookup_abbr(const char **ptr, int *dst, char **tz_abbr, int *found)
839 *tz_abbr = word;
968 char *tz_abbr;
973 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found);
977 timelib_time_tz_abbr_update(t, tz_abbr);
981 if (!found || strcmp("UTC", tz_abbr) == 0) {
984 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) {
990 timelib_free(tz_abbr);
2708 if (!parsed->tz_abbr) {
2709 parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;
2715 /* parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;