Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/crypto/heimdal/lib/roken/
H A Ddaemon.c51 daemon(int nochdir, int noclose) in daemon() argument
67 if (!nochdir) in daemon()
/freebsd-14.2/lib/libc/gen/
H A Ddaemon.c94 daemon(int nochdir, int noclose) in daemon() argument
103 if (!nochdir) in daemon()
/freebsd-14.2/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-14.2/contrib/wpa/src/utils/
H A Dos_unix.c194 static int os_daemon(int nochdir, int noclose) in os_daemon() argument