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 | 1492 assertion_file_time(const char *file, int line, in assertion_file_time() function 1601 return assertion_file_time(file, line, pathname, t, nsec, 'a', 0); in assertion_file_atime() 1608 return assertion_file_time(file, line, pathname, 0, 0, 'a', 1); in assertion_file_atime_recent() 1616 return assertion_file_time(file, line, pathname, t, nsec, 'b', 0); in assertion_file_birthtime() 1624 return assertion_file_time(file, line, pathname, 0, 0, 'b', 1); in assertion_file_birthtime_recent() 1661 return assertion_file_time(file, line, pathname, t, nsec, 'm', 0); in assertion_file_mtime() 1668 return assertion_file_time(file, line, pathname, 0, 0, 'm', 1); in assertion_file_mtime_recent()
|