Searched refs:sigaddset (Results 126 - 137 of 137) sorted by relevance

123456

/freebsd-10-stable/lib/libkse/test/
H A Dmutex_d.c1454 sigaddset (&act.sa_mask, SIGINT);
/freebsd-10-stable/sbin/devd/
H A Ddevd.cc246 ::sigaddset(&newsigblock, SIGCHLD);
/freebsd-10-stable/crypto/openssh/
H A Dserverloop.c810 sigaddset(&nset, SIGCHLD);
/freebsd-10-stable/contrib/gcc/
H A Dsys-protos.h1015 extern int sigaddset(sigset_t *, int);
/freebsd-10-stable/sbin/hastd/
H A Dprimary.c2415 PJDLOG_VERIFY(sigaddset(&mask, SIGINT) == 0);
2416 PJDLOG_VERIFY(sigaddset(&mask, SIGTERM) == 0);
/freebsd-10-stable/libexec/ftpd/
H A Dftpcmd.y1186 sigaddset(&sset, SIGURG);
H A Dftpd.c2797 sigaddset(&sset, SIGURG);
/freebsd-10-stable/lib/libedit/
H A Dterm.c899 (void) sigaddset(&nset, SIGWINCH);
/freebsd-10-stable/contrib/tcsh/
H A Ded.screen.c1410 sigaddset(&set, SIG_WINDOW);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1970 (void) sigaddset(&mask, SIGCHLD);
/freebsd-10-stable/usr.sbin/route6d/
H A Droute6d.c469 sigaddset(&mask, SIGALRM);
/freebsd-10-stable/contrib/libreadline/
H A Dconfigure5507 sigaddset(&set, SIGINT);

Completed in 128 milliseconds

123456