Home
last modified time | relevance | path

Searched refs:handle_exit (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Datexit.c35 static void handle_exit(void) in handle_exit() function
77 ret = atexit(handle_exit); in ext2fs_add_exit_fn()
/external/toybox/toys/pending/
Dtcpsvd.c170 static void handle_exit(int sig) in handle_exit() function
304 signal(SIGCHLD, handle_exit); in tcpsvd_main()