Searched refs:sftp_globpath_is_dir (Results 1 – 4 of 4) sorted by relevance
199 int sftp_globpath_is_dir(const char *pathname);
1570 if (sftp_globpath_is_dir(g.gl_pathv[i]) && iamrecursive) { in sink_sftp()1983 if (sftp_globpath_is_dir(g.gl_pathv[i]) && iamrecursive) { in throughlocal_sftp()
690 if (sftp_globpath_is_dir(g.gl_pathv[i]) && in process_get()787 if (sftp_globpath_is_dir(g.gl_pathv[i]) && in process_put()
2978 sftp_globpath_is_dir(const char *pathname) in sftp_globpath_is_dir() function