HomeSort by: relevance | last modified time | path
    Searched defs:tmp_dst (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sftp.c 730 char *tmp_dst = NULL; local
740 tmp_dst = xstrdup(dst);
741 tmp_dst = sftp_make_absolute(tmp_dst, pwd);
753 if (tmp_dst != NULL)
754 dst_is_dir = sftp_remote_is_dir(conn, tmp_dst);
757 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) {
759 "\"%s\" is not a directory", tmp_dst);
784 if (g.gl_matchc == 1 && tmp_dst) {
787 abs_dst = sftp_path_append(tmp_dst, filename)
    [all...]
  /src/usr.sbin/syslogd/
syslogd.c 1289 char *dst, *tmp_dst; local
1296 tmp_dst = realloc(dst, dstsize + INIT_BUFSIZE);
1297 if (!tmp_dst)
1299 dst = tmp_dst;
1330 tmp_dst = realloc(dst, idst+1);
1331 if (tmp_dst)
1332 return tmp_dst;
  /src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc 4394 tree tmp_dst = unshare_expr (dst); local
4395 /* The folding introduces a read from the tmp_dst, we should
4398 this expr, we should set the location of tmp_dst to
4401 tmp_dst. */
4402 SET_EXPR_LOCATION (tmp_dst, UNKNOWN_LOCATION);
4403 suppress_warning (tmp_dst, OPT_Wuninitialized);
4404 g = gimple_build_assign (src, tmp_dst);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc 4394 tree tmp_dst = unshare_expr (dst); local
4395 /* The folding introduces a read from the tmp_dst, we should
4398 this expr, we should set the location of tmp_dst to
4401 tmp_dst. */
4402 SET_EXPR_LOCATION (tmp_dst, UNKNOWN_LOCATION);
4403 suppress_warning (tmp_dst, OPT_Wuninitialized);
4404 g = gimple_build_assign (src, tmp_dst);

Completed in 38 milliseconds