Home
last modified time | relevance | path

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

12

/third_party/toybox/
Dmain.c95 xexit(); in toy_singleinit()
100 xexit(); in toy_singleinit()
171 xexit(); in toy_exec_which()
262 xexit(); in main()
Dtoys.h114 struct arg_list *xexit; // atexit() functions for xexit(), set by sigatexit() member
/third_party/toybox/porting/liteos_a/
Dmain.c95 xexit(); in toy_singleinit()
100 xexit(); in toy_singleinit()
171 xexit(); in toy_exec_which()
262 xexit(); in main()
Dtoys.h120 struct arg_list *xexit; // atexit() functions for xexit(), set by sigatexit() member
/third_party/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.c83 if (*toys.optargs) xexit(); in flagshow()
/third_party/toybox/toys/posix/
Did.c76 xexit();
146 xexit(); in do_id()
Dsplit.c96 xexit();
Dprintf.c42 if (*ptr == 'c') xexit(); in handle_slash()
Dgrep.c267 xexit(); in do_grep()
Dfind.c360 xexit(); in do_find()
Dps.c456 xexit(); in help_help()
1061 if (length==4 && !strncasecmp(type, "HELP", length)) xexit(); in parse_ko()
/third_party/toybox/lib/
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()
217 xexit(); in xexec()
279 xexit(); in xpopen_both()
842 if (out == 1 && len<0) xexit(); in xsendfile_len()
Dlib.c52 xexit(); in error_exit()
67 xexit(); in perror_exit()
82 xexit(); in help_exit()
880 xexit(); in exit_signal()
893 al->next = toys.xexit; in sigatexit()
895 toys.xexit = al; in sigatexit()
897 llist_traverse(toys.xexit, free); in sigatexit()
898 toys.xexit = 0; in sigatexit()
Dlib.h127 void xexit(void) __attribute__((__noreturn__));
/third_party/toybox/toys/pending/
Dchsh.c63 if (!(shell = xgetline(stdin))) xexit();
Ddd.c104 xexit(); in dd_sigint()
Dsh.c153 if (*toys.optargs) xexit(); in syntax_err()
/third_party/toybox/toys/net/
Dnetcat.c66 xexit(); in timeout()
Dping.c156 xexit(); in ping_main()
/third_party/toybox/porting/liteos_a/toys/net/
Dping.c161 xexit(); in ping_main()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h122 void xexit(void) __attribute__((__noreturn__));
/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c413 xexit(); in help_help()
1018 if (length==4 && !strncasecmp(type, "HELP", length)) xexit(); in parse_ko()

12