Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.c351 path_strip(const char *path, const char *strip) in path_strip() function
820 tmp = path_strip(path, strip_path); in do_ls_dir()
847 fname = path_strip(tmp, strip_path); in do_ls_dir()
937 fname = path_strip(g.gl_pathv[i], strip_path); in do_globbed_ls()
1898 tmp = path_strip(tmp2, isabs ? NULL : remote_path); in complete_match()