Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp.c2012 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, in complete_match()
2032 tmp = make_absolute_pwd_glob(tmp, remote_path); in complete_match()
2064 tmp = path_strip(tmp2, isabs ? NULL : remote_path); in complete_match()
2222 char *remote_path; in interactive_loop()
2252 complete_ctx.remote_pathp = &remote_path; in interactive_loop()
2269 if ((remote_path = sftp_realpath(conn, ".")) == NULL) in interactive_loop()
2271 startdir = xstrdup(remote_path); in interactive_loop()
2275 dir = sftp_make_absolute(dir, remote_path); in interactive_loop()
2282 &remote_path, startdir, 1, 0) != 0) { in interactive_loop()
2285 free(remote_path); in interactive_loop()
1993 complete_match(EditLine * el,struct sftp_conn * conn,char * remote_path,char * file,int remote,int lastarg,char quote,int terminated) complete_match() argument
2202 char *remote_path; interactive_loop() local
[all...]
H A Dsftp-client.c1582 sftp_download(struct sftp_conn *conn, const char *remote_path, in progress_meter_path()
1601 remote_path, local_path); in sftp_download()
1606 if (sftp_stat(conn, remote_path, 0, &attr) != 0) in sftp_download()
1619 error("download %s: not a regular file", remote_path); in sftp_download()
1631 if (send_open(conn, remote_path, "remote", SSH2_FXF_READ, NULL, in sftp_download()
1670 start_progress_meter(progress_meter_path(remote_path), in sftp_download()
1828 error("read remote \"%s\" : %s", remote_path, fx2txt(status)); in sftp_download()
2018 const char *remote_path, int preserve_flag, int resume, in sftp_download_dir()
2035 local_path, remote_path); in sftp_upload()
2063 if (sftp_stat(conn, remote_path, in sftp_upload()
1595 sftp_download(struct sftp_conn * conn,const char * remote_path,const char * local_path,Attrib * a,int preserve_flag,int resume_flag,int fsync_flag,int inplace_flag) sftp_download() argument
2031 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) sftp_upload() argument
[all...]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in60 [B<-path> I<remote_path>]
579 =item B<-path> I<remote_path>
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp395 std::string remote_path = remote_file.GetPath(); in DoExecute() local
396 target_sp->SetArg0(remote_path.c_str()); in DoExecute()