Searched refs:tmpfile1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c244 char *tmpfile1 = NULL; local
283 tmpfile1 = curfile;
294 *curfilep = tmpfile1;
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h2345 * @a tmpfile1 and @a tmpfile2, which represent @a rev1 and @a rev2 of
2363 const char *tmpfile1,
2376 * @a tmpfile1 and @a tmpfile2, which represent @a rev1 and @a rev2
2397 const char *tmpfile1,
2412 * comparing @a tmpfile1 and @a tmpfile2. @a originalprops provides
2424 const char *tmpfile1,
2531 const char *tmpfile1,
2548 const char *tmpfile1,
2563 const char *tmpfile1,
2626 const char *tmpfile1,
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c1448 const char *tmpfile1,
1465 tmpfile1, tmpfile2,
1483 const char *tmpfile1,
1499 tmpfile1, tmpfile2, rev1, rev2,
1515 const char *tmpfile1,
1530 tmpfile1, tmpfile2, mimetype1, mimetype2,
1649 const char *tmpfile1,
1665 path, tmpfile1, tmpfile2,
1678 const char *tmpfile1,
1694 tmpfile1, tmpfile
1442 wrap_3to1_file_changed(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *contentstate, svn_wc_notify_state_t *propstate, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton) argument
1477 wrap_3to1_file_added(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *contentstate, svn_wc_notify_state_t *propstate, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton) argument
1510 wrap_3to1_file_deleted(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *state, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, const char *mimetype1, const char *mimetype2, apr_hash_t *originalprops, void *diff_baton) argument
1643 wrap_3to2_file_changed(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *contentstate, svn_wc_notify_state_t *propstate, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton) argument
1672 wrap_3to2_file_added(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *contentstate, svn_wc_notify_state_t *propstate, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton) argument
1701 wrap_3to2_file_deleted(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *state, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, const char *mimetype1, const char *mimetype2, apr_hash_t *originalprops, void *diff_baton) argument
1814 wrap_4to3_file_changed(svn_wc_notify_state_t *contentstate, svn_wc_notify_state_t *propstate, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton, apr_pool_t *scratch_pool) argument
1850 wrap_4to3_file_added(svn_wc_notify_state_t *contentstate, svn_wc_notify_state_t *propstate, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const char *copyfrom_path, svn_revnum_t copyfrom_revision, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton, apr_pool_t *scratch_pool) argument
1888 wrap_4to3_file_deleted(svn_wc_notify_state_t *state, svn_boolean_t *tree_conflicted, const char *path, const char *tmpfile1, const char *tmpfile2, const char *mimetype1, const char *mimetype2, apr_hash_t *originalprops, void *diff_baton, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c871 const char *tmpfile1,
924 SVN_ERR(transform_link_to_git(&tmpfile1, &l_hash, tmpfile1,
969 SVN_ERR(svn_stream_open_readonly(&left_stream, tmpfile1,
1056 tmpfile1, tmpfile2,
1084 SVN_ERR(svn_diff_file_diff_2(&diff, tmpfile1, tmpfile2,
1114 tmpfile1, tmpfile2, label1, label2,
866 diff_content_changed(svn_boolean_t *wrote_header, const char *diff_relpath, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, apr_hash_t *left_props, apr_hash_t *right_props, svn_diff_operation_kind_t operation, svn_boolean_t force_diff, const char *copyfrom_path, svn_revnum_t copyfrom_rev, diff_writer_info_t *dwi, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c707 prepare_tmpfiles(const char **tmpfile1,
721 *tmpfile1 = NULL;
752 SVN_ERR(svn_stream_open_unique(&stream, tmpfile1, NULL,
702 prepare_tmpfiles(const char **tmpfile1, const char **tmpfile2, svn_boolean_t *is_binary, svn_fs_root_t *root1, const char *path1, svn_fs_root_t *root2, const char *path2, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument

Completed in 141 milliseconds