| /freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | tzdb_list.h | 53 using const_iterator = forward_list<tzdb>::const_iterator; 55 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI const tzdb& front() const noexcept { return __front(); } in front() 68 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI const tzdb& __front() const noexcept; 83 [[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI inline const tzdb& get_tzdb() { in get_tzdb() 95 _LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI const tzdb& reload_tzdb();
|
| H A D | utc_clock.h | 94 const tzdb& __tzdb = chrono::get_tzdb(); in from_sys() 113 const tzdb& __tzdb = chrono::get_tzdb(); in get_leap_second_info()
|
| H A D | tzdb.h | 43 struct tzdb { struct
|
| /freebsd/contrib/llvm-project/libcxx/src/experimental/ |
| H A D | tzdb.cpp | 548 static void __parse_rule(tzdb& __tzdb, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_rule() 573 static void __parse_zone(tzdb& __tzdb, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_zone() 589 static void __parse_link(tzdb& __tzdb, istream& __input) { in __parse_link() 599 static void __parse_tzdata(tzdb& __db, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_tzdata() 687 void __init_tzdb(tzdb& __tzdb, __tz::__rules_storage_type& __rules) { in __init_tzdb() 706 [[nodiscard]] static const time_zone* __current_zone_windows(const tzdb& tzdb) { in __current_zone_windows() argument 744 [[nodiscard]] static const time_zone* __current_zone_posix(const tzdb& tzdb) { in __current_zone_posix() argument 775 if (const time_zone* __result = tzdb.__locate_zone(__name)) in __current_zone_posix() 785 if (const time_zone* __result = tzdb.__locate_zone(__name)) in __current_zone_posix() 801 [[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI const time_zone* tzdb::__current_… in __current_zone() [all …]
|
| H A D | tzdb_list.cpp | 21 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI const tzdb& tzdb_list::__front() const noexcept { return __… in __front()
|
| /freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/ |
| H A D | tzdb_list_private.h | 50 [[nodiscard]] const tzdb& __load() { in __load() 60 const tzdb& __front() const noexcept { in __front() 95 forward_list<tzdb> __tzdb_;
|
| H A D | tzdb_private.h | 22 void __init_tzdb(tzdb& __tzdb, __tz::__rules_storage_type& __rules);
|
| /freebsd/contrib/tzdata/ |
| H A D | SECURITY | 2 tzdb designated coordinators, currently Paul Eggert 4 Put “tzdb security” at the start of your email’s subject line. 13 publish the advisory on tz@iana.org. As with all tzdb contributions,
|
| H A D | factory | 1 # tzdb data for noncommittal factory settings
|
| H A D | calendars | 4 scope for tzdb, they indicate the sort of problems that we would run 5 into if we extended tzdb further into the past. The following
|
| H A D | README | 7 The Time Zone Database (called tz, tzdb or zoneinfo) contains code and
|
| H A D | etcetera | 1 # tzdb data for ships at sea and other miscellany
|
| H A D | backward | 11 # for pre-1970 timestamps and so is out of scope for tzdb proper. 13 # Although this file is optional and tzdb will work if you omit it by
|
| H A D | zonenow.tab | 1 # tzdb timezone descriptions, for users who do not care about old timestamps
|
| H A D | antarctica | 1 # tzdb data for Antarctica and environs
|
| H A D | zone.tab | 1 # tzdb timezone descriptions (deprecated version)
|
| H A D | zone1970.tab | 1 # tzdb timezone descriptions
|
| H A D | NEWS | 671 Model Lebanon's DST chaos by reverting data to tzdb 2023a. 1200 for tzdb releases after 2242-03-16 12:56:31 UTC, when the ustar 1293 interest of making tzdb more equitable one step at a time; see 1388 clients (including tzdb 2017c through 2021a) reject it, so 1426 (No such timezone exists in tzdb, luckily.) Without the fix, 1715 present in leapseconds files distributed by tzdb 2018f and later; 1719 commented-out line. Future tzdb distributions are planned to 2402 theory.html now outlines tzdb's extensions to POSIX's model for 2718 tzdb theory more accessibly. 2726 more reliable for tzdb. (Thanks to Tim Parenti and Brian Inglis.) [all …]
|
| /freebsd/contrib/tzcode/ |
| H A D | SECURITY | 2 tzdb designated coordinators, currently Paul Eggert 4 Put “tzdb security” at the start of your email’s subject line. 13 publish the advisory on tz@iana.org. As with all tzdb contributions,
|
| H A D | calendars | 4 scope for tzdb, they indicate the sort of problems that we would run 5 into if we extended tzdb further into the past. The following
|
| H A D | README | 7 The Time Zone Database (called tz, tzdb or zoneinfo) contains code and
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | chrono | 782 struct tzdb { // C++20 801 const tzdb& front() const noexcept; 813 const tzdb& get_tzdb(); // C++20 819 const tzdb& reload_tzdb(); // C++20 1085 # include <__chrono/tzdb.h>
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | chrono | 687 struct tzdb { // C++20 706 const tzdb& front() const noexcept; 718 const tzdb& get_tzdb(); // C++20 724 const tzdb& reload_tzdb(); // C++20
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | chrono.cppm | |
| H A D | chrono.inc | 202 using std::chrono::tzdb;
|