Home
last modified time | relevance | path

Searched refs:y2k (Results 1 – 25 of 1307) sorted by relevance

12345678910>>...53

/dports/net/bctoolbox/bctoolbox-0.6.0/tester/
H A Dport.c88 bctoolboxTimeSpec y2k,monday6Feb2017; in time_functions() local
89 y2k.tv_sec = 946684800; in time_functions()
90 y2k.tv_nsec = 123456789; in time_functions()
94 memcpy(&testTs, &y2k, sizeof(bctoolboxTimeSpec)); in time_functions()
95 BC_ASSERT_EQUAL(bctbx_timespec_compare(&y2k, &testTs), 0, int, "%d"); in time_functions()
98 BC_ASSERT_EQUAL(testTs.tv_nsec, y2k.tv_nsec, int64_t, "%" PRIi64); in time_functions()
99 BC_ASSERT_TRUE(bctbx_timespec_compare(&y2k, &testTs)<0); in time_functions()
101 memcpy(&testTs, &y2k, sizeof(bctoolboxTimeSpec)); in time_functions()
104 BC_ASSERT_EQUAL(testTs.tv_nsec, y2k.tv_nsec, int64_t, "%" PRIi64); in time_functions()
105 BC_ASSERT_TRUE(bctbx_timespec_compare(&y2k, &testTs)>0); in time_functions()
[all …]
/dports/databases/pxtools/pxtools-0.0.20/
H A Dconfigure.in34 AC_ARG_ENABLE(y2k, optenable
35 [ --enable-y2k enables a Y2k workaround for paradox < 7.0],
37 yes) y2k=true;;
38 no) y2k=false;;
39 *) AC_MSG_ERROR(bad value ${enableval} for --enable-y2k) ;;
41 [y2k=false]
44 if test x$y2k = xtrue ; then
/dports/editors/marker/Marker-2020.04.04.2/src/
H A Dmarker-utils.c146 struct tm y2k = {0}; in marker_utils_get_current_time_seconds() local
149 y2k.tm_hour = 0; y2k.tm_min = 0; y2k.tm_sec = 0; in marker_utils_get_current_time_seconds()
150 y2k.tm_year = 100; y2k.tm_mon = 0; y2k.tm_mday = 1; in marker_utils_get_current_time_seconds()
154 seconds = difftime(timer,mktime(&y2k)); in marker_utils_get_current_time_seconds()
/dports/graphics/nanort/nanort-b1feea8/examples/common/nativefiledialog/src/
H A DMakefile3 …fpmath=sse -msse2 -msse3 -mssse3 -ffast-math -Wall -Wunused -Wno-format-y2k -fno-exceptions -f…
4 …fpmath=sse -msse2 -msse3 -mssse3 -ffast-math -Wall -Wunused -Wno-format-y2k -fno-exceptions -f…
5 …fpmath=sse -msse2 -msse3 -mssse3 -ffast-math -Wall -Wunused -Wno-format-y2k -fno-exceptions -f…
6 …fpmath=sse -msse2 -msse3 -mssse3 -ffast-math -Wall -Wunused -Wno-format-y2k -fno-exceptions -f…
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/sibyte/swarm/
H A Drtc_xicor1241.c169 unsigned int year, mon, day, hour, min, sec, y2k; in xicor_get_time() local
187 y2k = xicor_read(X1241REG_Y2K); in xicor_get_time()
196 y2k = bcd2bin(y2k); in xicor_get_time()
198 year += (y2k * 100); in xicor_get_time()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/sibyte/swarm/
H A Drtc_xicor1241.c169 unsigned int year, mon, day, hour, min, sec, y2k; in xicor_get_time() local
187 y2k = xicor_read(X1241REG_Y2K); in xicor_get_time()
196 y2k = bcd2bin(y2k); in xicor_get_time()
198 year += (y2k * 100); in xicor_get_time()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/sibyte/swarm/
H A Drtc_xicor1241.c169 unsigned int year, mon, day, hour, min, sec, y2k; in xicor_get_time() local
187 y2k = xicor_read(X1241REG_Y2K); in xicor_get_time()
196 y2k = bcd2bin(y2k); in xicor_get_time()
198 year += (y2k * 100); in xicor_get_time()
/dports/shells/ksh93/ast-93u/src/cmd/pax/
H A Dpax.tst130 EXEC -rf $data/y2k.dat -wf y2k.pax -x asc
134 EXEC --listformat="$dateformat" -vf y2k.pax
138 EXEC -rf $data/y2k.dat -wf y2k.pax -x aschk
142 EXEC --listformat="$dateformat" -vf y2k.pax
146 EXEC -rf $data/y2k.dat -wf y2k.pax -x binary
150 EXEC --listformat="$dateformat" -vf y2k.pax
154 EXEC -rf $data/y2k.dat -wf y2k.pax -x cpio
162 EXEC --comment=force-pax -rf $data/y2k.dat -wf y2k.pax -x pax
170 EXEC -rf $data/y2k.dat -wf y2k.pax -x oldtar
178 EXEC -rf $data/y2k.dat -wf y2k.pax -x ustar
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/pax/
H A Dpax.tst130 EXEC -rf $data/y2k.dat -wf y2k.pax -x asc
134 EXEC --listformat="$dateformat" -vf y2k.pax
138 EXEC -rf $data/y2k.dat -wf y2k.pax -x aschk
142 EXEC --listformat="$dateformat" -vf y2k.pax
146 EXEC -rf $data/y2k.dat -wf y2k.pax -x binary
150 EXEC --listformat="$dateformat" -vf y2k.pax
154 EXEC -rf $data/y2k.dat -wf y2k.pax -x cpio
162 EXEC --comment=force-pax -rf $data/y2k.dat -wf y2k.pax -x pax
170 EXEC -rf $data/y2k.dat -wf y2k.pax -x oldtar
178 EXEC -rf $data/y2k.dat -wf y2k.pax -x ustar
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/pax/
H A Dpax.tst130 EXEC -rf $data/y2k.dat -wf y2k.pax -x asc
134 EXEC --listformat="$dateformat" -vf y2k.pax
138 EXEC -rf $data/y2k.dat -wf y2k.pax -x aschk
142 EXEC --listformat="$dateformat" -vf y2k.pax
146 EXEC -rf $data/y2k.dat -wf y2k.pax -x binary
150 EXEC --listformat="$dateformat" -vf y2k.pax
154 EXEC -rf $data/y2k.dat -wf y2k.pax -x cpio
162 EXEC --comment=force-pax -rf $data/y2k.dat -wf y2k.pax -x pax
170 EXEC -rf $data/y2k.dat -wf y2k.pax -x oldtar
178 EXEC -rf $data/y2k.dat -wf y2k.pax -x ustar
[all …]
/dports/net/tclsoap/tclsoap1.6.7/cgi-bin/soap/
H A Dvalidator.tcl201 array set y2k $ms(2000)
202 array set m4 $y2k(04)
209 array set y2k $ms(year2000)
210 array set m4 $y2k(month04)
/dports/net/ntp/ntp-4.2.8p15/
H A Dreadme.y2kfixes57 y2k@y2k.labs.att.com
115 3) It will have y2k directory which contains regression tests for Y2K testing.
129 See http://y2k.labs.att.com/freeware. There will be no ongoing
131 you may email us at: y2k@y2k.labs.att.com
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmllib/test/
H A Ddate.sml24 val y2k = value
53 print (toString y2k ^ "\n");
55 print (toString (fromTimeUniv (toTime y2k)) ^ "\n");
61 print (toString (fromTimeLocal (toTime y2k)) ^ "\n");
/dports/devel/py-asn1crypto/asn1crypto-1.4.0/asn1crypto/
H A Dutil.py381 y2k = self._y2k.strftime(format)
383 return ''.join('0' if (c2, c4) == ('2', '4') else c2 for c2, c4 in zip(y2k, y4k))
646 y2k = self._y2k.strftime(format)
648 return ''.join('0' if (c2, c4) == ('2', '4') else c2 for c2, c4 in zip(y2k, y4k))
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/network/access/
H A Dqnetworkcookie.cpp856 int y2k = 0; in parseDateString() local
858 y2k = 2000; in parseDateString()
860 y2k = 1900; in parseDateString()
862 QDate date(year + y2k, month, day); in parseDateString()
870 date = QDate(day + y2k, month, year); in parseDateString()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/access/
H A Dqnetworkcookie.cpp856 int y2k = 0; in parseDateString() local
858 y2k = 2000; in parseDateString()
860 y2k = 1900; in parseDateString()
862 QDate date(year + y2k, month, day); in parseDateString()
870 date = QDate(day + y2k, month, year); in parseDateString()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/access/
H A Dqnetworkcookie.cpp856 int y2k = 0; in parseDateString() local
858 y2k = 2000; in parseDateString()
860 y2k = 1900; in parseDateString()
862 QDate date(year + y2k, month, day); in parseDateString()
870 date = QDate(day + y2k, month, year); in parseDateString()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/access/
H A Dqnetworkcookie.cpp856 int y2k = 0; in parseDateString() local
858 y2k = 2000; in parseDateString()
860 y2k = 1900; in parseDateString()
862 QDate date(year + y2k, month, day); in parseDateString()
870 date = QDate(day + y2k, month, year); in parseDateString()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqnetworkcookie.cpp856 int y2k = 0; in parseDateString() local
858 y2k = 2000; in parseDateString()
860 y2k = 1900; in parseDateString()
862 QDate date(year + y2k, month, day); in parseDateString()
870 date = QDate(day + y2k, month, year); in parseDateString()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/access/
H A Dqnetworkcookie.cpp856 int y2k = 0; in parseDateString() local
858 y2k = 2000; in parseDateString()
860 y2k = 1900; in parseDateString()
862 QDate date(year + y2k, month, day); in parseDateString()
870 date = QDate(day + y2k, month, year); in parseDateString()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqnetworkcookie.cpp856 int y2k = 0; in parseDateString() local
858 y2k = 2000; in parseDateString()
860 y2k = 1900; in parseDateString()
862 QDate date(year + y2k, month, day); in parseDateString()
870 date = QDate(day + y2k, month, year); in parseDateString()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/access/
H A Dqnetworkcookie.cpp856 int y2k = 0; in parseDateString() local
858 y2k = 2000; in parseDateString()
860 y2k = 1900; in parseDateString()
862 QDate date(year + y2k, month, day); in parseDateString()
870 date = QDate(day + y2k, month, year); in parseDateString()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqnetworkcookie.cpp856 int y2k = 0; in parseDateString() local
858 y2k = 2000; in parseDateString()
860 y2k = 1900; in parseDateString()
862 QDate date(year + y2k, month, day); in parseDateString()
870 date = QDate(day + y2k, month, year); in parseDateString()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/network/access/
H A Dqnetworkcookie.cpp856 int y2k = 0; in parseDateString() local
858 y2k = 2000; in parseDateString()
860 y2k = 1900; in parseDateString()
862 QDate date(year + y2k, month, day); in parseDateString()
870 date = QDate(day + y2k, month, year); in parseDateString()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/network/access/
H A Dqnetworkcookie.cpp856 int y2k = 0; in parseDateString() local
858 y2k = 2000; in parseDateString()
860 y2k = 1900; in parseDateString()
862 QDate date(year + y2k, month, day); in parseDateString()
870 date = QDate(day + y2k, month, year); in parseDateString()

12345678910>>...53