Home
last modified time | relevance | path

Searched refs:__tm_zone (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/time/
H A Dmktime.c10 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/time/
H A Dmktime.c10 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/time/
H A Dmktime.c10 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/time/
H A Dmktime.c10 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/time/
H A Dmktime.c10 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/time/
H A Dmktime.c10 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/time/
H A Dmktime.c10 __secs_to_zone(t, 1, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
/dports/devel/cctz/cctz-2.2/src/
H A Dtime_zone_libc.cc76 #if !defined(__tm_gmtoff) && !defined(__tm_zone)
79 decltype(&T::__tm_zone) = nullptr) { in get_offset_abbr() argument
80 return {tm.__tm_gmtoff, tm.__tm_zone}; in get_offset_abbr()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc90 #elif defined(__tm_zone)
91 auto tm_zone(const std::tm& tm) -> decltype(tm.__tm_zone) {
92 return tm.__tm_zone;
100 auto tm_zone(const T& tm) -> decltype(tm.__tm_zone) {
101 return tm.__tm_zone;
/dports/devel/R-cran-lubridate/lubridate/src/cctz/src/
H A Dtime_zone_libc.cc94 #elif defined(__tm_zone)
95 auto tm_zone(const std::tm& tm) -> decltype(tm.__tm_zone) {
96 return tm.__tm_zone;
104 auto tm_zone(const T& tm) -> decltype(tm.__tm_zone) {
105 return tm.__tm_zone;
/dports/graphics/R-cran-s2/s2/src/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc96 #elif defined(__tm_zone)
97 auto tm_zone(const std::tm& tm) -> decltype(tm.__tm_zone) {
98 return tm.__tm_zone;
106 auto tm_zone(const T& tm) -> decltype(tm.__tm_zone) {
107 return tm.__tm_zone;
/dports/devel/abseil/abseil-cpp-20211102.0/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc96 #elif defined(__tm_zone)
97 auto tm_zone(const std::tm& tm) -> decltype(tm.__tm_zone) {
98 return tm.__tm_zone;
106 auto tm_zone(const T& tm) -> decltype(tm.__tm_zone) {
107 return tm.__tm_zone;
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc90 #elif defined(__tm_zone)
91 auto tm_zone(const std::tm& tm) -> decltype(tm.__tm_zone) {
92 return tm.__tm_zone;
100 auto tm_zone(const T& tm) -> decltype(tm.__tm_zone) {
101 return tm.__tm_zone;
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc90 #elif defined(__tm_zone)
91 auto tm_zone(const std::tm& tm) -> decltype(tm.__tm_zone) {
92 return tm.__tm_zone;
100 auto tm_zone(const T& tm) -> decltype(tm.__tm_zone) {
101 return tm.__tm_zone;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc90 #elif defined(__tm_zone)
91 auto tm_zone(const std::tm& tm) -> decltype(tm.__tm_zone) {
92 return tm.__tm_zone;
100 auto tm_zone(const T& tm) -> decltype(tm.__tm_zone) {
101 return tm.__tm_zone;
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc96 #elif defined(__tm_zone)
97 auto tm_zone(const std::tm& tm) -> decltype(tm.__tm_zone) {
98 return tm.__tm_zone;
106 auto tm_zone(const T& tm) -> decltype(tm.__tm_zone) {
107 return tm.__tm_zone;
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc96 #elif defined(__tm_zone)
97 auto tm_zone(const std::tm& tm) -> decltype(tm.__tm_zone) {
98 return tm.__tm_zone;
106 auto tm_zone(const T& tm) -> decltype(tm.__tm_zone) {
107 return tm.__tm_zone;
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc79 #if !defined(__tm_gmtoff) && !defined(__tm_zone)
82 decltype(&T::__tm_zone) = nullptr) { in get_offset_abbr() argument
83 return {tm.__tm_gmtoff, tm.__tm_zone}; in get_offset_abbr()
/dports/devel/emscripten/emscripten-2.0.3/system/include/libc/
H A Dtime.h35 #define __tm_zone tm_zone macro
49 const char *__tm_zone; member
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/include/
H A Dtime.h40 #define __tm_zone tm_zone macro
55 const char *__tm_zone; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/include/
H A Dtime.h35 #define __tm_zone tm_zone macro
49 const char *__tm_zone; member
/dports/lang/zig/zig-0.9.0/lib/libc/musl/include/
H A Dtime.h35 #define __tm_zone tm_zone macro
49 const char *__tm_zone; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-musl/
H A Dtime.h35 #define __tm_zone tm_zone macro
49 const char *__tm_zone; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-musl/
H A Dtime.h35 #define __tm_zone tm_zone macro
49 const char *__tm_zone; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A Dtime.h40 #define __tm_zone tm_zone macro
55 const char *__tm_zone; member

12345678910>>...13