Home
last modified time | relevance | path

Searched refs:prepare_remote_path (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dscp.c1316 prepare_remote_path(struct sftp_conn *conn, const char *path) in prepare_remote_path() function
1357 if ((target = prepare_remote_path(conn, targ)) == NULL) in source_sftp()
1568 if ((abs_src = prepare_remote_path(conn, src)) == NULL) { in sink_sftp()
2002 if ((abs_src = prepare_remote_path(from, src)) == NULL ||
2003 (target = prepare_remote_path(to, targ)) == NULL)