Searched refs:chrootpath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c120 static char *chrootpath; variable
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
[all...]

Completed in 56 milliseconds