HomeSort by relevance Sort by last modified time
    Searched refs:opipe (Results 1 - 5 of 5) sorted by null

  /external/ppp/pppd/
tty.c 631 int ipipe[2], opipe[2], ok; local
633 if (pipe(ipipe) < 0 || pipe(opipe) < 0)
638 (void) fcntl(opipe[1], F_SETFD, FD_CLOEXEC);
640 ok = device_script(ptycommand, opipe[0], ipipe[1], 1) == 0
641 && start_charshunt(ipipe[0], opipe[1]);
644 close(opipe[0]);
645 close(opipe[1]);
    [all...]
  /external/mksh/src/
funcs.c 3806 bool opipe; local
    [all...]
  /external/strace/tests/
Makefile     [all...]
  /external/strace/tests-m32/
Makefile     [all...]
  /external/strace/tests-mx32/
Makefile     [all...]

Completed in 195 milliseconds