/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 | tzdb.h | 41 struct tzdb { struct
|
/freebsd/contrib/llvm-project/libcxx/src/experimental/ |
H A D | tzdb.cpp | 535 static void __parse_rule(tzdb& __tzdb, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_rule() 560 static void __parse_zone(tzdb& __tzdb, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_zone() 576 static void __parse_link(tzdb& __tzdb, istream& __input) { in __parse_link() 586 static void __parse_tzdata(tzdb& __db, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_tzdata() 674 void __init_tzdb(tzdb& __tzdb, __tz::__rules_storage_type& __rules) { in __init_tzdb() 693 [[nodiscard]] static const time_zone* __current_zone_windows(const tzdb& tzdb) { in __current_zone_windows() argument 698 [[nodiscard]] static const time_zone* __current_zone_posix(const tzdb& tzdb) { in __current_zone_posix() argument 723 if (const time_zone* __result = tzdb.__locate_zone(__tz)) in __current_zone_posix() 740 if (const time_zone* __result = tzdb.__locate_zone(__name)) in __current_zone_posix() 756 [[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/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
|
H A D | NEWS | 299 Model Lebanon's DST chaos by reverting data to tzdb 2023a. 828 for tzdb releases after 2242-03-16 12:56:31 UTC, when the ustar 921 interest of making tzdb more equitable one step at a time; see 1016 clients (including tzdb 2017c through 2021a) reject it, so 1054 (No such timezone exists in tzdb, luckily.) Without the fix, 1343 present in leapseconds files distributed by tzdb 2018f and later; 1347 commented-out line. Future tzdb distributions are planned to 2030 theory.html now outlines tzdb's extensions to POSIX's model for 2346 tzdb theory more accessibly. 2354 more reliable for tzdb [all...] |
/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 | NEWS | 299 Model Lebanon's DST chaos by reverting data to tzdb 2023a. 828 for tzdb releases after 2242-03-16 12:56:31 UTC, when the ustar 921 interest of making tzdb more equitable one step at a time; see 1016 clients (including tzdb 2017c through 2021a) reject it, so 1054 (No such timezone exists in tzdb, luckily.) Without the fix, 1343 present in leapseconds files distributed by tzdb 2018f and later; 1347 commented-out line. Future tzdb distributions are planned to 2030 theory.html now outlines tzdb's extensions to POSIX's model for 2346 tzdb theory more accessibly. 2354 more reliable for tzdb. (Thanks to Tim Parenti and Brian Inglis.) [all …]
|
H A D | zone1970.tab | 1 # tzdb timezone descriptions
|
H A D | zone.tab | 1 # tzdb timezone descriptions (deprecated version)
|
H A D | africa | 1 # tzdb data for Africa and environs 408 # Unfortunately tzdb records only Western clock time in use in Ethiopia, 409 # as the tzdb format is not up to properly recording a common Ethiopian
|
/freebsd/contrib/llvm-project/libcxx/include/ |
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 980 # include <__chrono/tzdb.h>
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | chrono.cppm |
|
H A D | chrono.inc | 198 using std::chrono::tzdb;
|