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

/freebsd-13-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.h131 int daemon(int nochdir, int noclose);
/freebsd-13-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-13-stable/lib/libc/gen/
H A Ddaemon.c96 daemon(int nochdir, int noclose) argument
100 if (!noclose)
/freebsd-13-stable/usr.sbin/daemon/
H A Ddaemon.c62 int noclose; member in struct:log_params
88 int ch, nochdir, noclose, restart, dosyslog, child_eof; local
99 nochdir = noclose = 1;
114 noclose = 0;
194 if (daemon(nochdir, noclose) == -1) {
266 logpar.noclose = noclose;
550 if (logpar->noclose && !logpar->dosyslog && logpar->outfd == -1)
/freebsd-13-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-13-stable/contrib/wpa/src/utils/
H A Dos_unix.c188 static int os_daemon(int nochdir, int noclose) argument

Completed in 197 milliseconds