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

1234

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dinterrupt-daemon-attach.c61 if (setsid () == (pid_t) -1)
H A Dinterrupt-daemon.c45 pid_t session = setsid ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dinterrupt-daemon-attach.c61 if (setsid () == (pid_t) -1)
H A Dinterrupt-daemon.c45 pid_t session = setsid ();
/netbsd-current/external/bsd/libbind/dist/bsd/
H A Ddaemon.c66 if (setsid() == -1)
/netbsd-current/lib/libc/gen/
H A Ddaemon.c65 if (setsid() == -1)
/netbsd-current/lib/libutil/
H A Dlogin_tty.c55 (void) setsid();
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddaemon.c66 if (setsid() == -1)
H A Ddetach.c179 if (setsid() == -1)
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-view/share/
H A Dstartfile.py56 setsid = getattr(os, 'setsid', None)
57 if not setsid:
58 setsid = getattr(os, 'setpgrp', None)
62 preexec_fn=setsid, startupinfo=startupinfo)
/netbsd-current/external/bsd/libfido2/dist/tools/
H A Dfido2-unprot.sh45 RESIDENT_RPS=$(echo "${PIN}\n" | setsid -w ${FIDO_TOOLS_PREFIX}fido2-token -L -r $DEV_PATH | cut -d' ' -f3)
52 UNPROT_CREDS=$(echo "${PIN}\n" | setsid -w ${FIDO_TOOLS_PREFIX}fido2-token -L -k $RESIDENT_RP $DEV_PATH | grep ' uvopt$' | cut -d' ' -f2,3,4)
/netbsd-current/tests/lib/libc/sys/
H A Dt_getlogin.c96 (void)setsid();
139 (void)setsid();
200 (void)setsid();
/netbsd-current/external/bsd/tmux/dist/compat/
H A Dforkpty-haiku.c56 setsid();
/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Ddetach.c136 (void) setsid();
/netbsd-current/external/bsd/ntp/dist/ntpsnmpd/
H A Dnetsnmp_daemonize.c223 setsid();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dser-pipe.c101 pid_t sid = setsid ();
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dser-pipe.c108 pid_t sid = setsid ();
/netbsd-current/lib/librumpuser/
H A Drumpuser_daemonize.c115 if (setsid() == -1) {
/netbsd-current/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dclogd.c232 setsid();
/netbsd-current/external/bsd/cron/dist/
H A Dpopen.c101 if (setsid() == -1)
102 warn("setsid() failed for %s", pw->pw_name);
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dspawn_command.c250 setsid();
H A Dsys_compat.c40 /* int setsid()
222 * setsid() emulation, the Berkeley UNIX way
235 int setsid(void) function
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsshpty.c88 if (setsid() == -1)
89 error("setsid: %.100s", strerror(errno));
/netbsd-current/usr.sbin/btpand/
H A Dbtpand.c264 if (setsid() == -1)
265 log_err("setsid() failed");
/netbsd-current/external/bsd/ipf/dist/ipsd/
H A Dipsd.c285 (void) setsid();

Completed in 339 milliseconds

1234