Searched refs:ofd (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | stream.c | 654 int ofd[2]; local in function:Lisp_MakePipe 721 pipe(ofd); 727 dup2(ofd[0], 0); 732 close(ofd[0]); 733 close(ofd[1]); 744 program->output = LispFdopen(ofd[1], FILE_WRITE | FILE_UNBUFFERED); 745 close(ofd[0]);
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | ispell.c | 102 int pid, ifd[2], ofd[2]; member in struct:_ispell 386 write(ispell.ofd[1], mode ? "!\n" : "%\n", 2); 1129 write(ispell.ofd[1], ispell.sendbuf, len); 1328 pipe(ispell.ofd); 1332 dup2(ispell.ofd[0], 0); 1334 close(ispell.ofd[0]); 1335 close(ispell.ofd[1]); 1401 write(ispell.ofd[1], "&", 1); 1403 write(ispell.ofd[1], "*", 1); 1404 write(ispell.ofd[ [all...] |
| /xsrc/external/mit/luit/dist/ |
| H A D | luit.c | 436 convert(int ifd, int ofd) argument 456 copyOut(outputState, ofd, buf, (unsigned) i);
|
Completed in 6 milliseconds