Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.c2272 int ispath; member
2286 int ispath = 0; in parse_fwd_field() local
2301 ispath = 1; in parse_fwd_field()
2311 fwd->ispath = ispath; in parse_fwd_field()
2324 ispath = 1; in parse_fwd_field()
2333 fwd->ispath = ispath; in parse_fwd_field()
2376 if (fwdargs[0].ispath) { in parse_forward()
2387 if (fwdargs[0].ispath && fwdargs[1].ispath) { in parse_forward()
2392 } else if (fwdargs[1].ispath) { in parse_forward()
2405 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.py2728 def ispath(x): function
2805 if ispath(arg) and not os.path.exists(arg):
2809 if ispath(arg) and os.path.isfile(arg):
2812 if ispath(arg) and os.path.isdir(arg):