HomeSort by relevance Sort by last modified time
    Searched refs:sigatexit (Results 1 - 13 of 13) 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 97 sigatexit(signal_handler);
bootchartd.c 292 sigatexit(generic_signal);
fsck.c 370 sigatexit(record_sig_num);
init.c 320 sigatexit(SIG_DFL);
tcpsvd.c 303 sigatexit(handle_signal);
  /external/toybox/toys/net/
microcom.c 77 sigatexit(restore_states);
  /external/toybox/toys/lsb/
dmesg.c 117 if (TT.use_color) sigatexit(dmesg_cleanup);
  /external/toybox/toys/other/
hexedit.c 131 sigatexit(tty_sigreset);
  /external/toybox/lib/
lib.h 319 void sigatexit(void *handler);
lib.c 665 if (!tempfile2zap) sigatexit(tempfile_handler);
806 void sigatexit(void *handler) function
  /external/toybox/toys/posix/
ps.c     [all...]

Completed in 131 milliseconds