Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dsftp.c2019 tmp = make_absolute_pwd_glob(tmp, remote_path); in complete_match()
2051 tmp = path_strip(tmp2, isabs ? NULL : remote_path); in complete_match()
2208 char *remote_path; in interactive_loop() local
2237 complete_ctx.remote_pathp = &remote_path; in interactive_loop()
2252 startdir = xstrdup(remote_path); in interactive_loop()
2256 dir = sftp_make_absolute(dir, remote_path); in interactive_loop()
2263 &remote_path, startdir, 1, 0) != 0) { in interactive_loop()
2266 free(remote_path); in interactive_loop()
2277 &remote_path, startdir, 1, 0); in interactive_loop()
2280 free(remote_path); in interactive_loop()
[all …]
H A Dsftp-client.c1597 sftp_download(struct sftp_conn *conn, const char *remote_path, in sftp_download() argument
1616 remote_path, local_path); in sftp_download()
1621 if (sftp_stat(conn, remote_path, 0, &attr) != 0) in sftp_download()
1634 error("download %s: not a regular file", remote_path); in sftp_download()
1646 if (send_open(conn, remote_path, "remote", SSH2_FXF_READ, NULL, in sftp_download()
1685 start_progress_meter(progress_meter_path(remote_path), in sftp_download()
1843 error("read remote \"%s\" : %s", remote_path, fx2txt(status)); in sftp_download()
2033 const char *remote_path, int preserve_flag, int resume, in sftp_upload() argument
2050 local_path, remote_path); in sftp_upload()
2078 if (sftp_stat(conn, remote_path, 0, &c) != 0) { in sftp_upload()
[all …]
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in54 [B<-path> I<remote_path>]
507 =item B<-path> I<remote_path>
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp412 std::string remote_path = remote_file.GetPath(); in DoExecute() local
413 target_sp->SetArg0(remote_path.c_str()); in DoExecute()