Lines Matching defs:fd_out
43 int fd_in = -1,fd_out = -1;
129 fd_out = open(node_out,O_WRONLY);
130 if (fd_out<0) {
136 fd_in = fd_out = open(node_out,O_RDWR);
137 if (fd_out<0) {
216 if (handle_out || fd_out!=-1) {
232 if (fd_out!=-1) {
234 ch=0x90; write(fd_out,&ch,1);
235 ch=60; write(fd_out,&ch,1);
236 ch=100; write(fd_out,&ch,1);
238 ch=0x90; write(fd_out,&ch,1);
239 ch=60; write(fd_out,&ch,1);
240 ch=0; write(fd_out,&ch,1);
243 if ((handle_in || fd_in!=-1) && (handle_out || fd_out!=-1)) {
264 if (fd_out!=-1) {
265 write(fd_out,&ch,1);
289 if (fd_out!=-1) {
290 close(fd_out);