Home
last modified time | relevance | path

Searched refs:xexit (Results 1 – 16 of 16) sorted by relevance

/external/toybox/
Dmain.c94 xexit(); in toy_singleinit()
99 xexit(); in toy_singleinit()
170 xexit(); in toy_exec_which()
257 xexit(); in main()
Dtoys.h113 struct arg_list *xexit; // atexit() functions for xexit(), set by sigatexit() member
/external/toybox/toys/other/
Dlogin.c36 xexit(); in login_timeout_handler()
62 if(!fgets(toybuf, sizeof(toybuf)-1, stdin)) xexit(); in login_main()
Dwatch.c142 if (cc == 3 || tolower(cc) == 'q') xexit(); in watch_main()
144 if (pfd[0].revents&POLLHUP) xexit(); in watch_main()
Dmountpoint.c29 xexit(); in die()
Dblkid.c65 if (*toys.optargs) xexit(); in flagshow()
/external/toybox/toys/posix/
Did.c76 xexit();
146 xexit(); in do_id()
Dsplit.c93 xexit();
Dprintf.c42 if (*ptr == 'c') xexit(); in handle_slash()
Dgrep.c265 xexit(); in do_grep()
Dps.c456 xexit(); in help_help()
1053 if (length==4 && !strncasecmp(type, "HELP", length)) xexit(); in parse_ko()
/external/toybox/lib/
Dlib.c52 xexit(); in error_exit()
67 xexit(); in perror_exit()
82 xexit(); in help_exit()
875 xexit(); in exit_signal()
892 al->next = toys.xexit; in sigatexit()
894 toys.xexit = al; in sigatexit()
896 llist_traverse(toys.xexit, free); in sigatexit()
897 toys.xexit = 0; in sigatexit()
Dxwrap.c45 void xexit(void) in xexit() function
48 while (toys.xexit) { in xexit()
49 struct arg_list *al = llist_pop(&toys.xexit); in xexit()
215 xexit(); in xexec()
272 xexit(); in xpopen_both()
Dlib.h118 void xexit(void) __attribute__((__noreturn__));
/external/toybox/toys/net/
Dnetcat.c64 xexit(); in timeout()
Dping.c156 xexit(); in ping_main()