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

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Ddaemon.c52 daemon(int nochdir, int noclose) argument
68 if (!nochdir)
H A Dopenbsd-compat.h131 int daemon(int nochdir, int noclose);
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Ddaemon.c51 daemon(int nochdir, int noclose) argument
67 if (!nochdir)
/freebsd-12-stable/lib/libc/gen/
H A Ddaemon.c96 daemon(int nochdir, int noclose) argument
105 if (!nochdir)
/freebsd-12-stable/usr.sbin/daemon/
H A Ddaemon.c83 int ch, nochdir, noclose, restart, dosyslog, child_eof; local
94 nochdir = noclose = 1;
105 nochdir = 0;
185 if (daemon(nochdir, noclose) == -1) {
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c233 daemon2_detach(int nochdir, int noclose) argument
241 if (!nochdir)
/freebsd-12-stable/contrib/wpa/src/utils/
H A Dos_unix.c188 static int os_daemon(int nochdir, int noclose) argument

Completed in 170 milliseconds