OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:move_fd_up
(Results
1 - 1
of
1
) sorted by null
/external/libdaemon/libdaemon/
dfork.c
120
static int
move_fd_up
(int *fd) {
function
211
if (
move_fd_up
(&pipe_fds[1]) < 0)
214
if (_daemon_retval_pipe[0] >= 0 &&
move_fd_up
(&_daemon_retval_pipe[0]) < 0)
216
if (_daemon_retval_pipe[1] >= 0 &&
move_fd_up
(&_daemon_retval_pipe[1]) < 0)
Completed in 3093 milliseconds