Searched refs:tmp_dst (Results 1 – 2 of 2) sorted by relevance
213 struct in_addr tmp_dst; in send_stuff() local220 inet_aton(ip, &tmp_dst); in send_stuff()221 if (tmp_dst.s_addr != dst.sin_addr.s_addr || in send_stuff()
730 char *tmp_dst = NULL; in process_put() local739 tmp_dst = xstrdup(dst); in process_put()740 tmp_dst = sftp_make_absolute(tmp_dst, pwd); in process_put()752 if (tmp_dst != NULL) in process_put()753 dst_is_dir = sftp_remote_is_dir(conn, tmp_dst); in process_put()756 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) { in process_put()758 "\"%s\" is not a directory", tmp_dst); in process_put()783 if (g.gl_matchc == 1 && tmp_dst) { in process_put()786 abs_dst = sftp_path_append(tmp_dst, filename); in process_put()788 abs_dst = xstrdup(tmp_dst); in process_put()[all …]