Home
last modified time | relevance | path

Searched refs:tmpfile_left (Results 1 – 12 of 12) sorted by relevance

/dports/java/java-subversion/subversion-1.14.1/subversion/svn/
H A Dutil.c194 const char *tmpfile_left; /* the tmpfile left by an external edit. UTF-8! */ member
246 lmb->tmpfile_left = NULL; in svn_cl__make_log_msg_baton()
266 if ((! lmb) || (! lmb->tmpfile_left)) in svn_cl__cleanup_log_msg()
271 return svn_io_remove_file2(lmb->tmpfile_left, FALSE, lmb->pool); in svn_cl__cleanup_log_msg()
281 svn_dirent_local_style(lmb->tmpfile_left, pool)); in svn_cl__cleanup_log_msg()
456 *tmp_file = lmb->tmpfile_left = apr_pstrdup(lmb->pool, in svn_cl__get_log_message()
457 lmb->tmpfile_left); in svn_cl__get_log_message()
511 SVN_ERR(svn_io_remove_file2(lmb->tmpfile_left, FALSE, pool)); in svn_cl__get_log_message()
512 *tmp_file = lmb->tmpfile_left = NULL; in svn_cl__get_log_message()
521 SVN_ERR(svn_io_remove_file2(lmb->tmpfile_left, FALSE, pool)); in svn_cl__get_log_message()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/svn/
H A Dutil.c194 const char *tmpfile_left; /* the tmpfile left by an external edit. UTF-8! */ member
246 lmb->tmpfile_left = NULL; in svn_cl__make_log_msg_baton()
266 if ((! lmb) || (! lmb->tmpfile_left)) in svn_cl__cleanup_log_msg()
271 return svn_io_remove_file2(lmb->tmpfile_left, FALSE, lmb->pool); in svn_cl__cleanup_log_msg()
281 svn_dirent_local_style(lmb->tmpfile_left, pool)); in svn_cl__cleanup_log_msg()
456 *tmp_file = lmb->tmpfile_left = apr_pstrdup(lmb->pool, in svn_cl__get_log_message()
457 lmb->tmpfile_left); in svn_cl__get_log_message()
511 SVN_ERR(svn_io_remove_file2(lmb->tmpfile_left, FALSE, pool)); in svn_cl__get_log_message()
512 *tmp_file = lmb->tmpfile_left = NULL; in svn_cl__get_log_message()
521 SVN_ERR(svn_io_remove_file2(lmb->tmpfile_left, FALSE, pool)); in svn_cl__get_log_message()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svn/
H A Dutil.c194 const char *tmpfile_left; /* the tmpfile left by an external edit. UTF-8! */ member
246 lmb->tmpfile_left = NULL; in svn_cl__make_log_msg_baton()
266 if ((! lmb) || (! lmb->tmpfile_left)) in svn_cl__cleanup_log_msg()
271 return svn_io_remove_file2(lmb->tmpfile_left, FALSE, lmb->pool); in svn_cl__cleanup_log_msg()
281 svn_dirent_local_style(lmb->tmpfile_left, pool)); in svn_cl__cleanup_log_msg()
456 *tmp_file = lmb->tmpfile_left = apr_pstrdup(lmb->pool, in svn_cl__get_log_message()
457 lmb->tmpfile_left); in svn_cl__get_log_message()
511 SVN_ERR(svn_io_remove_file2(lmb->tmpfile_left, FALSE, pool)); in svn_cl__get_log_message()
512 *tmp_file = lmb->tmpfile_left = NULL; in svn_cl__get_log_message()
521 SVN_ERR(svn_io_remove_file2(lmb->tmpfile_left, FALSE, pool)); in svn_cl__get_log_message()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svn/
H A Dutil.c194 const char *tmpfile_left; /* the tmpfile left by an external edit. UTF-8! */ member
246 lmb->tmpfile_left = NULL; in svn_cl__make_log_msg_baton()
266 if ((! lmb) || (! lmb->tmpfile_left)) in svn_cl__cleanup_log_msg()
271 return svn_io_remove_file2(lmb->tmpfile_left, FALSE, lmb->pool); in svn_cl__cleanup_log_msg()
281 svn_dirent_local_style(lmb->tmpfile_left, pool)); in svn_cl__cleanup_log_msg()
456 *tmp_file = lmb->tmpfile_left = apr_pstrdup(lmb->pool, in svn_cl__get_log_message()
457 lmb->tmpfile_left); in svn_cl__get_log_message()
511 SVN_ERR(svn_io_remove_file2(lmb->tmpfile_left, FALSE, pool)); in svn_cl__get_log_message()
512 *tmp_file = lmb->tmpfile_left = NULL; in svn_cl__get_log_message()
521 SVN_ERR(svn_io_remove_file2(lmb->tmpfile_left, FALSE, pool)); in svn_cl__get_log_message()
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/include/private/
H A Dsvn_cmdline_private.h196 const char **tmpfile_left,
/dports/devel/py-subversion/subversion-1.14.1/subversion/include/private/
H A Dsvn_cmdline_private.h196 const char **tmpfile_left,
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/include/private/
H A Dsvn_cmdline_private.h196 const char **tmpfile_left,
/dports/devel/p5-subversion/subversion-1.14.1/subversion/include/private/
H A Dsvn_cmdline_private.h196 const char **tmpfile_left,
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dcmdline.c1513 const char **tmpfile_left /* UTF-8! */, in svn_cmdline__edit_string_externally() argument
1666 if (tmpfile_left) in svn_cmdline__edit_string_externally()
1668 *tmpfile_left = svn_dirent_join(base_dir, tmpfile_name, pool); in svn_cmdline__edit_string_externally()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dcmdline.c1513 const char **tmpfile_left /* UTF-8! */, in svn_cmdline__edit_string_externally() argument
1666 if (tmpfile_left) in svn_cmdline__edit_string_externally()
1668 *tmpfile_left = svn_dirent_join(base_dir, tmpfile_name, pool); in svn_cmdline__edit_string_externally()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Dcmdline.c1513 const char **tmpfile_left /* UTF-8! */, in svn_cmdline__edit_string_externally() argument
1666 if (tmpfile_left) in svn_cmdline__edit_string_externally()
1668 *tmpfile_left = svn_dirent_join(base_dir, tmpfile_name, pool); in svn_cmdline__edit_string_externally()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dcmdline.c1513 const char **tmpfile_left /* UTF-8! */, in svn_cmdline__edit_string_externally() argument
1666 if (tmpfile_left) in svn_cmdline__edit_string_externally()
1668 *tmpfile_left = svn_dirent_join(base_dir, tmpfile_name, pool); in svn_cmdline__edit_string_externally()