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

/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp.c519 char *abs_dst = NULL; local
557 abs_dst = path_append(dst, filename);
559 abs_dst = xstrdup(dst);
562 abs_dst = path_append(dst, filename);
564 abs_dst = xstrdup(filename);
568 printf("Fetching %s to %s\n", g.gl_pathv[i], abs_dst);
570 if (download_dir(conn, g.gl_pathv[i], abs_dst, NULL,
574 if (do_download(conn, g.gl_pathv[i], abs_dst, NULL,
578 xfree(abs_dst);
579 abs_dst
593 char *abs_dst = NULL; local
[all...]

Completed in 82 milliseconds