OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sigchild
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/rpc.lockd/
lockd.c
90
struct sigaction
sigchild
, sigalarm;
local in function:main
202
sigchild
.sa_handler = sigchild_handler;
203
(void)sigemptyset(&
sigchild
.sa_mask);
204
sigchild
.sa_flags = SA_RESTART;
205
if (sigaction(SIGCHLD, &
sigchild
, NULL) != 0) {
/src/libexec/httpd/
daemon-bozo.c
54
static void
sigchild
(int); /* SIGCHLD handler */
73
sigchild
(int signo)
function in typeref:typename:void
187
signal(SIGCHLD,
sigchild
);
/src/usr.bin/mail/
popen.c
321
* If we have not already waited on the pid (via
sigchild
)
323
* by
sigchild
.
485
sigchild
(int signo __unused)
function in typeref:typename:PUBLIC void
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025