Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp.c541 char *abs_dst = NULL; in process_get() local
580 abs_dst = path_append(dst, tmp); in process_get()
583 abs_dst = xstrdup(dst); in process_get()
585 abs_dst = path_append(dst, tmp); in process_get()
588 abs_dst = tmp; in process_get()
590 printf(gettext("Fetching %s to %s\n"), g.gl_pathv[i], abs_dst); in process_get()
591 if (do_download(conn, g.gl_pathv[i], abs_dst, pflag) == -1) in process_get()
593 xfree(abs_dst); in process_get()
594 abs_dst = NULL; in process_get()
607 char *abs_dst = NULL; in process_put() local
[all …]