Home | History | Annotate | Download | only in openssh

Lines Matching refs:do_realpath

721 do_realpath(struct sftp_conn *conn, char *path)
1322 if ((src_canon = do_realpath(conn, src)) == NULL) {
1614 if ((dst_canon = do_realpath(conn, dst)) == NULL) {