Searched refs:noclose (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | daemon.c | 52 daemon(int nochdir, int noclose) in daemon() argument 71 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
|
H A D | openbsd-compat.h | 156 int daemon(int nochdir, int noclose);
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | daemon.c | 51 daemon(int nochdir, int noclose) in daemon() argument 70 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()
|
/freebsd/lib/libc/gen/ |
H A D | daemon.c | 92 daemon(int nochdir, int noclose) in daemon() argument 96 if (!noclose) in daemon()
|
/freebsd/sys/dev/sound/midi/ |
H A D | synth_if.m | 50 synth_close_t noclose; 179 noclose ( void /* X */ * _kobjt) 182 printf("noclose\n"); 298 } DEFAULT noclose;
|
/freebsd/contrib/netbsd-tests/lib/libc/net/ |
H A D | h_dns_server.c | 233 daemon2_detach(int nochdir, int noclose) in daemon2_detach() argument 244 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon2_detach()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | os_unix.c | 199 static int os_daemon(int nochdir, int noclose) in os_daemon() argument
|