OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sftp_remote_is_dir
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
sftp-client.h
198
int
sftp_remote_is_dir
(struct sftp_conn *conn, const char *path);
scp.c
1323
target_is_dir =
sftp_remote_is_dir
(conn, target);
1972
targetisdir =
sftp_remote_is_dir
(to, target);
sftp.c
754
dst_is_dir =
sftp_remote_is_dir
(conn, tmp_dst);
2304
if (
sftp_remote_is_dir
(conn, dir) && file2 == NULL) {
sftp-client.c
2974
sftp_remote_is_dir
(struct sftp_conn *conn, const char *path)
function
Completed in 89 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026