Searched refs:new_target (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Ddiff-cmd.c217 const char *old_target, *new_target;
295 if (! opt_state->old_target && ! opt_state->new_target
308 SVN_ERR(svn_opt_parse_path(&opt_state->end_revision, &new_target,
321 opt_state->end_revision.kind = svn_path_is_url(new_target)
334 APR_ARRAY_PUSH(tmp, const char *) = (opt_state->new_target
335 ? opt_state->new_target
351 SVN_ERR(svn_opt_parse_path(&new_rev, &new_target,
363 : (opt_state->new_target
366 opt_state->end_revision.kind = svn_path_is_url(new_target)
369 else if (opt_state->new_target)
215 const char *old_target, *new_target; local
[all...]
H A Dcl.h228 const char *new_target; /* diff target */
224 const char *new_target; /* diff target */ member in struct:svn_cl__opt_state_t
H A Dsvn.c2448 opt_state.new_target = apr_pstrdup(pool, utf8_opt_arg);
/freebsd-11-stable/sys/dev/xen/balloon/
H A Dballoon.c322 unsigned long long new_target; local
326 "%llu", &new_target);
336 set_new_target(new_target >> KB_TO_PAGE_SHIFT);
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dacpyacc.y500 char *new_target;
503 new_target = strdup(target);
504 if (new_target == NULL)
506 arscp_create(NULL, new_target);
/freebsd-11-stable/usr.bin/ar/
H A Dacpyacc.y518 char *new_target;
521 new_target = strdup(target);
522 if (new_target == NULL)
524 arscp_create(NULL, new_target);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h630 Breakpoint(Target &new_target, Breakpoint &bp_to_copy_from);
/freebsd-11-stable/contrib/gcc/
H A Dcfgcleanup.c469 basic_block new_target = NULL;
478 new_target = single_succ (target);
479 if (target == new_target)
515 new_target = t->dest;
520 if (!new_target)
524 target = new_target;
465 basic_block new_target = NULL; local
/freebsd-11-stable/sys/dev/drm/
H A Dmach64_dma.c1202 u32 buf_addr, new_target, offset; local
1207 new_target =
1219 if (new_target == MACH64_BM_HOSTDATA
1223 target = new_target;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp58 Breakpoint::Breakpoint(Target &new_target, Breakpoint &source_bp) argument
60 m_target(new_target), m_name_list(source_bp.m_name_list),
/freebsd-11-stable/sys/cam/
H A Dcam_xpt.c3495 struct cam_et *new_target; local
3497 new_target = xpt_alloc_target(bus, target_id);
3498 if (new_target == NULL) {
3501 target = new_target;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.h2587 const char *new_target,
H A Dwc_db.c12018 const char *new_target,
12038 && new_target == NULL)
12041 && new_target == NULL)
12044 && new_target != NULL));
12054 new_children, new_checksum, new_target,
12007 svn_wc__db_global_update(svn_wc__db_t *db, const char *local_abspath, svn_node_kind_t new_kind, const char *new_repos_relpath, svn_revnum_t new_revision, const apr_hash_t *new_props, svn_revnum_t new_changed_rev, apr_time_t new_changed_date, const char *new_changed_author, const apr_array_header_t *new_children, const svn_checksum_t *new_checksum, const char *new_target, const apr_hash_t *new_dav_cache, const svn_skel_t *conflict, const svn_skel_t *work_items, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c18964 rtx new_target;
18987 new_target = gen_reg_rtx (mode);
18989 new_target = target;
18993 emit_insn (gen_rtx_SET (VOIDmode, new_target, x));
19002 emit_insn (gen_sse2_pshufd_1 (new_target, new_target,
19007 if (target != new_target)
19008 emit_move_insn (target, new_target);
19017 emit_move_insn (tmp, gen_lowpart (V4SFmode, new_target));
19020 tmp = new_target;
18932 rtx new_target; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c2400 symbolS * new_target;
2417 new_target = symbol_find (real_start);
2419 if (new_target == NULL)
2422 new_target = symbolP;
2425 return new_target;
2398 symbolS * new_target; local

Completed in 403 milliseconds