/freebsd/crypto/openssl/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()
|
/freebsd/contrib/wpa/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()
|
H A D | os_internal.c | 88 struct tm *tm2; in os_gmtime() local 91 tm2 = gmtime(&t2); in os_gmtime() 92 if (tm2 == NULL) in os_gmtime() 94 tm->sec = tm2->tm_sec; in os_gmtime() 95 tm->min = tm2->tm_min; in os_gmtime() 96 tm->hour = tm2->tm_hour; in os_gmtime() 97 tm->day = tm2->tm_mday; in os_gmtime() 98 tm->month = tm2->tm_mon + 1; in os_gmtime() 99 tm->year = tm2->tm_year + 1900; in os_gmtime()
|
H A D | os_unix.c | 181 struct tm *tm2; in os_gmtime() local 184 tm2 = gmtime(&t2); in os_gmtime() 185 if (tm2 == NULL) in os_gmtime() 187 tm->sec = tm2->tm_sec; in os_gmtime() 188 tm->min = tm2->tm_min; in os_gmtime() 189 tm->hour = tm2->tm_hour; in os_gmtime() 190 tm->day = tm2->tm_mday; in os_gmtime() 191 tm->month = tm2->tm_mon + 1; in os_gmtime() 192 tm->year = tm2->tm_year + 1900; in os_gmtime()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | strpftime-test.c | 243 struct tm tm2; in main() local 261 memset (&tm2, 0, sizeof(tm2)); in main() 264 &tm2); in main() 272 strftime (buf, sizeof(buf), tests[i].vals[j].format, &tm2); in main()
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | cypress,tm2-touchkey.txt | 1 Samsung tm2-touchkey 5 * "cypress,tm2-touchkey" - for the touchkey found on the tm2 board 25 compatible = "cypress,tm2-touchkey";
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | util.c | 180 struct tm tm, tm2; in str2time_t() local 183 memset (&tm2, 0, sizeof (tm2)); in str2time_t() 217 if(p[0] != '\0' && strptime (p, "%H:%M:%S", &tm2) != NULL) { in str2time_t() 218 tm.tm_hour = tm2.tm_hour; in str2time_t() 219 tm.tm_min = tm2.tm_min; in str2time_t() 220 tm.tm_sec = tm2.tm_sec; in str2time_t()
|
/freebsd/sys/contrib/device-tree/src/arm64/exynos/ |
H A D | exynos5433-tm2.dts | 11 #include "exynos5433-tm2-common.dtsi" 15 compatible = "samsung,tm2", "samsung,exynos5433"; 70 compatible = "cypress,tm2-touchkey";
|
H A D | exynos5433-tm2e.dts | 11 #include "exynos5433-tm2-common.dtsi"
|
H A D | exynos5433-tm2-common.dtsi | 121 compatible = "samsung,tm2-audio";
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | samsung,tm2-audio.txt | 5 - compatible : "samsung,tm2-audio" 28 compatible = "samsung,tm2-audio";
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | cpu.h | 127 C(tm2, 8)
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | cpu.h | 125 C(tm2, 8)
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lvm.c | 189 const TValue *tm2; in get_equalTM() local 192 tm2 = fasttm(L, mt2, event); in get_equalTM() 193 if (tm2 == NULL) return NULL; /* no metamethod */ in get_equalTM() 194 if (luaV_rawequalobj(tm1, tm2)) /* same metamethods? */ in get_equalTM()
|
/freebsd/usr.bin/diff/ |
H A D | diffreg.c | 1677 struct tm tm1, tm2, *tm_ptr1, *tm_ptr2; in print_header() 1686 tm_ptr2 = localtime_r(&stb2.st_mtime, &tm2); in print_header() 1673 struct tm tm1, tm2, *tm_ptr1, *tm_ptr2; print_header() local
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-msm8974pro-samsung-klte.dts | 65 compatible = "cypress,tm2-touchkey";
|
/freebsd/share/misc/ |
H A D | pci_vendors | 3537 103c 1486 TouchSmart tm2-2050er discrete GPU (Mobility Radeon HD 5450)
|