Lines Matching refs:file
58 #define HASAUXFD(f) (f->proc && f->proc->file >= 0 && f->proc->file != f->file)
115 fds[m].fd = f->file;
122 { /* a sfpopen situation with two file descriptors */
125 fds[m].fd = f->proc->file;
172 if(f->file > m)
173 m = f->file;
176 FD_SET(f->file,&wr);
180 { if(f->proc->file > m)
181 m = f->proc->file;
182 FD_SET(f->proc->file, &rd);
184 else FD_SET(f->file,&rd);
207 { if(FD_ISSET(f->file,&wr) )
213 { if(FD_ISSET(f->proc->file, &rd) )
217 { if(FD_ISSET(f->file,&rd) )