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

/freebsd-13-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-13-stable/sys/dev/xen/balloon/
H A Dballoon.c324 unsigned long long new_target; local
328 "%llu", &new_target);
338 set_new_target(new_target >> KB_TO_PAGE_SHIFT);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h575 static lldb::BreakpointSP CopyFromBreakpoint(lldb::TargetSP new_target,
636 Breakpoint(Target &new_target, const Breakpoint &bp_to_copy_from);
/freebsd-13-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-13-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-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp58 Breakpoint::Breakpoint(Target &new_target, const Breakpoint &source_bp) argument
60 m_target(new_target), m_name_list(source_bp.m_name_list),
69 BreakpointSP Breakpoint::CopyFromBreakpoint(TargetSP new_target, argument
71 if (!new_target)
74 BreakpointSP bp(new Breakpoint(*new_target, bp_to_copy_from));
77 bp->m_filter_sp = bp_to_copy_from.m_filter_sp->CreateCopy(new_target);
/freebsd-13-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-13-stable/sys/cam/
H A Dcam_xpt.c3621 struct cam_et *new_target; local
3623 new_target = xpt_alloc_target(bus, target_id);
3624 if (new_target == NULL) {
3627 target = new_target;

Completed in 147 milliseconds