Searched refs:opipe (Results 1 – 2 of 2) sorted by relevance
623 int ipipe[2], opipe[2], ok; in connect_tty() local625 if (pipe(ipipe) < 0 || pipe(opipe) < 0) in connect_tty()630 (void) fcntl(opipe[1], F_SETFD, FD_CLOEXEC); in connect_tty()632 ok = device_script(ptycommand, opipe[0], ipipe[1], 1) == 0 in connect_tty()633 && start_charshunt(ipipe[0], opipe[1]); in connect_tty()636 close(opipe[0]); in connect_tty()637 close(opipe[1]); in connect_tty()
443 int opipe = 0; in c_print() local453 opipe = block_pipe(); in c_print()458 restore_pipe(opipe); in c_print()463 opipe = block_pipe(); in c_print()472 restore_pipe(opipe); in c_print()