![]() |
s/qmail
3.3.23
Next generation secure email transport
|
Go to the source code of this file.
Functions | |
void | sig_catch () |
void | sig_block () |
void | sig_unblock () |
void | sig_blocknone () |
void | sig_pause () |
void | sig_dfl () |
void | sig_miscignore () |
void | sig_bugcatch () |
void | sig_pipeignore () |
void | sig_pipedefault () |
void | sig_contblock () |
void | sig_contunblock () |
void | sig_contcatch () |
void | sig_contdefault () |
void | sig_termblock () |
void | sig_termunblock () |
void | sig_termcatch () |
void | sig_termdefault () |
void | sig_alarmblock () |
void | sig_alarmunblock () |
void | sig_alarmcatch () |
void | sig_alarmdefault () |
void | sig_childblock () |
void | sig_childunblock () |
void | sig_childcatch () |
void | sig_childdefault () |
void | sig_hangupblock () |
void | sig_hangupunblock () |
void | sig_hangupcatch () |
void | sig_hangupdefault () |
void sig_alarmblock | ( | ) |
void sig_alarmcatch | ( | ) |
void sig_alarmdefault | ( | ) |
Definition at line 7 of file sig_alarm.c.
void sig_alarmunblock | ( | ) |
void sig_block | ( | ) |
void sig_blocknone | ( | ) |
void sig_bugcatch | ( | ) |
void sig_catch | ( | ) |
void sig_childblock | ( | ) |
Definition at line 4 of file sig_child.c.
void sig_childcatch | ( | ) |
void sig_childdefault | ( | ) |
void sig_childunblock | ( | ) |
Definition at line 5 of file sig_child.c.
void sig_contblock | ( | ) |
void sig_contcatch | ( | ) |
void sig_contdefault | ( | ) |
void sig_contunblock | ( | ) |
void sig_dfl | ( | ) |
void sig_hangupblock | ( | ) |
void sig_hangupcatch | ( | ) |
void sig_hangupdefault | ( | ) |
void sig_hangupunblock | ( | ) |
void sig_miscignore | ( | ) |
Definition at line 4 of file sig_misc.c.
void sig_pause | ( | ) |
Definition at line 5 of file sig_pause.c.
void sig_pipedefault | ( | ) |
Definition at line 5 of file sig_pipe.c.
void sig_pipeignore | ( | ) |
Definition at line 4 of file sig_pipe.c.
void sig_termblock | ( | ) |
void sig_termcatch | ( | ) |
void sig_termdefault | ( | ) |
void sig_termunblock | ( | ) |
void sig_unblock | ( | ) |