Home
last modified time | relevance | path

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

/third_party/toybox/
H A Dmain.c88 xexit(); in toy_singleinit()
93 xexit(); in toy_singleinit()
143 // Only returns if it can't run command internally, otherwise xexit() when done.
164 xexit(); in toy_exec_which()
255 xexit(); in main()
H A Dtoys.h114 struct arg_list *xexit; // atexit() functions for xexit(), set by sigatexit() member
/third_party/toybox/porting/liteos_a/
H A Dmain.c89 xexit(); in toy_singleinit()
94 xexit(); in toy_singleinit()
144 // Only returns if it can't run command internally, otherwise xexit() when done.
165 xexit(); in toy_exec_which()
256 xexit(); in main()
H A Dtoys.h120 struct arg_list *xexit; // atexit() functions for xexit(), set by sigatexit() member
/third_party/toybox/toys/other/
H A Dlogin.c36 xexit(); in login_timeout_handler()
62 if(!fgets(toybuf, sizeof(toybuf)-1, stdin)) xexit(); in login_main()
H A Dwatch.c142 if (cc == 3 || tolower(cc) == 'q') xexit(); in watch_main()
144 if (pfd[0].revents&POLLHUP) xexit(); in watch_main()
H A Dmountpoint.c29 xexit(); in die()
H A Dblkid.c83 if (*toys.optargs) xexit(); in flagshow()
/third_party/toybox/toys/posix/
H A Did.c76 xexit(); in s_or_u()
146 xexit(); in do_id()
H A Dprintf.c42 if (*ptr == 'c') xexit(); in handle_slash()
H A Dsplit.c96 xexit(); in do_split()
H A Dgrep.c267 xexit(); in do_grep()
H A Dfind.c360 xexit(); in do_find()
H A Dps.c456 xexit(); in help_help()
1061 if (length==4 && !strncasecmp(type, "HELP", length)) xexit(); in parse_ko()
/third_party/toybox/lib/
H A Dxwrap.c31 // We replaced exit(), _exit(), and atexit() with xexit(), _xexit(), and
33 // instead of exiting, lets xexit() report stdout flush failures to stderr
45 void xexit(void) in xexit() function
47 // Call toys.xexit functions in reverse order added. in xexit()
48 while (toys.xexit) { in xexit()
49 struct arg_list *al = llist_pop(&toys.xexit); in xexit()
51 // typecast xexit->arg to a function pointer, then call it using invalid in xexit()
217 xexit(); in xexec()
279 xexit(); in xpopen_both()
819 if (out == 1 && len<0) xexit(); in xsendfile_len()
[all...]
H A Dlib.c52 xexit(); in error_exit()
67 xexit(); in perror_exit()
82 xexit(); in help_exit()
900 xexit(); in exit_signal()
913 al->next = toys.xexit; in sigatexit()
915 toys.xexit = al; in sigatexit()
917 llist_traverse(toys.xexit, free); in sigatexit()
918 toys.xexit = 0; in sigatexit()
H A Dlib.h127 void xexit(void) __attribute__((__noreturn__));
/third_party/toybox/toys/pending/
H A Dchsh.c50 if (read_password(toybuf, sizeof(toybuf), "Password: ")) perror_exit("woaj"); //xexit(); in chsh_main()
63 if (!(shell = xgetline(stdin))) xexit(); in chsh_main()
H A Ddd.c105 xexit(); in dd_sigint()
H A Dsh.c153 if (*toys.optargs) xexit(); in syntax_err()
/third_party/toybox/toys/net/
H A Dnetcat.c66 xexit(); in timeout()
H A Dping.c180 xexit(); in ping_main()
/third_party/toybox/porting/liteos_a/toys/net/
H A Dping.c161 xexit(); in ping_main()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h122 void xexit(void) __attribute__((__noreturn__));
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c413 xexit(); in help_help()
1018 if (length==4 && !strncasecmp(type, "HELP", length)) xexit(); in parse_ko()

Completed in 20 milliseconds