Home
last modified time | relevance | path

Searched refs:tmpfile2 (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh50 [[ -f $tmpfile2 ]] && rm -f $tmpfile2
64 tmpfile=$TEST_BASE_DIR/tmpfile.$$ ; tmpfile2=$TEST_BASE_DIR/tmpfile2.$$
177 log_must eval "zfs send -i $volsnap $volsnap2 > $tmpfile2"
185 run_and_verify "zfs receive $vol < $tmpfile2"
/freebsd-13.1/tests/sys/cddl/zfs/tests/history/
H A Dhistory_002_pos.ksh65 for FileToRm in $EXPECT_HISTORY $REAL_HISTORY $tmpfile $tmpfile2; do
116 tmpfile=$TMPDIR/tmpfile.${TESTCASE_ID} ; tmpfile2=$TMPDIR/tmpfile2.${TESTCASE_ID}
155 log_must eval "$ZFS send -i $volsnap $volsnap2 > $tmpfile2"
159 exec_record eval "$ZFS receive $vol < $tmpfile2"
/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
106 tmpfile2=$TESTDIR/testfile2.${TESTCASE_ID}
107 log_must $TOUCH $tmpfile2
/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
91 tmpfile2=$TESTDIR/testfile2.$$
92 log_must touch $tmpfile2
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_wc.h2360 const char *tmpfile2,
2394 const char *tmpfile2,
2421 const char *tmpfile2,
2528 const char *tmpfile2,
2545 const char *tmpfile2,
2560 const char *tmpfile2,
2623 const char *tmpfile2,
2638 const char *tmpfile2,
2652 const char *tmpfile2,
2696 const char *tmpfile2,
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c1448 const char *tmpfile2, in wrap_3to1_file_changed() argument
1462 if (tmpfile2 != NULL) in wrap_3to1_file_changed()
1483 const char *tmpfile2, in wrap_3to1_file_added() argument
1515 const char *tmpfile2, in wrap_3to1_file_deleted() argument
1649 const char *tmpfile2, in wrap_3to2_file_changed() argument
1678 const char *tmpfile2, in wrap_3to2_file_added() argument
1706 const char *tmpfile2, in wrap_3to2_file_deleted() argument
1819 const char *tmpfile2, in wrap_4to3_file_changed() argument
1855 const char *tmpfile2, in wrap_4to3_file_added() argument
1880 tmpfile1, tmpfile2, in wrap_4to3_file_added()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c869 const char *tmpfile2, in diff_content_changed() argument
924 SVN_ERR(transform_link_to_git(&tmpfile2, &r_hash, tmpfile2, in diff_content_changed()
968 SVN_ERR(svn_stream_open_readonly(&right_stream, tmpfile2, 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.c703 const char **tmpfile2, in prepare_tmpfiles() argument
717 *tmpfile2 = NULL; in prepare_tmpfiles()
752 SVN_ERR(svn_stream_open_unique(&stream, tmpfile2, NULL, in prepare_tmpfiles()