Home
last modified time | relevance | path

Searched refs:opipe (Results 1 – 9 of 9) sorted by relevance

/external/ppp/pppd/
Dtty.c631 int ipipe[2], opipe[2], ok; in connect_tty() local
633 if (pipe(ipipe) < 0 || pipe(opipe) < 0) in connect_tty()
638 (void) fcntl(opipe[1], F_SETFD, FD_CLOEXEC); in connect_tty()
640 ok = device_script(ptycommand, opipe[0], ipipe[1], 1) == 0 in connect_tty()
641 && start_charshunt(ipipe[0], opipe[1]); in connect_tty()
644 close(opipe[0]); in connect_tty()
645 close(opipe[1]); in connect_tty()
/external/mksh/src/
Dfuncs.c3490 bool opipe; in c_cat() local
3513 opipe = block_pipe(); in c_cat()
3530 if (opipe) in c_cat()
3535 opipe = block_pipe(); in c_cat()
3555 if (opipe) in c_cat()
3560 opipe = block_pipe(); in c_cat()
3582 if (opipe) in c_cat()
/external/strace/tests-mx32/
DMakefile.am328 opipe.test \
DMakefile.in4270 opipe.test \
/external/strace/tests-m32/
DMakefile.am328 opipe.test \
DMakefile.in4270 opipe.test \
/external/strace/tests/
DMakefile.am328 opipe.test \
DMakefile.in4270 opipe.test \
/external/strace/
DChangeLog2106 tests/opipe.test: remove unneeded run_prog call.
2109 * tests/opipe.test: Remove run_prog decoration for the grep invocation.
18252 * tests/opipe.test: Likewise.
18346 * tests/opipe.test: Likewise.
32022 filter-unavailable.test, fork-f.test, ksysent.test, opipe.test,
32707 tests: add opipe.test.
32711 * tests/opipe.test: New test.