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

/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dmain.c1282 FILETIME fxtime, fbirthtime, fatime, fmtime; local
1299 r = GetFileTime(h, &fbirthtime, &fatime, &fmtime);
1303 case 'm': fxtime = fmtime; break;
1807 FILETIME fatime, fmtime; local
1829 fmtime.dwLowDateTime = wintm.LowPart;
1830 fmtime.dwHighDateTime = wintm.HighPart;
1831 pmt = &fmtime;
/freebsd-10-stable/contrib/libarchive/test_utils/
H A Dtest_main.c1425 FILETIME fxtime, fbirthtime, fatime, fmtime; local
1442 r = GetFileTime(h, &fbirthtime, &fatime, &fmtime);
1446 case 'm': fxtime = fmtime; break;
2076 FILETIME fatime, fmtime; local
2098 fmtime.dwLowDateTime = wintm.LowPart;
2099 fmtime.dwHighDateTime = wintm.HighPart;
2100 pmt = &fmtime;

Completed in 117 milliseconds