| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | gmdifftest.c | 24 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 D | gmdifftest.c | 24 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 D | os_win32.c | 104 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 D | strpftime-test.c | 245 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 D | util.c | 237 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 D | exynos5433-tm2.dts | 11 #include "exynos5433-tm2-common.dtsi" 15 compatible = "samsung,tm2", "samsung,exynos5433"; 69 compatible = "cypress,tm2-touchkey";
|
| H A D | Makefile | 3 exynos5433-tm2.dtb \
|
| H A D | exynos5433-tm2e.dts | 11 #include "exynos5433-tm2-common.dtsi"
|
| H A D | exynos5433-tm2-common.dtsi | 114 compatible = "samsung,tm2-audio";
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/ |
| H A D | gc.d | 358 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 D | typecons.d | 1561 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 D | typecons.d | 1893 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 D | sqr_basecase.asm | 308 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 D | gc.d | 255 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 D | qcom-msm8974-samsung-klte.dts | 224 compatible = "cypress,tm2-touchkey";
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog | 12073 * configure: Change Makefile.tem2 to Makefile.tm2.
|
| /netbsd-src/external/gpl3/binutils.old/dist/ |
| H A D | ChangeLog | 11962 * configure: Change Makefile.tem2 to Makefile.tm2.
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | ChangeLog | 16403 * configure: Change Makefile.tem2 to Makefile.tm2.
|