Home
last modified time | relevance | path

Searched refs:tm2 (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dgmdifftest.c24 struct tm tm1, tm2, o1; in check_time() local
32 OPENSSL_gmtime(&t2, &tm2); in check_time()
36 if (!TEST_int_eq(tm1.tm_year, tm2.tm_year) in check_time()
37 || !TEST_int_eq(tm1.tm_mon, tm2.tm_mon) in check_time()
38 || !TEST_int_eq(tm1.tm_mday, tm2.tm_mday) in check_time()
39 || !TEST_int_eq(tm1.tm_hour, tm2.tm_hour) in check_time()
40 || !TEST_int_eq(tm1.tm_min, tm2.tm_min) in check_time()
41 || !TEST_int_eq(tm1.tm_sec, tm2.tm_sec) in check_time()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dgmdifftest.c24 struct tm tm1, tm2, o1; in check_time() local
32 OPENSSL_gmtime(&t2, &tm2); in check_time()
36 || !TEST_int_eq(tm1.tm_year, tm2.tm_year) in check_time()
37 || !TEST_int_eq(tm1.tm_mon, tm2.tm_mon) in check_time()
38 || !TEST_int_eq(tm1.tm_mday, tm2.tm_mday) in check_time()
39 || !TEST_int_eq(tm1.tm_hour, tm2.tm_hour) in check_time()
40 || !TEST_int_eq(tm1.tm_min, tm2.tm_min) in check_time()
41 || !TEST_int_eq(tm1.tm_sec, tm2.tm_sec) in check_time()
/netbsd-src/external/bsd/wpa/dist/src/utils/
H A Dos_win32.c104 struct tm *tm2; in os_gmtime() local
107 tm2 = gmtime(&t2); in os_gmtime()
108 if (tm2 == NULL) in os_gmtime()
110 tm->sec = tm2->tm_sec; in os_gmtime()
111 tm->min = tm2->tm_min; in os_gmtime()
112 tm->hour = tm2->tm_hour; in os_gmtime()
113 tm->day = tm2->tm_mday; in os_gmtime()
114 tm->month = tm2->tm_mon + 1; in os_gmtime()
115 tm->year = tm2->tm_year + 1900; in os_gmtime()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dstrpftime-test.c245 struct tm tm2; in main() local
263 memset (&tm2, 0, sizeof(tm2)); in main()
266 &tm2); in main()
274 strftime (buf, sizeof(buf), tests[i].vals[j].format, &tm2); in main()
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dutil.c237 struct tm tm, tm2; in str2time_t() local
240 memset (&tm2, 0, sizeof (tm2)); in str2time_t()
274 if(p[0] != '\0' && strptime (p, "%H:%M:%S", &tm2) != NULL) { in str2time_t()
275 tm.tm_hour = tm2.tm_hour; in str2time_t()
276 tm.tm_min = tm2.tm_min; in str2time_t()
277 tm.tm_sec = tm2.tm_sec; in str2time_t()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2.dts11 #include "exynos5433-tm2-common.dtsi"
15 compatible = "samsung,tm2", "samsung,exynos5433";
69 compatible = "cypress,tm2-touchkey";
H A DMakefile3 exynos5433-tm2.dtb \
H A Dexynos5433-tm2e.dts11 #include "exynos5433-tm2-common.dtsi"
H A Dexynos5433-tm2-common.dtsi114 compatible = "samsung,tm2-audio";
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d358 debug(PROFILE_API) immutable tm2 = (config.profile > 1 ? currTime.ticks : 0);
366 lockTime += tm2 - tm;
379 debug(PROFILE_API) immutable tm2 = (config.profile > 1 ? currTime.ticks : 0);
390 lockTime += tm2 - tm;
391 time += now - tm2;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d1561 auto tm2 = tuple(Equ2.init);
1563 static assert( is(typeof(tm2 == tm2)));
1564 static assert( is(typeof(tm2 == tc2)));
1565 static assert( is(typeof(tc2 == tm2)));
1595 auto tm2 = tuple(Cmp2.init);
1597 static assert( is(typeof(tm2 < tm2)));
1598 static assert( is(typeof(tm2 < tc2)));
1599 static assert( is(typeof(tc2 < tm2)));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d1893 auto tm2 = tuple(Equ2.init);
1895 static assert( is(typeof(tm2 == tm2)));
1896 static assert( is(typeof(tm2 == tc2)));
1897 static assert( is(typeof(tc2 == tm2)));
1928 auto tm2 = tuple(Cmp2.init);
1930 static assert( is(typeof(tm2 < tm2)));
1931 static assert( is(typeof(tm2 < tc2)));
1932 static assert( is(typeof(tc2 < tm2)));
/netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Dsqr_basecase.asm308 L(tm2): mulld r0, r9, r6
330 bdnz L(tm2)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d255 debug(PROFILE_API) immutable tm2 = (config.profile > 1 ? currTime.ticks : 0);
263 lockTime += tm2 - tm;
298 debug(PROFILE_API) immutable tm2 = (config.profile > 1 ? currTime.ticks : 0);
309 lockTime += tm2 - tm;
310 time += now - tm2;
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dqcom-msm8974-samsung-klte.dts224 compatible = "cypress,tm2-touchkey";
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog12073 * configure: Change Makefile.tem2 to Makefile.tm2.
/netbsd-src/external/gpl3/binutils.old/dist/
H A DChangeLog11962 * configure: Change Makefile.tem2 to Makefile.tm2.
/netbsd-src/external/gpl3/gcc/dist/
H A DChangeLog16403 * configure: Change Makefile.tem2 to Makefile.tm2.