Lines Matching refs:fd
73 set fd [open "|[info nameofexecutable] $rtd $args" r+]
74 set ret [read $fd]
75 close $fd
159 set fd [open $logfile rb]
161 while {![eof $fd]} {
162 set line [gets $fd]
203 close $fd
297 set fd $G(test.$name.channel)
299 if {[eof $fd]} {
300 fconfigure $fd -blocking 1
301 set rc [catch { close $fd }]
305 set line [gets $fd]
369 set fd [open "|[info nameofexecutable] wapptest_run.tcl" r+]
372 set G(test.$name.channel) $fd
373 fconfigure $fd -blocking 0
374 fileevent $fd readable [list slave_fileevent $name]
775 set fd [open $log]
776 set data [read $fd]
777 close $fd