Searched refs:xexit (Results 1 – 16 of 16) sorted by relevance
94 xexit(); in toy_singleinit()99 xexit(); in toy_singleinit()170 xexit(); in toy_exec_which()257 xexit(); in main()
113 struct arg_list *xexit; // atexit() functions for xexit(), set by sigatexit() member
36 xexit(); in login_timeout_handler()62 if(!fgets(toybuf, sizeof(toybuf)-1, stdin)) xexit(); in login_main()
142 if (cc == 3 || tolower(cc) == 'q') xexit(); in watch_main()144 if (pfd[0].revents&POLLHUP) xexit(); in watch_main()
29 xexit(); in die()
65 if (*toys.optargs) xexit(); in flagshow()
76 xexit();146 xexit(); in do_id()
93 xexit();
42 if (*ptr == 'c') xexit(); in handle_slash()
265 xexit(); in do_grep()
456 xexit(); in help_help()1053 if (length==4 && !strncasecmp(type, "HELP", length)) xexit(); in parse_ko()
52 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()
45 void xexit(void) in xexit() function48 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()
118 void xexit(void) __attribute__((__noreturn__));
64 xexit(); in timeout()
156 xexit(); in ping_main()