Home
last modified time | relevance | path

Searched refs:tm_gmtoff (Results 1 – 25 of 3673) sorted by relevance

12345678910>>...147

/dports/devel/libstrfunc/libstrfunc-8.3/sf_time/
H A Dtimetostr.c171 (tm.tm_gmtoff<0)?'-':'+', in timetostr()
172 (long)( (labs(tm.tm_gmtoff) % 86400) / 3600 ), in timetostr()
173 (long)( (labs(tm.tm_gmtoff) % 3600) / 60 )); in timetostr()
209 if(tm.tm_gmtoff) in timetostr()
211 (tm.tm_gmtoff<0)?'-':'+', in timetostr()
212 (long)( (labs(tm.tm_gmtoff) % 86400) / 3600 ), in timetostr()
213 (long)( (labs(tm.tm_gmtoff) % 3600) / 60 )); in timetostr()
236 (tm.tm_gmtoff<0)?'-':'+', in timetostr()
237 (long)( (tm.tm_gmtoff % 86400) / 3600 ), in timetostr()
238 (long)( (tm.tm_gmtoff % 3600) / 60 )); in timetostr()
/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.cc49 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) {
70 #if defined(tm_gmtoff)
71 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.tm_gmtoff) {
72 return tm.tm_gmtoff;
80 auto tm_gmtoff(const T& tm) -> decltype(tm.tm_gmtoff) {
81 return tm.tm_gmtoff;
84 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
146 *off = static_cast<int>(tm_gmtoff(tm)); in make_time()
157 if (tm_gmtoff(*tmp) == offset) { in find_trans()
167 if (tm_gmtoff(*tmp) == offset) break; in find_trans()
[all …]
/dports/devel/R-cran-lubridate/lubridate/src/cctz/src/
H A Dtime_zone_libc.cc51 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) {
72 #if defined(tm_gmtoff)
73 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.tm_gmtoff) {
74 return tm.tm_gmtoff;
82 auto tm_gmtoff(const T& tm) -> decltype(tm.tm_gmtoff) {
83 return tm.tm_gmtoff;
86 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
150 *off = static_cast<int>(tm_gmtoff(tm)); in make_time()
162 if (tm_gmtoff(*tmp) == offset) { in find_trans()
173 if (tm_gmtoff(*tmp) == offset) break; in find_trans()
[all …]
/dports/graphics/R-cran-s2/s2/src/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc55 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) {
76 #if 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;
90 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
152 *off = static_cast<int>(tm_gmtoff(tm)); in make_time()
164 if (tm_gmtoff(*tmp) == offset) { in find_trans()
175 if (tm_gmtoff(*tmp) == offset) break; in find_trans()
[all …]
/dports/devel/abseil/abseil-cpp-20211102.0/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc55 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) {
76 #if 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;
90 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
152 *off = static_cast<int>(tm_gmtoff(tm)); in make_time()
164 if (tm_gmtoff(*tmp) == offset) { in find_trans()
175 if (tm_gmtoff(*tmp) == offset) break; in find_trans()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc49 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) {
70 #if defined(tm_gmtoff)
71 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.tm_gmtoff) {
72 return tm.tm_gmtoff;
80 auto tm_gmtoff(const T& tm) -> decltype(tm.tm_gmtoff) {
81 return tm.tm_gmtoff;
84 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
146 *off = static_cast<int>(tm_gmtoff(tm)); in make_time()
157 if (tm_gmtoff(*tmp) == offset) { in find_trans()
167 if (tm_gmtoff(*tmp) == offset) break; in find_trans()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc49 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) {
70 #if defined(tm_gmtoff)
71 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.tm_gmtoff) {
72 return tm.tm_gmtoff;
80 auto tm_gmtoff(const T& tm) -> decltype(tm.tm_gmtoff) {
81 return tm.tm_gmtoff;
84 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
146 *off = static_cast<int>(tm_gmtoff(tm)); in make_time()
158 if (tm_gmtoff(*tmp) == offset) { in find_trans()
169 if (tm_gmtoff(*tmp) == offset) break; in find_trans()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc49 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) {
70 #if defined(tm_gmtoff)
71 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.tm_gmtoff) {
72 return tm.tm_gmtoff;
80 auto tm_gmtoff(const T& tm) -> decltype(tm.tm_gmtoff) {
81 return tm.tm_gmtoff;
84 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
146 *off = static_cast<int>(tm_gmtoff(tm)); in make_time()
158 if (tm_gmtoff(*tmp) == offset) { in find_trans()
169 if (tm_gmtoff(*tmp) == offset) break; in find_trans()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc55 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) {
76 #if 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;
90 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
152 *off = static_cast<int>(tm_gmtoff(tm)); in make_time()
164 if (tm_gmtoff(*tmp) == offset) { in find_trans()
175 if (tm_gmtoff(*tmp) == offset) break; in find_trans()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc55 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) {
76 #if 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;
90 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) {
152 *off = static_cast<int>(tm_gmtoff(tm)); in make_time()
164 if (tm_gmtoff(*tmp) == offset) { in find_trans()
175 if (tm_gmtoff(*tmp) == offset) break; in find_trans()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/posix/
H A Dtimezone.cc41 long probe_gmtoff = local.tm_gmtoff; in TimeZone()
88 probe_gmtoff = probe_tm.tm_gmtoff; in TimeZone()
97 *standard_offset_seconds = local.tm_gmtoff; in TimeZone()
102 *daylight_offset_seconds = local.tm_gmtoff; in TimeZone()
112 *standard_offset_seconds = local.tm_gmtoff; in TimeZone()
113 *daylight_offset_seconds = local.tm_gmtoff; in TimeZone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/snapshot/posix/
H A Dtimezone.cc41 long probe_gmtoff = local.tm_gmtoff; in TimeZone()
88 probe_gmtoff = probe_tm.tm_gmtoff; in TimeZone()
97 *standard_offset_seconds = local.tm_gmtoff; in TimeZone()
102 *daylight_offset_seconds = local.tm_gmtoff; in TimeZone()
112 *standard_offset_seconds = local.tm_gmtoff; in TimeZone()
113 *daylight_offset_seconds = local.tm_gmtoff; in TimeZone()
/dports/mail/dovecot/dovecot-2.3.17/m4/
H A Dgmtime_tm_gmtoff.m41 dnl * do we have tm_gmtoff
3 AC_MSG_CHECKING([for tm_gmtoff])
7 [[struct tm *tm; return tm->tm_gmtoff;]])],
11 AC_DEFINE(HAVE_TM_GMTOFF,, [Define if you have struct tm->tm_gmtoff])
/dports/net-im/mcabber/mcabber-1.1.2/macros/
H A Dtm-gmtoff.m41 dnl Check for the tm_gmtoff field in struct tm
6 AC_CACHE_CHECK([for tm_gmtoff in struct tm], ac_cv_struct_tm_gmtoff,
8 #include <$ac_cv_struct_tm>], [struct tm tm; tm.tm_gmtoff;],
11 AC_DEFINE(HAVE_TM_GMTOFF, 1, [tm_gmtoff is available.])
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_radius_cdr/
H A Dmod_radius_cdr.c326 switch_time_exp_tz(&tm, callstartdate, requested_tm.tm_gmtoff); in my_on_routing()
329 tm.tm_hour, tm.tm_min, tm.tm_sec, tm.tm_usec, tm.tm_gmtoff / 3600, tm.tm_gmtoff % 3600); in my_on_routing()
341 tm.tm_hour, tm.tm_min, tm.tm_sec, tm.tm_usec, tm.tm_gmtoff / 3600, tm.tm_gmtoff % 3600); in my_on_routing()
353 tm.tm_hour, tm.tm_min, tm.tm_sec, tm.tm_usec, tm.tm_gmtoff / 3600, tm.tm_gmtoff % 3600); in my_on_routing()
362 switch_time_exp_tz(&tm, callenddate, requested_tm.tm_gmtoff); in my_on_routing()
365 tm.tm_hour, tm.tm_min, tm.tm_sec, tm.tm_usec, tm.tm_gmtoff / 3600, tm.tm_gmtoff % 3600); in my_on_routing()
641 tm.tm_hour, tm.tm_min, tm.tm_sec, tm.tm_usec, tm.tm_gmtoff / 3600, tm.tm_gmtoff % 3600); in my_on_reporting()
653 tm.tm_hour, tm.tm_min, tm.tm_sec, tm.tm_usec, tm.tm_gmtoff / 3600, tm.tm_gmtoff % 3600); in my_on_reporting()
665 tm.tm_hour, tm.tm_min, tm.tm_sec, tm.tm_usec, tm.tm_gmtoff / 3600, tm.tm_gmtoff % 3600); in my_on_reporting()
674 switch_time_exp_tz(&tm, callenddate, requested_tm.tm_gmtoff); in my_on_reporting()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/time/unix/
H A Dtime.c46 return tm->tm_gmtoff; in get_offset()
109 xt->tm_gmtoff = get_offset(&tm); in explode_time()
116 result->tm_gmtoff = offs; in apr_time_exp_tz()
169 *t -= (apr_time_t) xt->tm_gmtoff * APR_USEC_PER_SEC; in apr_time_exp_gmt_get()
195 (*ostime)->tm_gmtoff = aprtime->tm_gmtoff; in apr_os_exp_time_get()
197 (*ostime)->__tm_gmtoff = aprtime->tm_gmtoff; in apr_os_exp_time_get()
226 aprtime->tm_gmtoff = (*ostime)->tm_gmtoff; in apr_os_exp_time_put()
228 aprtime->tm_gmtoff = (*ostime)->__tm_gmtoff; in apr_os_exp_time_put()
/dports/devel/apr1/apr-1.7.0/time/unix/
H A Dtime.c46 return tm->tm_gmtoff; in get_offset()
109 xt->tm_gmtoff = get_offset(&tm); in explode_time()
116 result->tm_gmtoff = offs; in apr_time_exp_tz()
169 *t -= (apr_time_t) xt->tm_gmtoff * APR_USEC_PER_SEC; in apr_time_exp_gmt_get()
195 (*ostime)->tm_gmtoff = aprtime->tm_gmtoff; in apr_os_exp_time_get()
197 (*ostime)->__tm_gmtoff = aprtime->tm_gmtoff; in apr_os_exp_time_get()
226 aprtime->tm_gmtoff = (*ostime)->tm_gmtoff; in apr_os_exp_time_put()
228 aprtime->tm_gmtoff = (*ostime)->__tm_gmtoff; in apr_os_exp_time_put()
/dports/dns/powerdns/pdns-4.5.2/m4/
H A Dtm-gmtoff.m41 dnl Check for the tm_gmtoff field in struct tm
7 AC_CACHE_CHECK([for tm_gmtoff in struct tm],
13 struct tm tm; tm.tm_gmtoff;
20 AC_DEFINE(HAVE_TM_GMTOFF, 1, [tm_gmtoff is available.])
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/time/win32/
H A Dtime.c70 xt->tm_gmtoff = 0; in SystemTimeToAprExpTime()
130 result->tm_gmtoff = offs; in apr_time_exp_tz()
169 result->tm_gmtoff = (int)apr_time_sec(localtime) in apr_time_exp_lt()
177 result->tm_isdst = (result->tm_gmtoff / 3600) in apr_time_exp_lt()
200 result->tm_gmtoff = tz.Bias * -60; in apr_time_exp_lt()
204 result->tm_gmtoff = (tz.Bias + tz.StandardBias) * -60; in apr_time_exp_lt()
208 result->tm_gmtoff = (tz.Bias + tz.DaylightBias) * -60; in apr_time_exp_lt()
252 *t -= (apr_time_t) xt->tm_gmtoff * APR_USEC_PER_SEC; in apr_time_exp_gmt_get()
/dports/devel/apr1/apr-1.7.0/time/win32/
H A Dtime.c70 xt->tm_gmtoff = 0; in SystemTimeToAprExpTime()
132 result->tm_gmtoff = offs; in apr_time_exp_tz()
172 result->tm_gmtoff = (int)apr_time_sec(localtime) in apr_time_exp_lt()
180 result->tm_isdst = (result->tm_gmtoff / 3600) in apr_time_exp_lt()
204 result->tm_gmtoff = tz.Bias * -60; in apr_time_exp_lt()
208 result->tm_gmtoff = (tz.Bias + tz.StandardBias) * -60; in apr_time_exp_lt()
212 result->tm_gmtoff = (tz.Bias + tz.DaylightBias) * -60; in apr_time_exp_lt()
256 *t -= (apr_time_t) xt->tm_gmtoff * APR_USEC_PER_SEC; in apr_time_exp_gmt_get()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/m4/
H A Dtm_gmtoff.m41 # tm_gmtoff.m4 serial 3
9 AC_CHECK_MEMBER([struct tm.tm_gmtoff],
11 [Define if struct tm has the tm_gmtoff member.])],
/dports/lang/guile2/guile-2.2.7/m4/
H A Dtm_gmtoff.m41 # tm_gmtoff.m4 serial 3
9 AC_CHECK_MEMBER([struct tm.tm_gmtoff],
11 [Define if struct tm has the tm_gmtoff member.])],
/dports/lang/guile/guile-3.0.7/m4/
H A Dtm_gmtoff.m41 # tm_gmtoff.m4 serial 3
9 AC_CHECK_MEMBER([struct tm.tm_gmtoff],
11 [Define if struct tm has the tm_gmtoff member.])],
/dports/net/gnu-dico/dico-2.10/m4/
H A Dtm_gmtoff.m41 # tm_gmtoff.m4 serial 3
9 AC_CHECK_MEMBER([struct tm.tm_gmtoff],
11 [Define if struct tm has the tm_gmtoff member.])],
/dports/archivers/sharutils/sharutils-4.15.2/m4/
H A Dtm_gmtoff.m41 # tm_gmtoff.m4 serial 3
9 AC_CHECK_MEMBER([struct tm.tm_gmtoff],
11 [Define if struct tm has the tm_gmtoff member.])],

12345678910>>...147