Searched refs:getfd (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/cs/
H A Dnam.c75 int getfd; local
98 getfd = 1;
116 getfd = 0;
128 if (!getfd)
/ast/src/cmd/INIT/
H A Dpackage.sh4065 getfd=8
4071 do eval "exec $getfd<> /dev/tcp/$host/80" || exit
4076 print "GET $path HTTP/1.0\\r\\nHost: $host\\r\\n$AUTHORIZE\\r" >&$getfd
4154 .) eval "exec $getfd<> /dev/tcp/$1/80" || exit
4160 print "GET $path HTTP/1.0\\r\\nHost: $host\\r\\n$AUTHORIZE\\r" >&$getfd
4161 read got <&$getfd
4171 while read got <&$getfd
4176 cat <&$getfd > get.tmp

Completed in 27 milliseconds