Lines Matching defs:chrootpath
120 static char *chrootpath;
247 chrootpath = getenv("CHROOT");
248 if (chrootpath != NULL && strcmp(chrootpath, "/") == 0)
249 chrootpath = NULL;
663 return (pathsuffix(path, chrootpath));
800 if (strcmp(scratch, "/") == 0 && chrootpath != NULL) {
803 * abspath was "/" and chrootpath isn't the null string, we
808 (void) sprintf(canon, "%s%s", chrootpath ? chrootpath : "", scratch);