Searched defs:altdir (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c868 char *alter = NULL, altdir[PATH_MAX]; local
878 (void) strcpy(altdir, alter);
879 alter = strrchr(altdir, '/');
883 (strcmp(objdir, altdir) != 0)) {
884 (void) strcpy(_objdir, altdir);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c614 char altdir[MAXNAMELEN] = { 0 }; local
704 (void) strlcpy(altdir, optarg, sizeof (altdir));
726 if (strlen(altdir) > 0) {
738 if (0 != access(altdir, F_OK)) {
741 altdir);
743 VERIFY(NULL != realpath(altdir, realaltdir));

Completed in 75 milliseconds