Home
last modified time | relevance | path

Searched refs:time_zone (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dchrono719 // 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 Dchrono.inc222 // [time.zone.timezone], class time_zone
224 using std::chrono::time_zone;
/freebsd-14.2/contrib/wpa/src/ap/
H A Dieee802_11_shared.c673 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 Dap_config.h559 char *time_zone; member
H A Dap_config.c867 os_free(conf->time_zone); in hostapd_config_free_bss()
/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc459 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 Dconfig_file.c4146 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 DStdSymbolMap.inc3398 SYMBOL(time_zone, std::chrono::, <chrono>)