Searched refs:path_prefix (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dupdate-cmd.c54 const char *path_prefix;
61 SVN_ERR(svn_dirent_get_absolute(&path_prefix, "", scratch_pool));
101 path_prefix, path, iterpool),
52 const char *path_prefix; local
H A Dinfo-cmd.c92 const char *path_prefix = baton;
102 path_prefix, target, pool),
266 const char *path_prefix = baton;
270 path_prefix, target, pool)));
460 path_prefix, conflict->base_abspath,
467 path_prefix, conflict->my_abspath,
474 path_prefix, conflict->their_abspath,
590 const char *path_prefix;
622 SVN_ERR(svn_dirent_get_absolute(&path_prefix, "", pool));
650 receiver, (void *) path_prefix,
90 const char *path_prefix = baton; local
264 const char *path_prefix = baton; local
588 const char *path_prefix; local
[all...]
H A Dconflict-callbacks.c57 const char *path_prefix;
83 SVN_ERR(svn_dirent_get_absolute(&(*b)->path_prefix, "", result_pool));
130 const char *path_prefix,
178 path_prefix, path1, pool), label1);
181 path_prefix, path2, pool), label2);
769 b->path_prefix, desc->local_abspath,
863 SVN_ERR(show_diff(desc, b->path_prefix, iterpool));
895 b->path_prefix,
989 b->path_prefix, desc->local_abspath,
1081 svn_cl__local_style_skip_ancestor(b->path_prefix,
56 const char *path_prefix; member in struct:svn_cl__interactive_conflict_baton_t
128 show_diff(const svn_wc_conflict_description2_t *desc, const char *path_prefix, apr_pool_t *pool) argument
[all...]
H A Dpropget-cmd.c270 const char *path_prefix;
272 SVN_ERR(svn_dirent_get_absolute(&path_prefix, "", pool));
286 path_prefix, out, pname_utf8,
302 path_prefix, out, pname_utf8, print_filenames,
268 const char *path_prefix; local
H A Dnotify.c64 const char *path_prefix;
222 if (n->path_prefix)
223 path_local = svn_cl__local_style_skip_ancestor(n->path_prefix, n->path,
225 else /* skip nb->path_prefix, if it's non-null */
226 path_local = svn_cl__local_style_skip_ancestor(nb->path_prefix, n->path,
1178 SVN_ERR(svn_dirent_get_absolute(&nb->path_prefix, "", pool));
62 const char *path_prefix; member in struct:notify_baton
H A Dcl.h530 const char *path_prefix,
H A Dfile-merge.c861 const char *path_prefix,
879 const char *wc_rel_path = svn_dirent_skip_ancestor(path_prefix, wc_path);
942 merged_rel_path = svn_dirent_skip_ancestor(path_prefix, merged_path);
856 svn_cl__merge_file(const char *base_path, const char *their_path, const char *my_path, const char *merged_path, const char *wc_path, const char *path_prefix, const char *editor_cmd, apr_hash_t *config, svn_boolean_t *remains_in_conflict, apr_pool_t *scratch_pool) argument
/freebsd-10.0-release/usr.bin/csup/
H A Dmisc.h123 char *path_prefix(char *);
/freebsd-10.0-release/contrib/gcc/
H A Dcollect2.c219 struct path_prefix
229 static struct path_prefix cmdline_lib_dirs; /* directories specified with -L */
230 static struct path_prefix libpath_lib_dirs; /* directories in LIBPATH */
231 static struct path_prefix *libpaths[3] = {&cmdline_lib_dirs,
237 static char *find_a_file (struct path_prefix *, const char *);
238 static void add_prefix (struct path_prefix *, const char *);
239 static void prefix_from_env (const char *, struct path_prefix *);
240 static void prefix_from_string (const char *, struct path_prefix *);
563 static struct path_prefix cpath, path;
578 find_a_file (struct path_prefix *pprefi
217 struct path_prefix struct
[all...]
H A Dgcc.c284 struct path_prefix;
293 static char *build_search_list (const struct path_prefix *, const char *,
295 static void putenv_from_prefixes (const struct path_prefix *, const char *,
298 static char *find_a_file (const struct path_prefix *, const char *, int, bool);
299 static void add_prefix (struct path_prefix *, const char *, const char *,
301 static void add_sysrooted_prefix (struct path_prefix *, const char *,
1432 struct path_prefix
1441 static struct path_prefix exec_prefixes = { 0, 0, "exec" };
1445 static struct path_prefix startfile_prefixes = { 0, 0, "startfile" };
1449 static struct path_prefix include_prefixe
1426 struct path_prefix struct
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dutil.c143 if (ret->path_prefix)
144 ret->path_prefix = apr_pstrdup(pool, ret->path_prefix);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dlocking_commands.c101 notify->path_prefix = lb->base_dir_abspath;
H A Dcommit_util.c1579 notify->path_prefix = icb->notify_path_prefix;
1836 notify->path_prefix = notify_path_prefix;
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_wc.h1410 const char *path_prefix;
1408 const char *path_prefix; member in struct:svn_wc_notify_t

Completed in 142 milliseconds