Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/crypto/openssh/
H A Dsftp.c735 char *tmp_dst = NULL; in process_put() local
744 tmp_dst = xstrdup(dst); in process_put()
745 tmp_dst = sftp_make_absolute(tmp_dst, pwd); in process_put()
757 if (tmp_dst != NULL) in process_put()
758 dst_is_dir = sftp_remote_is_dir(conn, tmp_dst); in process_put()
761 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) { in process_put()
763 "\"%s\" is not a directory", tmp_dst); in process_put()
785 if (g.gl_matchc == 1 && tmp_dst) { in process_put()
790 abs_dst = xstrdup(tmp_dst); in process_put()
791 } else if (tmp_dst) { in process_put()
[all …]