Searched refs:tmpfile_left (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/subversion/subversion/svn/ |
| HD | util.c | 195 const char *tmpfile_left; /* the tmpfile left by an external edit. UTF-8! */ member 247 lmb->tmpfile_left = NULL; in svn_cl__make_log_msg_baton() 267 if ((! lmb) || (! lmb->tmpfile_left)) in svn_cl__cleanup_log_msg() 272 return svn_io_remove_file2(lmb->tmpfile_left, FALSE, lmb->pool); in svn_cl__cleanup_log_msg() 282 svn_dirent_local_style(lmb->tmpfile_left, pool)); in svn_cl__cleanup_log_msg() 549 err = svn_cmdline__edit_string_externally(&msg_string, &lmb->tmpfile_left, in svn_cl__get_log_message() 566 *tmp_file = lmb->tmpfile_left = apr_pstrdup(lmb->pool, in svn_cl__get_log_message() 567 lmb->tmpfile_left); in svn_cl__get_log_message() 628 SVN_ERR(svn_io_remove_file2(lmb->tmpfile_left, FALSE, pool)); in svn_cl__get_log_message() 629 *tmp_file = lmb->tmpfile_left = NULL; in svn_cl__get_log_message() [all …]
|
| /NextBSD/contrib/subversion/subversion/include/private/ |
| HD | svn_cmdline_private.h | 195 const char **tmpfile_left,
|
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | cmdline.c | 1313 const char **tmpfile_left /* UTF-8! */, in svn_cmdline__edit_string_externally() argument 1468 if (tmpfile_left) in svn_cmdline__edit_string_externally() 1470 *tmpfile_left = svn_dirent_join(base_dir, tmpfile_name, pool); in svn_cmdline__edit_string_externally()
|