Home
last modified time | relevance | path

Searched refs:__tm_gmtoff (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/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()
13 t -= opp - new.__tm_gmtoff; in mktime()
15 t -= new.__tm_gmtoff; in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
20 if (__secs_to_tm(t + new.__tm_gmtoff, &new) < 0) goto error; in mktime()
H A Dlocaltime_r.c13 __secs_to_zone(*t, 0, &tm->tm_isdst, &tm->__tm_gmtoff, 0, &tm->__tm_zone); in __localtime_r()
14 if (__secs_to_tm((long long)*t + tm->__tm_gmtoff, tm) < 0) { in __localtime_r()
/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()
13 t -= opp - new.__tm_gmtoff; in mktime()
15 t -= new.__tm_gmtoff; in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
20 if (__secs_to_tm(t + new.__tm_gmtoff, &new) < 0) goto error; in mktime()
H A Dlocaltime_r.c13 __secs_to_zone(*t, 0, &tm->tm_isdst, &tm->__tm_gmtoff, 0, &tm->__tm_zone); in __localtime_r()
14 if (__secs_to_tm((long long)*t + tm->__tm_gmtoff, tm) < 0) { in __localtime_r()
/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()
13 t -= opp - new.__tm_gmtoff; in mktime()
15 t -= new.__tm_gmtoff; in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
20 if (__secs_to_tm(t + new.__tm_gmtoff, &new) < 0) goto error; in mktime()
H A Dlocaltime_r.c13 __secs_to_zone(*t, 0, &tm->tm_isdst, &tm->__tm_gmtoff, 0, &tm->__tm_zone); in __localtime_r()
14 if (__secs_to_tm((long long)*t + tm->__tm_gmtoff, tm) < 0) { in __localtime_r()
/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()
13 t -= opp - new.__tm_gmtoff; in mktime()
15 t -= new.__tm_gmtoff; in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
20 if (__secs_to_tm(t + new.__tm_gmtoff, &new) < 0) goto error; in mktime()
H A Dlocaltime_r.c13 __secs_to_zone(*t, 0, &tm->tm_isdst, &tm->__tm_gmtoff, 0, &tm->__tm_zone); in __localtime_r()
14 if (__secs_to_tm((long long)*t + tm->__tm_gmtoff, tm) < 0) { in __localtime_r()
/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()
13 t -= opp - new.__tm_gmtoff; in mktime()
15 t -= new.__tm_gmtoff; in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
20 if (__secs_to_tm(t + new.__tm_gmtoff, &new) < 0) goto error; in mktime()
H A Dlocaltime_r.c13 __secs_to_zone(*t, 0, &tm->tm_isdst, &tm->__tm_gmtoff, 0, &tm->__tm_zone); in __localtime_r()
14 if (__secs_to_tm((long long)*t + tm->__tm_gmtoff, tm) < 0) { in __localtime_r()
/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()
13 t -= opp - new.__tm_gmtoff; in mktime()
15 t -= new.__tm_gmtoff; in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
20 if (__secs_to_tm(t + new.__tm_gmtoff, &new) < 0) goto error; in mktime()
H A Dlocaltime_r.c13 __secs_to_zone(*t, 0, &tm->tm_isdst, &tm->__tm_gmtoff, 0, &tm->__tm_zone); in __localtime_r()
14 if (__secs_to_tm((long long)*t + tm->__tm_gmtoff, tm) < 0) { in __localtime_r()
/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()
13 t -= opp - new.__tm_gmtoff; in mktime()
15 t -= new.__tm_gmtoff; in mktime()
18 __secs_to_zone(t, 0, &new.tm_isdst, &new.__tm_gmtoff, &opp, &new.__tm_zone); in mktime()
20 if (__secs_to_tm(t + new.__tm_gmtoff, &new) < 0) goto error; in mktime()
H A Dlocaltime_r.c14 __secs_to_zone(*t, 0, &tm->tm_isdst, &tm->__tm_gmtoff, 0, &tm->__tm_zone); in __localtime_r()
15 if (__secs_to_tm((long long)*t + tm->__tm_gmtoff, tm) < 0) { in __localtime_r()
/dports/devel/cctz/cctz-2.2/src/
H A Dtime_zone_libc.cc76 #if !defined(__tm_gmtoff) && !defined(__tm_zone)
78 OffsetAbbr get_offset_abbr(const T& tm, decltype(&T::__tm_gmtoff) = 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.cc74 #elif defined(__tm_gmtoff)
75 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) {
76 return tm.__tm_gmtoff;
84 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
85 return tm.__tm_gmtoff;
/dports/devel/R-cran-lubridate/lubridate/src/cctz/src/
H A Dtime_zone_libc.cc76 #elif defined(__tm_gmtoff)
77 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) {
78 return tm.__tm_gmtoff;
86 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
87 return tm.__tm_gmtoff;
/dports/graphics/R-cran-s2/s2/src/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc80 #elif defined(__tm_gmtoff)
81 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) {
82 return tm.__tm_gmtoff;
90 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
91 return tm.__tm_gmtoff;
/dports/devel/abseil/abseil-cpp-20211102.0/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc80 #elif defined(__tm_gmtoff)
81 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) {
82 return tm.__tm_gmtoff;
90 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
91 return tm.__tm_gmtoff;
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc74 #elif defined(__tm_gmtoff)
75 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) {
76 return tm.__tm_gmtoff;
84 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
85 return tm.__tm_gmtoff;
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc74 #elif defined(__tm_gmtoff)
75 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) {
76 return tm.__tm_gmtoff;
84 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
85 return tm.__tm_gmtoff;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc74 #elif defined(__tm_gmtoff)
75 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) {
76 return tm.__tm_gmtoff;
84 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
85 return tm.__tm_gmtoff;
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc80 #elif defined(__tm_gmtoff)
81 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) {
82 return tm.__tm_gmtoff;
90 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
91 return tm.__tm_gmtoff;
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc80 #elif defined(__tm_gmtoff)
81 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) {
82 return tm.__tm_gmtoff;
90 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
91 return tm.__tm_gmtoff;
/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)
81 OffsetAbbr get_offset_abbr(const T& tm, decltype(&T::__tm_gmtoff) = nullptr, in get_offset_abbr() argument
83 return {tm.__tm_gmtoff, tm.__tm_zone}; in get_offset_abbr()

12345678910>>...16