Home
last modified time | relevance | path

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

/freebsd/tests/sys/cddl/zfs/tests/zil/
H A Dzil_002_pos.ksh58 tf1=$td5/1
86 log_must $FILE_WRITE -o create -f $tf1 -b $BLOCK_SIZE -c $write_count -d 0
87 check_file $tf1 $file_size
88 log_must $CP $tf1 $tf2
91 log_must $CMP $tf1 $tf2
96 check_file $tf1 $file_size
98 log_must $CMP $tf1 $tf2
100 log_must test -f $tf1
101 cur_file_size=$(size_of_file $tf1)
/freebsd/contrib/diff/src/
H A Ded.c138 long int tf0, tl0, tf1, tl1; in print_rcs_hunk() local
162 translate_range (&files[1], f1, l1, &tf1, &tl1); in print_rcs_hunk()
163 fprintf (outfile, "%ld %ld\n", tl0, tf1 <= tl1 ? tl1 - tf1 + 1 : 1); in print_rcs_hunk()
/freebsd/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c488 TicketFlags tf1, tf2, tf3, tf4; in test_bit_string_rfc1510() local
490 memset(&tf1, 0, sizeof(tf1)); in test_bit_string_rfc1510()
491 tf1.reserved = 1; in test_bit_string_rfc1510()
492 tests[0].val = &tf1; in test_bit_string_rfc1510()