Lines Matching refs:tz
901 char *last_space, *tz = NULL; in parse_timestamp() local
907 tz = last_space + 1; in parse_timestamp()
909 if (!tz || endswith_no_case(t, " UTC")) in parse_timestamp()
926 colon_tz = strjoina(":", tz); in parse_timestamp()
937 with_tz = !STR_IN_SET(tz, tzname[0], tzname[1]); in parse_timestamp()
1289 _cleanup_free_ char *line = NULL, *cc = NULL, *co = NULL, *tz = NULL; in get_timezones_from_zone1970_tab() local
1301 r = extract_many_words(&p, NULL, 0, &cc, &co, &tz, NULL); in get_timezones_from_zone1970_tab()
1309 r = strv_extend(&zones, tz); in get_timezones_from_zone1970_tab()
1348 char *tz; in get_timezones_from_tzdata_zi() local
1351 tz = f1; in get_timezones_from_tzdata_zi()
1354 tz = f2; in get_timezones_from_tzdata_zi()
1359 r = strv_extend(&zones, tz); in get_timezones_from_tzdata_zi()