Home | History | Annotate | Download | only in posix

Lines Matching full:signal

7  * killall5.c - Send signal to all processes outside current session.
21 usage: kill [-l [SIGNAL] | -s SIGNAL | -SIGNAL] pid...
23 Send signal to process(es).
25 -l List signal name(s) and number(s)
26 -s Send SIGNAL (default SIGTERM)
33 usage: killall5 [-l [SIGNAL]] [-SIGNAL|-s SIGNAL] [-o PID]...
35 Send a signal to all processes outside current session.
37 -l List signal name(s) and number(s)
39 -s send SIGNAL (default SIGTERM)
63 // list signal(s)
75 // signal must come before pids, so "kill -9 -1" isn't confusing.
85 error_exit("Unknown signal '%s'", arg);
138 // "<1" in optstr wouldn't cover this because "-SIGNAL"