Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp.c725 char *tmp_dst = NULL; in process_put() local
734 tmp_dst = xstrdup(dst); in process_put()
735 tmp_dst = sftp_make_absolute(tmp_dst, pwd); in process_put()
747 if (tmp_dst != NULL) in process_put()
748 dst_is_dir = sftp_remote_is_dir(conn, tmp_dst); in process_put()
751 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) { in process_put()
753 "\"%s\" is not a directory", tmp_dst); in process_put()
775 if (g.gl_matchc == 1 && tmp_dst) { in process_put()
778 abs_dst = sftp_path_append(tmp_dst, filename); in process_put()
780 abs_dst = xstrdup(tmp_dst); in process_put()
[all …]
/netbsd-src/usr.sbin/syslogd/
H A Dsyslogd.c1289 char *dst, *tmp_dst; in copy_utf8_ascii()
1296 tmp_dst = realloc(dst, dstsize + INIT_BUFSIZE); in copy_utf8_ascii()
1297 if (!tmp_dst) in copy_utf8_ascii()
1299 dst = tmp_dst; in copy_utf8_ascii()
1330 tmp_dst = realloc(dst, idst+1); in printline_bsdsyslog()
1331 if (tmp_dst) in printline_bsdsyslog()
1332 return tmp_dst; in printline_bsdsyslog()
1257 char *dst, *tmp_dst; copy_utf8_ascii() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc4388 tree tmp_dst = unshare_expr (dst); in clear_padding_flush() local
4396 SET_EXPR_LOCATION (tmp_dst, UNKNOWN_LOCATION); in clear_padding_flush()
4397 suppress_warning (tmp_dst, OPT_Wuninitialized); in clear_padding_flush()
4398 g = gimple_build_assign (src, tmp_dst); in clear_padding_flush()