Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/sftp/
H A Dsftp.c606 char *tmp_dst = NULL; in process_put() local
614 tmp_dst = xstrdup(dst); in process_put()
615 tmp_dst = make_absolute(tmp_dst, pwd); in process_put()
627 if (g.gl_matchc > 1 && tmp_dst && !remote_is_dir(conn, tmp_dst)) { in process_put()
629 tmp_dst); in process_put()
645 if (g.gl_matchc == 1 && tmp_dst) { in process_put()
647 if (remote_is_dir(conn, tmp_dst)) { in process_put()
652 abs_dst = path_append(tmp_dst, tmp); in process_put()
655 abs_dst = xstrdup(tmp_dst); in process_put()
657 } else if (tmp_dst) { in process_put()
[all …]