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

/netbsd-current/external/bsd/libbind/dist/bsd/
H A Ddaemon.c54 daemon(int nochdir, int noclose) { argument
69 if (!nochdir)
/netbsd-current/lib/libc/gen/
H A Ddaemon.c52 daemon(int nochdir, int noclose)
68 if (!nochdir)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddaemon.c53 daemon(int nochdir, int noclose) argument
69 if (!nochdir)
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSPosix/
H A DmDNSUNP.h123 extern int daemon(int nochdir, int noclose);
H A DmDNSUNP.c720 int daemon(int nochdir, int noclose) argument
740 if (!nochdir) (void)chdir("/");
/netbsd-current/usr.sbin/nfsd/
H A Dnfsd.c356 daemon2_detach(int parentfd, int nochdir, int noclose) argument
363 if (!nochdir)
/netbsd-current/external/bsd/libbind/dist/
H A Dport_after.h.in288 int daemon(int nochdir, int noclose);
/netbsd-current/lib/libpuffs/
H A Dpuffs.c439 puffs_daemon(struct puffs_usermount *pu, int nochdir, int noclose) argument
481 if (!nochdir)
/netbsd-current/lib/librumpclient/
H A Drumpclient.c1222 rumpclient_daemon(int nochdir, int noclose) argument
1241 if (!nochdir && chdir("/") == -1)
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dos_unix.c188 static int os_daemon(int nochdir, int noclose) argument
/netbsd-current/lib/librumphijack/
H A Dhijack.c1908 daemon(int nochdir, int noclose)
1915 if (host_daemon(nochdir, noclose) == -1)

Completed in 152 milliseconds