Home
last modified time | relevance | path

Searched refs:pathsuffix (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c63 pathsuffix(char *full, char *pref) in pathsuffix() function
97 return (pathsuffix(full, sub) == NULL); in subpath()
412 path = pathsuffix(globalpath, in getglobalpath()
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c75 static char *pathsuffix(char *, char *);
663 return (pathsuffix(path, chrootpath)); in zap_chroot()
901 pathsuffix(char *full, char *pref) in pathsuffix() function
935 return (pathsuffix(full, sub) == NULL); in subpath()