OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe_safer
(Results
1 - 4
of
4
) sorted by null
/external/bison/lib/
unistd-safer.h
22
int
pipe_safer
(int[2]);
unistd--.h
27
#define pipe
pipe_safer
pipe-safer.c
31
pipe_safer
(int fd[2])
function
spawn-pipe.c
263
if (
pipe_safer
(ifd) < 0)
266
if (
pipe_safer
(ofd) < 0)
Completed in 94 milliseconds