Searched refs:do_realpath (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dsftp-client.h89 char *do_realpath(struct sftp_conn *, char *);
H A Dsftp-client.c722 do_realpath(struct sftp_conn *conn, char *path) function
1354 if ((src_canon = do_realpath(conn, src)) == NULL) {
1648 if ((dst_canon = do_realpath(conn, dst)) == NULL) {

Completed in 62 milliseconds