Searched refs:opipe (Results 1 – 9 of 9) sorted by relevance
/external/ppp/pppd/ |
D | tty.c | 631 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/ |
D | funcs.c | 3490 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/ |
D | Makefile.am | 328 opipe.test \
|
D | Makefile.in | 4270 opipe.test \
|
/external/strace/tests-m32/ |
D | Makefile.am | 328 opipe.test \
|
D | Makefile.in | 4270 opipe.test \
|
/external/strace/tests/ |
D | Makefile.am | 328 opipe.test \
|
D | Makefile.in | 4270 opipe.test \
|
/external/strace/ |
D | ChangeLog | 2106 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.
|