Home
last modified time | relevance | path

Searched refs:hdlr_enable (Results 1 – 3 of 3) sorted by relevance

/dports/devel/librelp/librelp-1.10.0/tests/
H A Dreceive.c67 hdlr_enable(int sig, void (*hdlr)()) in hdlr_enable() function
390 hdlr_enable(SIGPIPE, do_signal); in main()
394 hdlr_enable(SIGUSR1, do_exit); in main()
395 hdlr_enable(SIGTERM, terminate); in main()
396 hdlr_enable(SIGALRM, watchdog_expired); in main()
H A Dsend.c56 hdlr_enable(int sig, void (*hdlr)()) in hdlr_enable() function
372 hdlr_enable(SIGPIPE, do_signal); in main()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tools/
H A Drsyslogd.c1221 hdlr_enable(int sig, void (*hdlr)()) in hdlr_enable() function
1614 hdlr_enable(SIGPIPE, SIG_IGN);
1615 hdlr_enable(SIGXFSZ, SIG_IGN);
1618 hdlr_enable(SIGINT, rsyslogdDoDie);
1619 hdlr_enable(SIGQUIT, rsyslogdDoDie);
1621 hdlr_enable(SIGUSR1, SIG_IGN);
1622 hdlr_enable(SIGINT, SIG_IGN);
1623 hdlr_enable(SIGQUIT, SIG_IGN);
1625 hdlr_enable(SIGTERM, rsyslogdDoDie);
1626 hdlr_enable(SIGCHLD, hdlr_sigchld);
[all …]