Searched refs:tmp_dst (Results 1 – 1 of 1) sorted by relevance
606 char *tmp_dst = NULL; in process_put() local614 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 …]