Searched refs:tf2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/tests/sys/cddl/zfs/tests/zil/
H A Dzil_002_pos.ksh61 tf2=$td5/2
90 log_must $CP $tf1 $tf2
91 log_must $CP $tf2 $tf3
92 check_file $tf2 $file_size
93 log_must $CMP $tf1 $tf2
99 check_file $tf2 $file_size
100 log_must $CMP $tf1 $tf2
/freebsd-13-stable/contrib/netbsd-tests/bin/dd/
H A Dt_dd.sh123 echo -n TEST1234 > tf2
125 'dd bs=4 if=/dev/zero count=1 | tr \\0 \\n | dd of=tf2 bs=4 seek=1'
126 atf_check -s exit:0 -e ignore -o match:'^TEST$' dd if=tf2
127 eval $(stat -s tf2)
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c488 TicketFlags tf1, tf2, tf3, tf4; local
494 memset(&tf2, 0, sizeof(tf2));
495 tf2.forwardable = 1;
496 tf2.pre_authent = 1;
497 tests[1].val = &tf2;

Completed in 63 milliseconds