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

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsftp.c592 char *tmp_dst = NULL; local
601 tmp_dst = xstrdup(dst);
602 tmp_dst = make_absolute(tmp_dst, pwd);
614 if (tmp_dst != NULL)
615 dst_is_dir = remote_is_dir(conn, tmp_dst);
618 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) {
620 "\"%s\" is not a directory", tmp_dst);
640 if (g.gl_matchc == 1 && tmp_dst) {
643 abs_dst = path_append(tmp_dst, filenam
[all...]

Completed in 60 milliseconds