Lines Matching refs:tmp_dst
606 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()
658 abs_dst = path_append(tmp_dst, tmp); in process_put()
671 if (tmp_dst) in process_put()
672 xfree(tmp_dst); in process_put()