OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pipedown
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/tests/
spawn-test.c
49
int
pipedown
[2], pipeup[2];
local
203
if (pipe (
pipedown
) < 0 ||
211
pipedown
[0], pipeup[1]),
256
if (write (
pipedown
[1], &n, sizeof (n)) == -1 ||
257
write (
pipedown
[1], "Bye then", n) == -1)
Completed in 3817 milliseconds