Home
last modified time | relevance | path

Searched refs:wintm (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c1283 ULARGE_INTEGER wintm; in assertion_file_time() local
1311 wintm.LowPart = fxtime.dwLowDateTime; in assertion_file_time()
1312 wintm.HighPart = fxtime.dwHighDateTime; in assertion_file_time()
1313 filet = (wintm.QuadPart - EPOC_TIME) / 10000000; in assertion_file_time()
1314 filet_nsec = ((wintm.QuadPart - EPOC_TIME) % 10000000) * 100; in assertion_file_time()
1806 ULARGE_INTEGER wintm; in assertion_utimes() local
1821 wintm.QuadPart = WINTIME(at, at_nsec); in assertion_utimes()
1822 fatime.dwLowDateTime = wintm.LowPart; in assertion_utimes()
1823 fatime.dwHighDateTime = wintm.HighPart; in assertion_utimes()
1828 wintm.QuadPart = WINTIME(mt, mt_nsec); in assertion_utimes()
[all …]
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c1454 ULARGE_INTEGER wintm; in assertion_file_time() local
1482 wintm.LowPart = fxtime.dwLowDateTime; in assertion_file_time()
1483 wintm.HighPart = fxtime.dwHighDateTime; in assertion_file_time()
1484 filet = (wintm.QuadPart - EPOC_TIME) / 10000000; in assertion_file_time()
1485 filet_nsec = ((wintm.QuadPart - EPOC_TIME) % 10000000) * 100; in assertion_file_time()
2109 ULARGE_INTEGER wintm; in assertion_utimes() local
2124 wintm.QuadPart = WINTIME(at, at_nsec); in assertion_utimes()
2125 fatime.dwLowDateTime = wintm.LowPart; in assertion_utimes()
2126 fatime.dwHighDateTime = wintm.HighPart; in assertion_utimes()
2131 wintm.QuadPart = WINTIME(mt, mt_nsec); in assertion_utimes()
[all …]