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

  /external/toybox/toys/example/
test_scankey.c 32 sigatexit(tty_sigreset); // Make ctrl-c restore tty
  /external/toybox/toys/pending/
klogd.c 69 sigatexit(handle_signal);
more.c 94 sigatexit(signal_handler);
bootchartd.c 291 sigatexit(generic_signal);
fsck.c 370 sigatexit(record_sig_num);
init.c 320 sigatexit(SIG_DFL);
tcpsvd.c 302 sigatexit(handle_signal);
  /external/toybox/toys/other/
hexedit.c 131 sigatexit(tty_sigreset);
  /external/toybox/lib/
lib.h 274 void sigatexit(void *handler);
lib.c 635 if (!tempfile2zap) sigatexit(tempfile_handler);
761 void sigatexit(void *handler) function
  /external/toybox/toys/posix/
ps.c     [all...]

Completed in 165 milliseconds