Searched refs:altdir (Results 1 – 2 of 2) sorted by relevance
47 TESTDIR=/altdir.$$
809 char altdir[MAXNAMELEN] = { 0 }; in process_options() local915 (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()