Searched refs:sftp_realpath (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | sftp-realpath.c | 46 char *sftp_realpath(const char *path, char *resolved); 56 sftp_realpath(const char *path, char *resolved) in sftp_realpath() function
|
H A D | sftp-client.h | 108 char *sftp_realpath(struct sftp_conn *, const char *);
|
H A D | sftp-server.c | 50 char *sftp_realpath(const char *, char *); /* sftp-realpath.c */ 1234 if (sftp_realpath(path, resolvedname) == NULL) { in process_realpath() 1565 if (sftp_realpath(path, resolvedname) == NULL) { in process_extended_expand()
|
H A D | sftp-client.c | 1061 sftp_realpath(struct sftp_conn *conn, const char *path) in sftp_realpath() function 1995 if ((src_canon = sftp_realpath(conn, src)) == NULL) { in sftp_download_dir() 2348 if ((dst_canon = sftp_realpath(conn, dst)) == NULL) { in sftp_upload_dir() 2803 if ((from_path_canon = sftp_realpath(from, from_path)) == NULL) { in sftp_crossload_dir()
|
H A D | sftp.c | 1620 if ((tmp = sftp_realpath(conn, path1)) == NULL) { in parse_dispatch_command() 2221 if ((remote_path = sftp_realpath(conn, ".")) == NULL) in interactive_loop()
|