HomeSort by: relevance | last modified time | path
    Searched refs:ofd (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xedit/dist/lisp/
stream.c 654 int ofd[2]; local
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/
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[1], ientry->word->value, ientry->word->length)
    [all...]
  /xsrc/external/mit/luit/dist/
luit.c 436 convert(int ifd, int ofd)
456 copyOut(outputState, ofd, buf, (unsigned) i);

Completed in 8 milliseconds