Lines Matching refs:tmp_dst
596 char *tmp_dst = NULL; in process_put() local
605 tmp_dst = xstrdup(dst); in process_put()
606 tmp_dst = make_absolute(tmp_dst, pwd); in process_put()
618 if (tmp_dst != NULL) in process_put()
619 dst_is_dir = remote_is_dir(conn, tmp_dst); in process_put()
622 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) { in process_put()
624 "\"%s\" is not a directory", tmp_dst); in process_put()
644 if (g.gl_matchc == 1 && tmp_dst) { in process_put()
647 abs_dst = path_append(tmp_dst, filename); in process_put()
649 abs_dst = xstrdup(tmp_dst); in process_put()
650 } else if (tmp_dst) { in process_put()
651 abs_dst = path_append(tmp_dst, filename); in process_put()
672 if (tmp_dst) in process_put()
673 xfree(tmp_dst); in process_put()