/external/toybox/toys/posix/ |
nohup.c | 24 xsignal(SIGHUP, SIG_IGN);
|
tee.c | 48 if (toys.optflags & FLAG_i) xsignal(SIGINT, SIG_IGN);
|
ps.c | [all...] |
/external/toybox/toys/other/ |
timeout.c | 48 xsignal(SIGALRM, handler); 67 xsignal(SIGALRM, handler);
|
login.c | 60 xsignal(SIGALRM, login_timeout_handler);
|
oneit.c | 68 for (i = 0; i<ARRAY_LEN(pipes); i++) xsignal(pipes[i], oneit_signaled);
|
netcat.c | 73 xsignal(SIGALRM, seconds ? timeout : SIG_DFL);
|
/external/toybox/toys/pending/ |
init.c | 418 xsignal(SIGCONT, catch_signal); 463 xsignal(SIGUSR1, halt_poweroff_reboot_handler);//halt 464 xsignal(SIGUSR2, halt_poweroff_reboot_handler);//poweroff 465 xsignal(SIGTERM, halt_poweroff_reboot_handler);//reboot 466 xsignal(SIGQUIT, restart_init_handler);//restart init
|
/external/toybox/lib/ |
lib.h | 150 void xsignal(int signal, void *handler);
|
xwrap.c | 731 void xsignal(int signal, void *handler) function 738 if (sigaction(signal, sa, 0)) perror_exit("xsignal %d", signal);
|
/external/toybox/www/ |
index.html | 514 <p>Switched a bunch of commands from signal() to xsignal(). Factored out [all...] |
news.html | 514 <p>Switched a bunch of commands from signal() to xsignal(). Factored out [all...] |