OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_safer
(Results
1 - 5
of
5
) sorted by null
/external/bison/lib/
unistd-safer.h
22
int
fd_safer
(int);
dup-safer.c
42
/*
fd_safer
calls us back, but eventually the recursion unwinds and
44
return
fd_safer
(dup (fd));
fd-safer.c
44
descriptors, e.g.,
fd_safer
(open ("file", O_RDONLY)). */
47
fd_safer
(int fd)
function
pipe-safer.c
42
int f =
fd_safer
(fd[i]);
subpipe.c
117
|| (child_fd[0] =
fd_safer
(child_fd[0])) < 0
118
|| (fd[0] =
fd_safer
(child_fd[1])) < 0
120
|| (fd[1] =
fd_safer
(pipe_fd[0])) < 0
121
|| (child_fd[1] =
fd_safer
(pipe_fd[1])) < 0)
Completed in 137 milliseconds