Lines Matching refs:host
32 if [is_remote host] then {
33 remote_exec host "$AS -version < /dev/null" "" "" "gas.version"
34 remote_exec host "which $AS" "" "" "gas.which"
36 remote_upload host "gas.version"
37 remote_upload host "gas.which"
44 remote_file host delete "gas.version"
45 remote_file host delete "gas.which"
91 set status [remote_exec host [concat sh -c [list $command]] "" "/dev/null" "$output_file"]
94 remote_upload host "$return_contents_of"
101 remote_upload host "$output_file"
713 if { ![is_remote host] && [which $binary] == 0 } {