Searched refs:do_realpath (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/crypto/openssh/
H A Dsftp-client.c816 do_realpath(struct sftp_conn *conn, const char *path) function
1547 if ((src_canon = do_realpath(conn, src)) == NULL) {
1880 if ((dst_canon = do_realpath(conn, dst)) == NULL) {
H A Dsftp-client.h95 char *do_realpath(struct sftp_conn *, const char *);

Completed in 109 milliseconds