OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:daemon_close_all
(Results
1 - 4
of
4
) sorted by null
/external/libdaemon/libdaemon/
dfork.h
107
/** This variable is defined to 1 iff
daemon_close_all
() and
110
* @see
daemon_close_all
(), daemon_close_allv() */
117
int
daemon_close_all
(int except_fd, ...);
119
/** Same as
daemon_close_all
but takes an array of fds, terminated by
dexec.c
107
daemon_close_all
(-1);
dfork.c
450
int
daemon_close_all
(int except_fd, ...) {
function
490
/** Same as
daemon_close_all
but takes an array of fds, terminated by -1 */
/external/libdaemon/examples/
testd.c
107
if (
daemon_close_all
(-1) < 0) {
Completed in 1837 milliseconds