Searched refs:altdir (Results 1 – 3 of 3) sorted by relevance
60 TESTDIR=/altdir.${TESTCASE_ID}
636 char altdir[MAXNAMELEN] = { 0 }; in process_options() local726 (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()
9236 * aux/GNUmakefile: invoke aclocal with new --altdir flag.