Home
last modified time | relevance | path

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

/freebsd-12.1/tests/sys/cddl/zfs/tests/cachefile/
H A Dcachefile_003_pos.ksh60 TESTDIR=/altdir.${TESTCASE_ID}
/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c636 char altdir[MAXNAMELEN] = { 0 }; in process_options() local
726 (void) strlcpy(altdir, optarg, sizeof (altdir)); in process_options()
748 if (strlen(altdir) > 0) { in process_options()
760 if (0 != access(altdir, F_OK)) { in process_options()
763 altdir); in process_options()
765 VERIFY(NULL != realpath(altdir, realaltdir)); in process_options()
/freebsd-12.1/contrib/amd/
H A DChangeLog9236 * aux/GNUmakefile: invoke aclocal with new --altdir flag.