Searched refs:remote_path (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dsftp.c1999 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, argument
2019 tmp = make_absolute_pwd_glob(tmp, remote_path);
2051 tmp = path_strip(tmp2, isabs ? NULL : remote_path);
2208 char *remote_path; local
2237 complete_ctx.remote_pathp = &remote_path;
2250 if ((remote_path = sftp_realpath(conn, ".")) == NULL)
2252 startdir = xstrdup(remote_path);
2256 dir = sftp_make_absolute(dir, remote_path);
2263 &remote_path, startdir, 1, 0) != 0) {
2266 free(remote_path);
[all...]
H A Dsftp-client.c1597 sftp_download(struct sftp_conn *conn, const char *remote_path, argument
1616 remote_path, local_path);
1621 if (sftp_stat(conn, remote_path, 0, &attr) != 0)
1634 error("download %s: not a regular file", remote_path);
1646 if (send_open(conn, remote_path, "remote", SSH2_FXF_READ, NULL,
1685 start_progress_meter(progress_meter_path(remote_path),
1843 error("read remote \"%s\" : %s", remote_path, fx2txt(status));
2033 const char *remote_path, int preserve_flag, int resume,
2050 local_path, remote_path);
2078 if (sftp_stat(conn, remote_path,
2032 sftp_upload(struct sftp_conn *conn, const char *local_path, const char *remote_path, int preserve_flag, int resume, int fsync_flag, int inplace_flag) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp412 std::string remote_path = remote_file.GetPath(); variable
413 target_sp->SetArg0(remote_path.c_str());

Completed in 79 milliseconds