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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.dir.c493 * If the hardpaths shell variable is set, resolve the
503 bool slash, dotdot, hardpaths; local
512 if (hardpaths = (adrof(S_hardpaths) != NULL)) {
573 * the hardpaths shell variable is set or "y" is really
580 * potential symlinks. When hardpaths is set, we must
585 if (hardpaths || dotdot) {
595 if (! hardpaths)
602 if ((hardpaths || sp > cp) &&
616 * It's already there is hardpaths is set.
618 if (! hardpaths) {
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py92 self.hardpaths = set()
230 return len(lhs.hardpaths.intersection(rhs.hardpaths)) == 0
239 # have a set of hardpaths.
241 return lhs.path not in rhs.hardpaths
320 self.hardpaths.add(target)
499 fileinfo.hardpaths.update(hk2path[fileinfo.hardkey])
551 fileinfo.hardpaths.update(hk2path[fileinfo.hardkey])

Completed in 63 milliseconds