Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c1282 FILETIME fxtime, fbirthtime, fatime, fmtime; in assertion_file_time() local
1299 r = GetFileTime(h, &fbirthtime, &fatime, &fmtime); in assertion_file_time()
1303 case 'm': fxtime = fmtime; break; in assertion_file_time()
1807 FILETIME fatime, fmtime; in assertion_utimes() local
1829 fmtime.dwLowDateTime = wintm.LowPart; in assertion_utimes()
1830 fmtime.dwHighDateTime = wintm.HighPart; in assertion_utimes()
1831 pmt = &fmtime; in assertion_utimes()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c1453 FILETIME fxtime, fbirthtime, fatime, fmtime; in assertion_file_time() local
1470 r = GetFileTime(h, &fbirthtime, &fatime, &fmtime); in assertion_file_time()
1474 case 'm': fxtime = fmtime; break; in assertion_file_time()
2110 FILETIME fatime, fmtime; in assertion_utimes() local
2132 fmtime.dwLowDateTime = wintm.LowPart; in assertion_utimes()
2133 fmtime.dwHighDateTime = wintm.HighPart; in assertion_utimes()
2134 pmt = &fmtime; in assertion_utimes()