Home
last modified time | relevance | path

Searched refs:tmpfile1 (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zfs_send/
H A Dzfs_send_004_neg.ksh69 for f in $tmpfile1 $tmpfile2; do
103 tmpfile1=$TESTDIR/testfile1.${TESTCASE_ID}
104 log_must $TOUCH $tmpfile1
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_004_neg.ksh54 for f in $tmpfile1 $tmpfile2; do
88 tmpfile1=$TESTDIR/testfile1.$$
89 log_must touch $tmpfile1
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_wc.h2359 const char *tmpfile1,
2393 const char *tmpfile1,
2420 const char *tmpfile1,
2527 const char *tmpfile1,
2544 const char *tmpfile1,
2559 const char *tmpfile1,
2622 const char *tmpfile1,
2637 const char *tmpfile1,
2651 const char *tmpfile1,
2695 const char *tmpfile1,
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c1447 const char *tmpfile1, in wrap_3to1_file_changed() argument
1482 const char *tmpfile1, in wrap_3to1_file_added() argument
1514 const char *tmpfile1, in wrap_3to1_file_deleted() argument
1648 const char *tmpfile1, in wrap_3to2_file_changed() argument
1677 const char *tmpfile1, in wrap_3to2_file_added() argument
1705 const char *tmpfile1, in wrap_3to2_file_deleted() argument
1818 const char *tmpfile1, in wrap_4to3_file_changed() argument
1842 tmpfile1, tmpfile2, in wrap_4to3_file_changed()
1854 const char *tmpfile1, in wrap_4to3_file_added() argument
1880 tmpfile1, tmpfile2, in wrap_4to3_file_added()
[all …]
/freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c244 char *tmpfile1 = NULL; in check_for_weak() local
283 tmpfile1 = curfile; in check_for_weak()
294 *curfilep = tmpfile1; in check_for_weak()
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c868 const char *tmpfile1, in diff_content_changed() argument
921 SVN_ERR(transform_link_to_git(&tmpfile1, &l_hash, tmpfile1, in diff_content_changed()
966 SVN_ERR(svn_stream_open_readonly(&left_stream, tmpfile1, in diff_content_changed()
1053 tmpfile1, tmpfile2, in diff_content_changed()
1081 SVN_ERR(svn_diff_file_diff_2(&diff, tmpfile1, tmpfile2, in diff_content_changed()
1111 tmpfile1, tmpfile2, label1, label2, in diff_content_changed()
/freebsd-13.1/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c702 prepare_tmpfiles(const char **tmpfile1, in prepare_tmpfiles() argument
716 *tmpfile1 = NULL; in prepare_tmpfiles()
747 SVN_ERR(svn_stream_open_unique(&stream, tmpfile1, NULL, in prepare_tmpfiles()