Home
last modified time | relevance | path

Searched refs:saved_seconds (Results 1 – 25 of 79) sorted by relevance

1234

/dports/mail/libetpan/libetpan-1.9.4/src/data-types/
H A Dtimeutils.c116 register int saved_seconds; in mail_mkgmtime() local
121 saved_seconds = yourtm.tm_sec; in mail_mkgmtime()
160 t += saved_seconds; in mail_mkgmtime()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dmkgmtime.c130 register int saved_seconds; local
135 saved_seconds = yourtm.tm_sec;
173 t += saved_seconds;
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dmkgmtime.c130 register int saved_seconds; local
135 saved_seconds = yourtm.tm_sec;
173 t += saved_seconds;
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dmkgmtime.c130 register int saved_seconds; local
135 saved_seconds = yourtm.tm_sec;
173 t += saved_seconds;
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/functions/_tzcode/
H A D_PDCLIB_mktime_tzname.c84 int saved_seconds; in time2sub() local
186 saved_seconds = 0; in time2sub()
202 saved_seconds = yourtm.tm_sec; in time2sub()
207 saved_seconds = yourtm.tm_sec; in time2sub()
372 newt = t + saved_seconds; in time2sub()
374 if ( ( newt < t ) != ( saved_seconds < 0 ) ) in time2sub()
/dports/databases/db18/db-18.1.40/src/os_windows/
H A Dce_mktime.c158 register int bits, dir, i, saved_seconds; local
185 saved_seconds = yourtm.tm_sec;
220 t += saved_seconds;
/dports/net/ntp/ntp-4.2.8p15/libntp/
H A Dmktime.c191 register int saved_seconds; in time2() local
218 saved_seconds = yourtm.tm_sec; in time2()
253 t += saved_seconds; in time2()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Time/
H A DTime.c257 register int saved_seconds; in time2sub() local
307 saved_seconds = 0; in time2sub()
319 saved_seconds = yourtm.tm_sec; in time2sub()
322 saved_seconds = yourtm.tm_sec; in time2sub()
392 newt = t + saved_seconds; in time2sub()
393 if ((newt < t) != (saved_seconds < 0)) in time2sub()
/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/bson/
H A Dbson-timegm.c551 register int saved_seconds; in time2sub() local
609 saved_seconds = 0; in time2sub()
621 saved_seconds = yourtm.tm_sec; in time2sub()
624 saved_seconds = yourtm.tm_sec; in time2sub()
707 newt = t + saved_seconds; in time2sub()
708 if ((newt < t) != (saved_seconds < 0)) in time2sub()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/tz/
H A Dtimegm.c452 register int saved_seconds; in time2sub() local
510 saved_seconds = 0; in time2sub()
522 saved_seconds = yourtm.tm_sec; in time2sub()
525 saved_seconds = yourtm.tm_sec; in time2sub()
608 newt = t + saved_seconds; in time2sub()
609 if ((newt < t) != (saved_seconds < 0)) in time2sub()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/bson/
H A Dbson-timegm.c542 register int64_t saved_seconds; in time2sub() local
599 saved_seconds = 0; in time2sub()
611 saved_seconds = yourtm.tm_sec; in time2sub()
614 saved_seconds = yourtm.tm_sec; in time2sub()
692 newt = t + saved_seconds; in time2sub()
693 if ((newt < t) != (saved_seconds < 0)) in time2sub()
/dports/devel/libbson/libbson-1.8.1/src/bson/
H A Dbson-timegm.c542 register int64_t saved_seconds; in time2sub() local
599 saved_seconds = 0; in time2sub()
611 saved_seconds = yourtm.tm_sec; in time2sub()
614 saved_seconds = yourtm.tm_sec; in time2sub()
692 newt = t + saved_seconds; in time2sub()
693 if ((newt < t) != (saved_seconds < 0)) in time2sub()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/time/
H A Dtime_zone_manager.cpp956 s32 saved_seconds{}; in ToPosixTime() local
958 saved_seconds = 0; in ToPosixTime()
964 saved_seconds = second; in ToPosixTime()
967 saved_seconds = internal_time.second; in ToPosixTime()
994 const s64 time_result{pivot + saved_seconds}; in ToPosixTime()
995 if ((time_result < pivot) != (saved_seconds < 0)) { in ToPosixTime()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Dlocaltime.c1182 register int saved_seconds; local
1232 saved_seconds = 0;
1244 saved_seconds = yourtm.tm_sec;
1247 saved_seconds = yourtm.tm_sec;
1315 newt = t + saved_seconds;
1316 if ((newt < t) != (saved_seconds < 0))
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dtztime.cc901 uint saved_seconds; in TIME_to_gmt_sec() local
911 saved_seconds = 0; in TIME_to_gmt_sec()
913 saved_seconds = t->second; in TIME_to_gmt_sec()
937 t->minute, saved_seconds ? 0 : t->second); in TIME_to_gmt_sec()
960 sp->revtis[i].rt_offset - saved_seconds)) { in TIME_to_gmt_sec()
974 local_t = sp->revts[i] + saved_seconds - sp->revtis[i].rt_offset; in TIME_to_gmt_sec()
976 local_t = local_t + saved_seconds - sp->revtis[i].rt_offset; in TIME_to_gmt_sec()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dtztime.cc916 uint saved_seconds; in TIME_to_gmt_sec() local
928 saved_seconds= 0; in TIME_to_gmt_sec()
930 saved_seconds= t->second; in TIME_to_gmt_sec()
957 saved_seconds ? 0 : t->second); in TIME_to_gmt_sec()
982 sp->revtis[i].rt_offset - saved_seconds)) in TIME_to_gmt_sec()
998 local_t= sp->revts[i] - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
1001 local_t= local_t - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dtztime.cc916 uint saved_seconds; in TIME_to_gmt_sec() local
928 saved_seconds= 0; in TIME_to_gmt_sec()
930 saved_seconds= t->second; in TIME_to_gmt_sec()
957 saved_seconds ? 0 : t->second); in TIME_to_gmt_sec()
982 sp->revtis[i].rt_offset - saved_seconds)) in TIME_to_gmt_sec()
998 local_t= sp->revts[i] - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
1001 local_t= local_t - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dtztime.cc916 uint saved_seconds; in TIME_to_gmt_sec() local
928 saved_seconds= 0; in TIME_to_gmt_sec()
930 saved_seconds= t->second; in TIME_to_gmt_sec()
957 saved_seconds ? 0 : t->second); in TIME_to_gmt_sec()
982 sp->revtis[i].rt_offset - saved_seconds)) in TIME_to_gmt_sec()
998 local_t= sp->revts[i] - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
1001 local_t= local_t - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dtztime.cc916 uint saved_seconds; in TIME_to_gmt_sec() local
928 saved_seconds= 0; in TIME_to_gmt_sec()
930 saved_seconds= t->second; in TIME_to_gmt_sec()
957 saved_seconds ? 0 : t->second); in TIME_to_gmt_sec()
982 sp->revtis[i].rt_offset - saved_seconds)) in TIME_to_gmt_sec()
998 local_t= sp->revts[i] - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
1001 local_t= local_t - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dtztime.cc916 uint saved_seconds; in TIME_to_gmt_sec() local
928 saved_seconds= 0; in TIME_to_gmt_sec()
930 saved_seconds= t->second; in TIME_to_gmt_sec()
957 saved_seconds ? 0 : t->second); in TIME_to_gmt_sec()
982 sp->revtis[i].rt_offset - saved_seconds)) in TIME_to_gmt_sec()
998 local_t= sp->revts[i] - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
1001 local_t= local_t - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dtztime.cc916 uint saved_seconds; in TIME_to_gmt_sec() local
928 saved_seconds= 0; in TIME_to_gmt_sec()
930 saved_seconds= t->second; in TIME_to_gmt_sec()
957 saved_seconds ? 0 : t->second); in TIME_to_gmt_sec()
982 sp->revtis[i].rt_offset - saved_seconds)) in TIME_to_gmt_sec()
998 local_t= sp->revts[i] - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
1001 local_t= local_t - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dtztime.cc901 uint saved_seconds; in TIME_to_gmt_sec() local
913 saved_seconds= 0; in TIME_to_gmt_sec()
915 saved_seconds= t->second; in TIME_to_gmt_sec()
942 saved_seconds ? 0 : t->second); in TIME_to_gmt_sec()
967 sp->revtis[i].rt_offset - saved_seconds)) in TIME_to_gmt_sec()
983 local_t= sp->revts[i] - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
986 local_t= local_t - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dtztime.cc901 uint saved_seconds; in TIME_to_gmt_sec() local
913 saved_seconds= 0; in TIME_to_gmt_sec()
915 saved_seconds= t->second; in TIME_to_gmt_sec()
942 saved_seconds ? 0 : t->second); in TIME_to_gmt_sec()
967 sp->revtis[i].rt_offset - saved_seconds)) in TIME_to_gmt_sec()
983 local_t= sp->revts[i] - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
986 local_t= local_t - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dtztime.cc901 uint saved_seconds; in TIME_to_gmt_sec() local
913 saved_seconds= 0; in TIME_to_gmt_sec()
915 saved_seconds= t->second; in TIME_to_gmt_sec()
942 saved_seconds ? 0 : t->second); in TIME_to_gmt_sec()
967 sp->revtis[i].rt_offset - saved_seconds)) in TIME_to_gmt_sec()
983 local_t= sp->revts[i] - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
986 local_t= local_t - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dtztime.cc901 uint saved_seconds; in TIME_to_gmt_sec() local
913 saved_seconds= 0; in TIME_to_gmt_sec()
915 saved_seconds= t->second; in TIME_to_gmt_sec()
942 saved_seconds ? 0 : t->second); in TIME_to_gmt_sec()
967 sp->revtis[i].rt_offset - saved_seconds)) in TIME_to_gmt_sec()
983 local_t= sp->revts[i] - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()
986 local_t= local_t - sp->revtis[i].rt_offset + saved_seconds; in TIME_to_gmt_sec()

1234