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 | 1500 FILETIME fxtime, fbirthtime, fatime, fmtime; in assertion_file_time() local 1517 r = GetFileTime(h, &fbirthtime, &fatime, &fmtime); in assertion_file_time() 1521 case 'm': fxtime = fmtime; break; in assertion_file_time() 2157 FILETIME fatime, fmtime; in assertion_utimes() local 2179 fmtime.dwLowDateTime = wintm.LowPart; in assertion_utimes() 2180 fmtime.dwHighDateTime = wintm.HighPart; in assertion_utimes() 2181 pmt = &fmtime; in assertion_utimes()
|