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

/freebsd-10.0-release/crypto/openssh/
H A Dsftp-client.c990 do_download(struct sftp_conn *conn, char *remote_path, char *local_path, argument
1013 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL)
1024 error("Cannot download non-regular file: %s", remote_path);
1040 buffer_put_cstring(&msg, remote_path);
1045 debug3("Sent message SSH2_FXP_OPEN I:%u P:%s", id, remote_path);
1048 "remote open(\"%s\")", remote_path);
1086 start_progress_meter(remote_path, size, &progress_counter);
1221 remote_path, fx2txt(status));
1366 do_upload(struct sftp_conn *conn, char *local_path, char *remote_path, argument
1420 buffer_put_cstring(&msg, remote_path);
[all...]
H A Dsftp.c1727 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, argument
1747 tmp = make_absolute(tmp, remote_path);
1779 tmp = path_strip(tmp2, isabs ? NULL : remote_path);
1920 char *remote_path; local
1949 complete_ctx.remote_pathp = &remote_path;
1955 remote_path = do_realpath(conn, ".");
1956 if (remote_path == NULL)
1961 dir = make_absolute(dir, remote_path);
1968 &remote_path, 1) != 0) {
1970 free(remote_path);
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp268 std::string remote_path = remote_file.GetPath(); local
269 target_sp->SetArg0(remote_path.c_str());

Completed in 76 milliseconds