Searched refs:sftp_realpath (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dsftp-realpath.c48 char *sftp_realpath(const char *path, char *resolved);
58 sftp_realpath(const char *path, char *resolved) function
H A Dsftp-client.h114 char *sftp_realpath(struct sftp_conn *, const char *);
H A Dsftp-server.c60 char *sftp_realpath(const char *, char *); /* sftp-realpath.c */
1256 if (sftp_realpath(path, resolvedname) == NULL) {
1598 if (sftp_realpath(path, resolvedname) == NULL) {
H A Dsftp-client.c1081 sftp_realpath(struct sftp_conn *conn, const char *path) function
2019 if ((src_canon = sftp_realpath(conn, src)) == NULL) {
2373 if ((dst_canon = sftp_realpath(conn, dst)) == NULL) {
2828 if ((from_path_canon = sftp_realpath(from, from_path)) == NULL) {
H A Dssh_namespace.h537 #define sftp_realpath Fssh_sftp_realpath macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h194 #define realpath(x, y) (sftp_realpath((x), (y)))

Completed in 110 milliseconds