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.c1301 prepare_remote_path(struct sftp_conn *conn, const char *path) in prepare_remote_path() function
1346 if ((target = prepare_remote_path(conn, targ)) == NULL) in source_sftp()
1557 if ((abs_src = prepare_remote_path(conn, src)) == NULL) { in sink_sftp()
1997 if ((abs_src = prepare_remote_path(from, src)) == NULL ||
1998 (target = prepare_remote_path(to, targ)) == NULL)