Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.c371 path_strip(const char *path, const char *strip) in path_strip() function
864 tmp = path_strip(path, strip_path); in do_ls_dir()
891 fname = path_strip(tmp, strip_path); in do_ls_dir()
1029 fname = path_strip(g.gl_pathv[i], strip_path); in do_globbed_ls()
2019 tmp = path_strip(tmp2, isabs ? NULL : remote_path); in complete_match()