Home
last modified time | relevance | path

Searched defs:noclose (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/lib/libc/gen/
H A Ddaemon.c44 daemon(int nochdir, int noclose) in daemon()
/dflybsd-src/usr.sbin/daemon/
H A Ddaemon.c61 int noclose; member
84 int ch, nochdir, noclose, restart, dosyslog, child_eof; in main() local
/dflybsd-src/sys/kern/
H A Dkern_device.c86 static d_close_t noclose; variable
711 noclose(struct dev_close_args *ap) in noclose() function
/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dos_unix.c188 static int os_daemon(int nochdir, int noclose) in os_daemon()
/dflybsd-src/usr.sbin/syslogd/
H A Dsyslogd.c2107 waitdaemon(int nochdir, int noclose, int maxwait) in waitdaemon()