Searched refs:tfile (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/ |
| H A D | ctime.c | 59 static char tfile[BUFSIZ] = { 0 }; variable 279 if ((strlen(tfile) != 0) && (access(tfile, F_OK) == 0)) { in cleanup() 280 (void) unlink(tfile); in cleanup() 321 (void) snprintf(tfile, sizeof (tfile), "%s/%s", penv[0], penv[1]); in main() 326 if (access(tfile, F_OK) == 0) { in main() 327 (void) unlink(tfile); in main() 342 ret = get_file_time(tfile, timetest_table[i].type, &t1); in main() 345 tfile, timetest_table[i].type, ret); in main() 353 timetest_table[i].func(tfile); in main() 358 ret = get_file_time(tfile, timetest_table[i].type, &t2); in main() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/ |
| H A D | projectquota.cfg | 38 export PRJFILE=$TESTDIR/tfile
|