Searched refs:fmtime (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | main.c | 1282 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 D | test_main.c | 1470 FILETIME fxtime, fbirthtime, fatime, fmtime; in assertion_file_time() local 1487 r = GetFileTime(h, &fbirthtime, &fatime, &fmtime); in assertion_file_time() 1491 case 'm': fxtime = fmtime; break; in assertion_file_time() 2127 FILETIME fatime, fmtime; in assertion_utimes() local 2149 fmtime.dwLowDateTime = wintm.LowPart; in assertion_utimes() 2150 fmtime.dwHighDateTime = wintm.HighPart; in assertion_utimes() 2151 pmt = &fmtime; in assertion_utimes()
|