Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.dir.c503 bool slash, dotdot, hardpaths; in dcanon() local
512 if (hardpaths = (adrof(S_hardpaths) != NULL)) { in dcanon()
585 if (hardpaths || dotdot) { in dcanon()
595 if (! hardpaths) in dcanon()
602 if ((hardpaths || sp > cp) && in dcanon()
618 if (! hardpaths) { in dcanon()
637 if (! hardpaths) { in dcanon()
692 if (! hardpaths) in dcanon()
/titanic_41/usr/src/tools/scripts/
H A Dvalidate_pkg.py92 self.hardpaths = set()
230 return len(lhs.hardpaths.intersection(rhs.hardpaths)) == 0
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])