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

/freebsd-11-stable/crypto/openssh/
H A Dsftp-client.c1152 do_download(struct sftp_conn *conn, const char *remote_path, argument
1178 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL)
1189 error("Cannot download non-regular file: %s", remote_path);
1208 (r = sshbuf_put_cstring(msg, remote_path)) != 0 ||
1213 debug3("Sent message SSH2_FXP_OPEN I:%u P:%s", id, remote_path);
1216 "remote open(\"%s\")", remote_path);
1260 start_progress_meter(remote_path, size, &progress_counter);
1402 remote_path, fx2txt(status));
1560 const char *remote_path, int preserve_flag, int resume, int fsync_flag)
1611 if ((c = do_stat(conn, remote_path,
1559 do_upload(struct sftp_conn *conn, const char *local_path, const char *remote_path, int preserve_flag, int resume, int fsync_flag) argument
[all...]
H A Dsftp.c1846 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, argument
1866 tmp = make_absolute(tmp, remote_path);
1898 tmp = path_strip(tmp2, isabs ? NULL : remote_path);
2039 char *remote_path; local
2068 complete_ctx.remote_pathp = &remote_path;
2081 remote_path = do_realpath(conn, ".");
2082 if (remote_path == NULL)
2087 dir = make_absolute(dir, remote_path);
2094 &remote_path, 1) != 0) {
2096 free(remote_path);
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp389 std::string remote_path = remote_file.GetPath(); variable
390 target_sp->SetArg0(remote_path.c_str());

Completed in 172 milliseconds