Searched refs:setsid (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-11-stable/lib/libutil/
H A Dlogin_tty.c51 s = setsid();
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Ddaemon.c65 if (setsid() == -1)
H A Dbsd-misc.h25 #define setsid() setpgrp(0, getpid()) macro
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Ddaemon.c64 if (setsid() == -1)
H A Drkpty.c357 if(setsid()<0)
358 err(1, "setsid");
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dprocsup.c44 /* A setsid() failure is not fatal if we didn't just fork().
46 * which case setsid() will fail with EPERM.
48 if (setsid() == -1 && daemonize) {
/freebsd-11-stable/lib/libc/gen/
H A Ddaemon.c74 newgrp = setsid();
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getlogin.c96 (void)setsid();
139 (void)setsid();
200 (void)setsid();
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dexterns.h134 extern int setsid(void);
H A Dpopen.c129 (void) setsid();
/freebsd-11-stable/contrib/ntp/ntpsnmpd/
H A Dnetsnmp_daemonize.c221 setsid();
/freebsd-11-stable/usr.sbin/cron/lib/
H A Dcompat.c91 setsid() function
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf631 ## Allow creating a new session with setsid(2).
633 setsid
/freebsd-11-stable/crypto/openssh/
H A Dsshpty.c104 if (setsid() < 0)
105 error("setsid: %.100s", strerror(errno));
135 if (setsid() < 0)
136 error("setsid: %.100s", strerror(errno));
/freebsd-11-stable/sys/compat/freebsd32/
H A Dcapabilities.conf247 setsid
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Dbtpand.c252 if (setsid() == -1)
253 log_err("setsid() failed");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp209 ::setsid();
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk106 setsid.o \
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c238 if (setsid() == -1)
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_pty.c195 (void)setsid();
/freebsd-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c357 * XXX - This is not the POSIX way (Should use setsid). -gwr
372 if (setsid() < 0)
373 perror("setsid");
/freebsd-11-stable/include/
H A Dunistd.h361 pid_t setsid(void);
/freebsd-11-stable/lib/libcasper/libcasper/
H A Dservice.c353 if (setsid() == -1)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpd.c629 if (setsid() == (pid_t)-1)
630 msyslog(LOG_ERR, "setsid(): %m");
1344 SCMP_SYS(setsid),
1376 SCMP_SYS(setsid),
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c473 if (setsid() < 0)

Completed in 244 milliseconds

123