Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in567 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):
/freebsd/crypto/openssh/
H A Dsftp.c2006 u_int i, hadglob, pwdlen, len, tmplen, filelen, cesc, isesc, isabs; in complete_match() local
2017 isabs = path_absolute(tmp); in complete_match()
2053 tmp = path_strip(tmp2, isabs ? NULL : remote_path); in complete_match()