Searched refs:assertion_file_time (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | main.c | 1274 assertion_file_time(const char *file, int line, in assertion_file_time() function 1383 return assertion_file_time(file, line, pathname, t, nsec, 'a', 0); in assertion_file_atime() 1390 return assertion_file_time(file, line, pathname, 0, 0, 'a', 1); in assertion_file_atime_recent() 1398 return assertion_file_time(file, line, pathname, t, nsec, 'b', 0); in assertion_file_birthtime() 1406 return assertion_file_time(file, line, pathname, 0, 0, 'b', 1); in assertion_file_birthtime_recent() 1443 return assertion_file_time(file, line, pathname, t, nsec, 'm', 0); in assertion_file_mtime() 1450 return assertion_file_time(file, line, pathname, 0, 0, 'm', 1); in assertion_file_mtime_recent()
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_main.c | 1450 assertion_file_time(const char *file, int line, in assertion_file_time() function 1559 return assertion_file_time(file, line, pathname, t, nsec, 'a', 0); in assertion_file_atime() 1566 return assertion_file_time(file, line, pathname, 0, 0, 'a', 1); in assertion_file_atime_recent() 1574 return assertion_file_time(file, line, pathname, t, nsec, 'b', 0); in assertion_file_birthtime() 1582 return assertion_file_time(file, line, pathname, 0, 0, 'b', 1); in assertion_file_birthtime_recent() 1619 return assertion_file_time(file, line, pathname, t, nsec, 'm', 0); in assertion_file_mtime() 1626 return assertion_file_time(file, line, pathname, 0, 0, 'm', 1); in assertion_file_mtime_recent()
|