Home
last modified time | relevance | path

Searched refs:abs_dst (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dscp.c1294 char *target = NULL, *filename = NULL, *abs_dst = NULL; in source_sftp() local
1322 abs_dst = sftp_path_append(target, filename); in source_sftp()
1324 abs_dst = target; in source_sftp()
1327 debug3_f("copying local %s to remote %s", src, abs_dst); in source_sftp()
1330 if (sftp_upload_dir(conn, src, abs_dst, pflag, in source_sftp()
1335 } else if (sftp_upload(conn, src, abs_dst, pflag, 0, 0, 1) != 0) { in source_sftp()
1340 free(abs_dst); in source_sftp()
1510 char *abs_dst = NULL; in sink_sftp() local
1581 abs_dst = sftp_path_append(dst, filename); in sink_sftp()
1583 abs_dst = xstrdup(dst); in sink_sftp()
[all …]
H A Dsftp.c640 char *filename, *abs_src = NULL, *abs_dst = NULL, *tmp = NULL; in process_get() local
680 abs_dst = sftp_path_append(dst, filename); in process_get()
682 abs_dst = xstrdup(dst); in process_get()
685 abs_dst = sftp_path_append(dst, filename); in process_get()
687 abs_dst = xstrdup(filename); in process_get()
694 g.gl_pathv[i], abs_dst); in process_get()
697 g.gl_pathv[i], abs_dst); in process_get()
701 if (sftp_download_dir(conn, g.gl_pathv[i], abs_dst, in process_get()
706 if (sftp_download(conn, g.gl_pathv[i], abs_dst, NULL, in process_get()
711 free(abs_dst); in process_get()
[all …]