Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.dir.c508 bool slash, dotdot, hardpaths; in dcanon() local
517 if (hardpaths = (adrof(S_hardpaths) != NULL)) { in dcanon()
590 if (hardpaths || dotdot) { in dcanon()
600 if (! hardpaths) in dcanon()
607 if ((hardpaths || sp > cp) && in dcanon()
623 if (! hardpaths) { in dcanon()
642 if (! hardpaths) { in dcanon()
697 if (! hardpaths) in dcanon()
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py95 self.hardpaths = set()
233 return len(lhs.hardpaths.intersection(rhs.hardpaths)) == 0
244 return lhs.path not in rhs.hardpaths
342 self.hardpaths.add(target)
521 fileinfo.hardpaths.update(hk2path[fileinfo.hardkey])
573 fileinfo.hardpaths.update(hk2path[fileinfo.hardkey])