Home
last modified time | relevance | path

Searched refs:altdir (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cachefile/
H A Dcachefile_003_pos.ksh47 TESTDIR=/altdir.$$
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c809 char altdir[MAXNAMELEN] = { 0 }; in process_options() local
915 (void) strlcpy(altdir, optarg, sizeof (altdir)); in process_options()
990 if (strlen(altdir) > 0) { in process_options()
1002 if (0 != access(altdir, F_OK)) { in process_options()
1005 altdir); in process_options()
1007 VERIFY(NULL != realpath(altdir, realaltdir)); in process_options()