Searched refs:except_fd (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddfork.h112 int daemon_close_all(int except_fd, ...);
H A Ddfork.c445 int daemon_close_all(int except_fd, ...) { argument
451 va_start(ap, except_fd);
453 if (except_fd >= 0)
462 va_start(ap, except_fd);
465 if (except_fd >= 0) {
467 p[i++] = except_fd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/libdaemon/
H A Ddfork.h112 int daemon_close_all(int except_fd, ...);
H A Ddfork.c445 int daemon_close_all(int except_fd, ...) { argument
451 va_start(ap, except_fd);
453 if (except_fd >= 0)
462 va_start(ap, except_fd);
465 if (except_fd >= 0) {
467 p[i++] = except_fd;

Completed in 58 milliseconds