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

/freebsd-10.3-release/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.h117 int daemon(int nochdir, int noclose);
/freebsd-10.3-release/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-10.3-release/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-10.3-release/usr.sbin/daemon/
H A Ddaemon.c58 int ch, nochdir, noclose, restart, serrno; local
62 nochdir = noclose = 1;
71 noclose = 0;
125 if (daemon(nochdir, noclose) == -1) {
/freebsd-10.3-release/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-10.3-release/contrib/wpa/src/utils/
H A Dos_unix.c123 static int os_daemon(int nochdir, int noclose) argument
/freebsd-10.3-release/usr.sbin/syslogd/
H A Dsyslogd.c2136 waitdaemon(int nochdir, int noclose, int maxwait) argument
2171 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {

Completed in 175 milliseconds