Home
last modified time | relevance | path

Searched refs:ispath (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dreadconf.c2098 int ispath; member
2112 int ispath = 0; in parse_fwd_field() local
2127 ispath = 1; in parse_fwd_field()
2137 fwd->ispath = ispath; in parse_fwd_field()
2150 ispath = 1; in parse_fwd_field()
2159 fwd->ispath = ispath; in parse_fwd_field()
2202 if (fwdargs[0].ispath) { in parse_forward()
2213 if (fwdargs[0].ispath && fwdargs[1].ispath) { in parse_forward()
2218 } else if (fwdargs[1].ispath) { in parse_forward()
2231 if (fwdargs[0].ispath) { in parse_forward()
[all …]
/external/python/cpython2/Lib/
Dpydoc.py2329 def ispath(x): function
2372 if ispath(arg) and not os.path.exists(arg):
2376 if ispath(arg) and os.path.isfile(arg):
2379 if ispath(arg) and os.path.isdir(arg):
/external/python/cpython3/Lib/
Dpydoc.py2636 def ispath(x): function
2713 if ispath(arg) and not os.path.exists(arg):
2717 if ispath(arg) and os.path.isfile(arg):
2720 if ispath(arg) and os.path.isdir(arg):