Searched refs:noclose (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Ddaemon.c52 daemon(int nochdir, int noclose) argument
71 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
H A Dopenbsd-compat.h119 int daemon(int nochdir, int noclose);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Ddaemon.c51 daemon(int nochdir, int noclose) argument
70 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
/freebsd-11-stable/lib/libc/gen/
H A Ddaemon.c47 daemon(int nochdir, int noclose) argument
87 if (!noclose && (fd = _open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
/freebsd-11-stable/usr.sbin/daemon/
H A Ddaemon.c62 int noclose; member in struct:log_params
83 int ch, nochdir, noclose, restart, dosyslog, child_eof; local
94 nochdir = noclose = 1;
108 noclose = 0;
185 if (daemon(nochdir, noclose) == -1) {
253 logpar.noclose = noclose;
527 if (logpar->noclose && !logpar->dosyslog && logpar->outfd == -1)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c233 daemon2_detach(int nochdir, int noclose) argument
244 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_unix.c188 static int os_daemon(int nochdir, int noclose) argument

Completed in 125 milliseconds