Searched refs:time_zone (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | getdate.y | 156 long int time_zone; member 292 pc->time_zone = 0; 320 pc->time_zone = time_zone_hhmm ($4, $5); 336 pc->time_zone = time_zone_hhmm ($6, $7); 355 { pc->time_zone = $1; } 357 { pc->time_zone = $1; pc->rels_seen = true; } 359 { pc->time_zone = $1 + time_zone_hhmm ($2, $3); } 361 { pc->time_zone = $1 + 60; } 363 { pc->time_zone = $1 + 60; } 1381 long int time_zone = pc.time_zone; in get_date() local [all …]
|
H A D | getdate.c | 230 long int time_zone; member 1734 pc->time_zone = 0; 1775 pc->time_zone = time_zone_hhmm ((yyvsp[(4) - (5)].textintval), (yyvsp[(5) - (5)].intval)); 1801 pc->time_zone = time_zone_hhmm ((yyvsp[(6) - (7)].textintval), (yyvsp[(7) - (7)].intval)); 1829 { pc->time_zone = (yyvsp[(1) - (1)].intval); ;} 1836 { pc->time_zone = (yyvsp[(1) - (2)].intval); pc->rels_seen = true; ;} 1843 …{ pc->time_zone = (yyvsp[(1) - (3)].intval) + time_zone_hhmm ((yyvsp[(2) - (3)].textintval), (yyvs… 1850 { pc->time_zone = (yyvsp[(1) - (1)].intval) + 60; ;} 1857 { pc->time_zone = (yyvsp[(1) - (2)].intval) + 60; ;} 3290 long int time_zone = pc.time_zone; in get_date() local [all …]
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/geoip2/data/ |
H A D | write-test-data.pl | 101 time_zone => 'utf8_string',
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | chrono | 660 const time_zone* locate_zone(string_view tz_name); 661 const time_zone* current_zone(); 675 // 25.10.5, class time_zone // C++20 677 class time_zone; 678 bool operator==(const time_zone& x, const time_zone& y) noexcept; 679 bool operator!=(const time_zone& x, const time_zone& y) noexcept; 680 bool operator<(const time_zone& x, const time_zone& y) noexcept; 681 bool operator>(const time_zone& x, const time_zone& y) noexcept; 682 bool operator<=(const time_zone& x, const time_zone& y) noexcept; 683 bool operator>=(const time_zone& x, const time_zone& y) noexcept; [all …]
|