Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp-client.h205 int sftp_globpath_is_dir(const char *pathname);
H A Dscp.c1631 if (sftp_globpath_is_dir(g.gl_pathv[i]) && iamrecursive) { in sink_sftp()
2052 if (sftp_globpath_is_dir(g.gl_pathv[i]) && iamrecursive) {
H A Dsftp.c711 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()
H A Dsftp-client.c3003 sftp_globpath_is_dir(const char *pathname) in sftp_globpath_is_dir() function