Searched refs:isabs (Results 1 – 2 of 2) sorted by relevance
567 if len(self.pre) and not os.path.isabs(self.pre):569 if len(self.post) and not os.path.isabs(self.post):571 if len(self.failsafe) and not os.path.isabs(self.failsafe):
2006 u_int i, hadglob, pwdlen, len, tmplen, filelen, cesc, isesc, isabs; in complete_match() local2017 isabs = path_absolute(tmp); in complete_match()2053 tmp = path_strip(tmp2, isabs ? NULL : remote_path); in complete_match()