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

1234

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dsetsid.c28 NoN(setsid)
40 setsid(void)
H A Dspawnveg.c27 * pgid <0 setsid() [session group leader]
152 * fork+exec+(setsid|setpgid)
209 setsid();
/macosx-10.10.1/Libc-1044.1.2/util/
H A Dlogin_tty.c41 (void) setsid();
/macosx-10.10.1/ruby-106/ruby/sample/drb/
H A Dring_place.rb8 Process.setsid
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Ddaemon.c65 if (setsid() == -1)
H A Dbsd-misc.h27 #define setsid() setpgrp(0, getpid()) macro
/macosx-10.10.1/sudo-73/src/
H A Dsetsid.c32 setsid() function
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Ddaemon.c64 if (setsid() == -1)
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Ddaemon.cpp72 setsid();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddaemon.cpp72 setsid();
/macosx-10.10.1/apr-32/apr/apr/threadproc/netware/
H A Dprocsup.c39 if ((pgrp = setsid()) == -1) {
/macosx-10.10.1/apr-32/apr/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) {
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Ddaemon.c103 newgrp = setsid();
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Ddetach.c131 (void) setsid();
/macosx-10.10.1/uucp-11/uucp/unix/
H A Ddetach.c147 /* Under POSIX the setsid call creates a new session for which we
150 if (setsid () < 0)
151 ulog (LOG_ERROR, "setsid: %s", strerror (errno));
159 /* If we don't have setsid, we must use setpgrp. On an old System V
/macosx-10.10.1/cron-39/cron/
H A Dexterns.h132 extern int setsid __P((void));
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dclone.c60 if (setsid() != mypid)
/macosx-10.10.1/cron-39/lib/
H A Dcompat.c103 setsid() function
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsshpty.c107 if (setsid() < 0)
108 error("setsid: %.100s", strerror(errno));
138 if (setsid() < 0)
139 error("setsid: %.100s", strerror(errno));
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/pwcheck/
H A Dpwcheck.c104 if (setsid() == -1) {
106 syslog(LOG_ERR, "FATAL: setsid: %m");
109 perror("setsid");
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dspawn_command.c248 setsid();
H A Dsys_compat.c35 /* int setsid()
191 * setsid() emulation, the Berkeley UNIX way
204 int setsid(void) function
/macosx-10.10.1/xnu-2782.1.97/bsd/man/man2/
H A DMakefile189 setsid.2 \
/macosx-10.10.1/vim-55/src/
H A Dosdef1.h.in76 extern pid_t setsid __ARGS((void));
/macosx-10.10.1/screen-22/screen/
H A Dosdef.h.in110 extern int setsid __P((void));

Completed in 237 milliseconds

1234