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

/freebsd-10.0-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.h102 int daemon(int nochdir, int noclose);
/freebsd-10.0-release/lib/libc/gen/
H A Ddaemon.c46 daemon(nochdir, noclose)
47 int nochdir, noclose;
87 if (!noclose && (fd = _open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
/freebsd-10.0-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.0-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.0-release/contrib/wpa/src/utils/
H A Dos_unix.c123 static int os_daemon(int nochdir, int noclose) argument
/freebsd-10.0-release/usr.sbin/syslogd/
H A Dsyslogd.c2118 waitdaemon(int nochdir, int noclose, int maxwait) argument
2153 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {

Completed in 193 milliseconds