Lines Matching refs:tz_not_found

791 static long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timeli…  in timelib_get_zone()  argument
796 *tz_not_found = 0; in timelib_get_zone()
808 *tz_not_found = 0; in timelib_get_zone()
816 *tz_not_found = 0; in timelib_get_zone()
850 *tz_not_found = (found == 0); in timelib_get_zone()
1042 int tz_not_found; in scan() local
1046 …s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_g… in scan()
1047 if (tz_not_found) { in scan()
4489 int tz_not_found; in scan() local
4508 …s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_g… in scan()
4509 if (tz_not_found) { in scan()
9823 int tz_not_found; in scan() local
9838 …s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_g… in scan()
9839 if (tz_not_found) { in scan()
12102 int tz_not_found; in scan() local
12113 …s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_g… in scan()
12114 if (tz_not_found) { in scan()
13490 int tz_not_found; in scan() local
13504 …s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_g… in scan()
13505 if (tz_not_found) { in scan()
15844 int tz_not_found; in scan() local
15853 …s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_g… in scan()
15854 if (tz_not_found) { in scan()
25083 int tz_not_found; in timelib_parse_from_format() local
25084 …s->time->z = timelib_get_zone((char **) &ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_g… in timelib_parse_from_format()
25085 if (tz_not_found) { in timelib_parse_from_format()