Lines Matching refs:fd
66 set fd [open $filename r+]67 fconfigure $fd -translation binary68 fconfigure $fd -encoding binary69 seek $fd 070 puts -nonewline $fd $blob71 close $fd74 set fd [open $filename]75 fconfigure $fd -translation binary76 fconfigure $fd -encoding binary77 set blob [read $fd 24]78 close $fd