OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opipe
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
tty.c
623
int ipipe[2],
opipe
[2], ok;
local
625
if (pipe(ipipe) < 0 || pipe(
opipe
) < 0)
630
(void) fcntl(
opipe
[1], F_SETFD, FD_CLOEXEC);
632
ok = device_script(ptycommand,
opipe
[0], ipipe[1], 1) == 0
633
&& start_charshunt(ipipe[0],
opipe
[1]);
636
close(
opipe
[0]);
637
close(
opipe
[1]);
[
all
...]
/external/mksh/src/
funcs.c
443
int
opipe
= 0;
local
453
opipe
= block_pipe();
458
restore_pipe(
opipe
);
463
opipe
= block_pipe();
472
restore_pipe(
opipe
);
[
all
...]
Completed in 38 milliseconds