HomeSort by relevance Sort by last modified time
    Searched refs:xsignal (Results 1 - 8 of 8) sorted by null

  /external/toybox/toys/posix/
nohup.c 24 xsignal(SIGHUP, SIG_IGN);
tee.c 48 if (toys.optflags & FLAG_i) xsignal(SIGINT, SIG_IGN);
  /external/toybox/toys/other/
timeout.c 48 xsignal(SIGALRM, handler);
69 xsignal(SIGALRM, handler);
oneit.c 74 for (i = 0; i<ARRAY_LEN(pipes); i++) xsignal(pipes[i], oneit_signaled);
login.c 159 xsignal(SIGALRM, login_timeout_handler);
netcat.c 63 xsignal(SIGALRM, seconds ? timeout : SIG_DFL);
  /external/toybox/lib/
lib.h 137 void xsignal(int signal, void *handler);
xwrap.c 675 void xsignal(int signal, void *handler) function
682 if (sigaction(signal, sa, 0)) perror_exit("xsignal %d", signal);

Completed in 294 milliseconds