Home
last modified time | relevance | path

Searched refs:local_time_zone_table (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dgetdate.y189 table local_time_zone_table[3]; member
842 for (tp = pc->local_time_zone_table; tp->name; tp++) in lookup_zone()
1267 pc.local_time_zone_table[0].name = tmp->tm_zone; in get_date()
1268 pc.local_time_zone_table[0].type = tLOCAL_ZONE; in get_date()
1269 pc.local_time_zone_table[0].value = tmp->tm_isdst; in get_date()
1270 pc.local_time_zone_table[1].name = NULL; in get_date()
1281 && probe_tm->tm_isdst != pc.local_time_zone_table[0].value) in get_date()
1284 pc.local_time_zone_table[1].name = probe_tm->tm_zone; in get_date()
1285 pc.local_time_zone_table[1].type = tLOCAL_ZONE; in get_date()
1286 pc.local_time_zone_table[1].value = probe_tm->tm_isdst; in get_date()
[all …]
H A Dgetdate.c263 table local_time_zone_table[3]; member
2751 for (tp = pc->local_time_zone_table; tp->name; tp++) in lookup_zone()
3176 pc.local_time_zone_table[0].name = tmp->tm_zone; in get_date()
3177 pc.local_time_zone_table[0].type = tLOCAL_ZONE; in get_date()
3178 pc.local_time_zone_table[0].value = tmp->tm_isdst; in get_date()
3179 pc.local_time_zone_table[1].name = NULL; in get_date()
3190 && probe_tm->tm_isdst != pc.local_time_zone_table[0].value) in get_date()
3193 pc.local_time_zone_table[1].name = probe_tm->tm_zone; in get_date()
3194 pc.local_time_zone_table[1].type = tLOCAL_ZONE; in get_date()
3195 pc.local_time_zone_table[1].value = probe_tm->tm_isdst; in get_date()
[all …]