Searched refs:compare_filetime (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | utimes.c | 90 compare_filetime(char *path, bool trunc, timespec_t *atim, timespec_t *mtim, in compare_filetime() function 118 if (compare_filetime(path, true, atim, mtim, true)) { in reset() 175 if (!compare_filetime(path, true, atim, mtim, false)) { in runtest() 186 if (!compare_filetime(path, true, atim, mtim, false)) { in runtest() 199 if (!compare_filetime(path, true, atim, mtim, false)) { in runtest() 214 if (compare_filetime(path, true, atim, mtim, true)) { in runtest() 227 if (!compare_filetime(path, true, atim, mtim, false)) { in runtest() 242 if (!compare_filetime(path, true, atim, mtim, false)) { in runtest() 256 if (!compare_filetime(path, true, atim, mtim, false)) { in runtest() 269 if (!compare_filetime(path, true, atim, mtim, false)) { in runtest() [all …]
|