Home
last modified time | relevance | path

Searched refs:handle_exit (Results 1 – 3 of 3) 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/u-boot/scripts/kconfig/
Dmconf.c955 static int handle_exit(void) in handle_exit() function
1004 exit(handle_exit()); in sig_handler()
1043 res = handle_exit(); in main()
/external/toybox/toys/pending/
Dtcpsvd.c170 static void handle_exit(int sig) in handle_exit() function
304 signal(SIGCHLD, handle_exit); in tcpsvd_main()