Searched refs:testFH (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/compat/
H A Dcopyfile.test42 set testFH [open COPYFILE1.TMP w]
46 puts $testFH $rec
52 close $testFH
69 set testFH [open COPYFILE1.TMP r+]
72 copyfile $testFH $testFH2
73 close $testFH
79 set testFH [open COPYFILE3.TMP w]
81 set stat [list [catch {copyfile $testFH $testFH2} msg] \
83 close $testFH
89 set testFH [ope
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dbsearch.test32 set testFH [open BSEARCH.TMP w]
34 puts $testFH [GenRec $cnt]
36 close $testFH
45 set testFH [open BSEARCH.TMP r]
54 bsearch $testFH $key1
57 bsearch $testFH $key2 {} BsearchTestCmp
62 list [bsearch $testFH $key1 rec] $rec
66 list [bsearch $testFH $key2 rec BsearchTestCmp] $rec
72 close $testFH
H A Dfilescan.test61 global testFH matchInfo
84 } 0 [list handle $testFH]
90 global matchInfo matchCnt chkMatchCnt testFH
105 set testFH [open TEST.TMP w]
118 keylset scanInfo offset [tell $testFH]
134 puts $testFH $rec
138 close $testFH
158 global matchCnt testFH matchInfo
164 } 0 $testFH
168 global matchInfo matchCnt chkMatchCnt testFH
[all...]
H A Ddup.test29 set testFH [open DUP.TMP w]
31 puts $testFH [GenRec $cnt]
33 close $testFH
52 set testFH [open DUP.TMP]
53 set testFH2 [dup $testFH]
55 close $testFH
61 set testFH [open DUP.TMP]
63 set testFH2 [dup $testFH $testFH2]
65 close $testFH
71 set testFH [ope
[all...]

Completed in 71 milliseconds