Searched refs:nochdir (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
68 if (!nochdir)
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
67 if (!nochdir)
/freebsd-10.3-release/lib/libc/gen/
H A Ddaemon.c47 daemon(int nochdir, int noclose) argument
84 if (!nochdir)
/freebsd-10.3-release/usr.sbin/daemon/
H A Ddaemon.c58 int ch, nochdir, noclose, restart, serrno; local
62 nochdir = noclose = 1;
68 nochdir = 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
241 if (!nochdir)
/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
2168 if (!nochdir)

Completed in 79 milliseconds