Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wesside/dics/
H A Ddics.c213 struct in_addr tmp_dst; in send_stuff() local
220 inet_aton(ip, &tmp_dst); in send_stuff()
221 if (tmp_dst.s_addr != dst.sin_addr.s_addr || in send_stuff()
/freebsd/crypto/openssh/
H A Dsftp.c737 char *tmp_dst = NULL; in process_put() local
746 tmp_dst = xstrdup(dst); in process_put()
747 tmp_dst = sftp_make_absolute(tmp_dst, pwd); in process_put()
759 if (tmp_dst != NULL) in process_put()
760 dst_is_dir = sftp_remote_is_dir(conn, tmp_dst); in process_put()
763 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) { in process_put()
765 "\"%s\" is not a directory", tmp_dst); in process_put()
787 if (g.gl_matchc == 1 && tmp_dst) { in process_put()
790 abs_dst = sftp_path_append(tmp_dst, filename); in process_put()
792 abs_dst = xstrdup(tmp_dst); in process_put()
[all …]