Searched refs:altdir (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c634 char altdir[MAXNAMELEN] = { 0 }; local
724 (void) strlcpy(altdir, optarg, sizeof (altdir));
746 if (strlen(altdir) > 0) {
758 if (0 != access(altdir, F_OK)) {
761 altdir);
763 VERIFY(NULL != realpath(altdir, realaltdir));

Completed in 128 milliseconds