Home
last modified time | relevance | path

Searched refs:nochdir (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Ddaemon.c52 daemon(int nochdir, int noclose) in daemon() argument
68 if (!nochdir) in daemon()
H A Dopenbsd-compat.h156 int daemon(int nochdir, int noclose);
/freebsd/crypto/heimdal/lib/roken/
H A Ddaemon.c51 daemon(int nochdir, int noclose) in daemon() argument
67 if (!nochdir) in daemon()
/freebsd/lib/libc/gen/
H A Ddaemon.c92 daemon(int nochdir, int noclose) in daemon() argument
101 if (!nochdir) in daemon()
/freebsd/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c233 daemon2_detach(int nochdir, int noclose) in daemon2_detach() argument
241 if (!nochdir) in daemon2_detach()
/freebsd/contrib/wpa/src/utils/
H A Dos_unix.c199 static int os_daemon(int nochdir, int noclose) in os_daemon() argument