Searched refs:sftp_globpath_is_dir (Results 1 – 4 of 4) sorted by relevance
205 int sftp_globpath_is_dir(const char *pathname);
1631 if (sftp_globpath_is_dir(g.gl_pathv[i]) && iamrecursive) { in sink_sftp()2052 if (sftp_globpath_is_dir(g.gl_pathv[i]) && iamrecursive) {
711 if (sftp_globpath_is_dir(g.gl_pathv[i]) && in process_get()808 if (sftp_globpath_is_dir(g.gl_pathv[i]) && in process_put()
3003 sftp_globpath_is_dir(const char *pathname) in sftp_globpath_is_dir() function