OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pipe_to_slave
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/lib/libcurses/director/
director.c
137
int
pipe_to_slave
[2], pipe_from_slave[2];
local in function:main
233
if (pipe(
pipe_to_slave
) < 0)
235
to_slave =
pipe_to_slave
[1];
258
if (asprintf(&arg1, "%d",
pipe_to_slave
[0]) < 0)
260
close(
pipe_to_slave
[1]);
272
(void)close(
pipe_to_slave
[0]);
Completed in 14 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025