Searched refs:time_zone (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | chrono | 719 // 25.10.5, class time_zone // C++20 721 class time_zone; 722 bool operator==(const time_zone& x, const time_zone& y) noexcept; 723 bool operator!=(const time_zone& x, const time_zone& y) noexcept; 724 bool operator<(const time_zone& x, const time_zone& y) noexcept; 725 bool operator>(const time_zone& x, const time_zone& y) noexcept; 726 bool operator<=(const time_zone& x, const time_zone& y) noexcept; 727 bool operator>=(const time_zone& x, const time_zone& y) noexcept;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | chrono.inc | 222 // [time.zone.timezone], class time_zone 224 using std::chrono::time_zone;
|
| /freebsd-14.2/contrib/wpa/src/ap/ |
| H A D | ieee802_11_shared.c | 673 if (hapd->conf->time_advertisement != 2 || !hapd->conf->time_zone) in hostapd_eid_time_zone() 676 len = os_strlen(hapd->conf->time_zone); in hostapd_eid_time_zone() 680 os_memcpy(eid, hapd->conf->time_zone, len); in hostapd_eid_time_zone()
|
| H A D | ap_config.h | 559 char *time_zone; member
|
| H A D | ap_config.c | 867 os_free(conf->time_zone); in hostapd_config_free_bss()
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 459 static void SetTimeZone(const char* time_zone) { in SetTimeZone() argument 467 std::string("TZ=") + (time_zone ? time_zone : ""); in SetTimeZone() 479 if (time_zone) { in SetTimeZone() 480 setenv(("TZ"), time_zone, 1); in SetTimeZone()
|
| /freebsd-14.2/contrib/wpa/hostapd/ |
| H A D | config_file.c | 4146 os_free(bss->time_zone); in hostapd_config_fill() 4147 bss->time_zone = os_strdup(pos); in hostapd_config_fill() 4148 if (bss->time_zone == NULL) in hostapd_config_fill()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 3398 SYMBOL(time_zone, std::chrono::, <chrono>)
|