Home
last modified time | relevance | path

Searched refs:sigatexit (Results 1 – 11 of 11) sorted by relevance

/external/toybox/toys/example/
Dtest_scankey.c32 sigatexit(tty_sigreset); // Make ctrl-c restore tty in test_scankey_main()
/external/toybox/toys/pending/
Dklogd.c69 sigatexit(handle_signal); in klogd_main()
Dmore.c94 sigatexit(signal_handler); in more_main()
Dbootchartd.c291 sigatexit(generic_signal); in bootchartd_main()
Dinit.c320 sigatexit(SIG_DFL); in set_default()
Dtcpsvd.c302 sigatexit(handle_signal); in tcpsvd_main()
Dfsck.c370 sigatexit(record_sig_num); in fsck_main()
/external/toybox/toys/other/
Dhexedit.c131 sigatexit(tty_sigreset); in hexedit_main()
/external/toybox/lib/
Dlib.c635 if (!tempfile2zap) sigatexit(tempfile_handler); in copy_tempfile()
761 void sigatexit(void *handler) in sigatexit() function
Dlib.h274 void sigatexit(void *handler);
/external/toybox/toys/posix/
Dps.c1409 sigatexit(tty_sigreset); in top_setup()