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

/freebsd-10-stable/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 Dconflict-callbacks.c60 const char *path_prefix;
87 SVN_ERR(svn_dirent_get_absolute(&(*b)->path_prefix, "", result_pool));
135 const char *path_prefix,
185 path_prefix, path1, pool), label1);
188 path_prefix, path2, pool), label2);
719 local_relpath = svn_cl__local_style_skip_ancestor(b->path_prefix,
845 SVN_ERR(show_diff(desc, b->path_prefix,
890 b->path_prefix,
971 b->path_prefix,
1047 b->path_prefix, des
59 const char *path_prefix; member in struct:svn_cl__interactive_conflict_baton_t
133 show_diff(const svn_wc_conflict_description2_t *desc, const char *path_prefix, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
[all...]
H A Dinfo-cmd.c150 const char *path_prefix;
264 receiver_baton->path_prefix, target, pool),
428 receiver_baton->path_prefix, target, pool)));
549 receiver_baton->path_prefix,
556 receiver_baton->path_prefix,
604 receiver_baton->path_prefix,
612 receiver_baton->path_prefix,
620 receiver_baton->path_prefix,
630 receiver_baton->path_prefix,
789 receiver_baton->path_prefix, targe
148 const char *path_prefix; member in struct:print_info_baton_t
[all...]
H A Dpropget-cmd.c271 const char *path_prefix;
273 SVN_ERR(svn_dirent_get_absolute(&path_prefix, "", pool));
287 path_prefix, out, pname_utf8,
303 path_prefix, out, pname_utf8, print_filenames,
269 const char *path_prefix; local
H A Dnotify.c64 const char *path_prefix;
233 if (n->path_prefix)
234 path_local = svn_cl__local_style_skip_ancestor(n->path_prefix, n->path,
237 path_local = svn_cl__local_style_skip_ancestor(nb->path_prefix, n->path,
1125 SVN_ERR(svn_dirent_get_absolute(&nb->path_prefix, "", pool));
62 const char *path_prefix; member in struct:notify_baton
H A Dcl.h554 const char *path_prefix,
H A Dfile-merge.c866 const char *path_prefix,
885 const char *wc_rel_path = svn_dirent_skip_ancestor(path_prefix, wc_path);
949 merged_rel_path = svn_dirent_skip_ancestor(path_prefix, merged_path);
860 svn_cl__merge_file(svn_boolean_t *remains_in_conflict, 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_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
/freebsd-10-stable/usr.bin/csup/
H A Dmisc.h123 char *path_prefix(char *);
/freebsd-10-stable/contrib/subversion/subversion/svnbench/
H A Dnull-info-cmd.c210 const char *path_prefix;
222 SVN_ERR(svn_dirent_get_absolute(&path_prefix, "", pool));
208 const char *path_prefix; local
H A Dnotify.c66 const char *path_prefix;
94 if (n->path_prefix)
95 path_local = svn_cl__local_style_skip_ancestor(n->path_prefix, n->path,
97 else /* skip nb->path_prefix, if it's non-null */
98 path_local = svn_cl__local_style_skip_ancestor(nb->path_prefix, n->path,
1033 SVN_ERR(svn_dirent_get_absolute(&nb->path_prefix, "", pool));
64 const char *path_prefix; member in struct:notify_baton
/freebsd-10-stable/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-stable/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-stable/contrib/subversion/subversion/libsvn_client/
H A Dlocking_commands.c99 notify->path_prefix = lb->base_dir_abspath;
H A Dcommit_util.c1654 notify->path_prefix = icb->notify_path_prefix;
1912 notify->path_prefix = notify_path_prefix;
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h1428 const char *path_prefix;
1426 const char *path_prefix; member in struct:svn_wc_notify_t

Completed in 281 milliseconds