Home
last modified time | relevance | path

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

/src/tests/sys/cddl/zfs/tests/zil/
H A Dzil_002_pos.ksh59 tf2=$td5/2
88 log_must $CP $tf1 $tf2
89 log_must $CP $tf2 $tf3
90 check_file $tf2 $file_size
91 log_must $CMP $tf1 $tf2
97 check_file $tf2 $file_size
98 log_must $CMP $tf1 $tf2
/src/contrib/netbsd-tests/bin/dd/
H A Dt_dd.sh123 echo -n TEST1234 > tf2
126 atf_check -s exit:0 -e ignore -o match:'^TEST$' dd if=tf2
127 eval $(stat -s tf2)
/src/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c488 TicketFlags tf1, tf2, tf3, tf4; in test_bit_string_rfc1510() local
494 memset(&tf2, 0, sizeof(tf2)); in test_bit_string_rfc1510()
495 tf2.forwardable = 1; in test_bit_string_rfc1510()
496 tf2.pre_authent = 1; in test_bit_string_rfc1510()
497 tests[1].val = &tf2; in test_bit_string_rfc1510()