Searched refs:SIGBLOCK (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/inetd/
H A Dinetd.c194 #define SIGBLOCK (sigmask(SIGCHLD)|sigmask(SIGHUP)|sigmask(SIGALRM)) macro
673 (void) sigblock(SIGBLOCK);
1023 omask = sigblock(SIGBLOCK);
1155 omask = sigblock(SIGBLOCK);
1183 omask = sigblock(SIGBLOCK);
1503 omask = sigblock(SIGBLOCK);

Completed in 132 milliseconds