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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c704 static void hush_exit(int exitcode) ATTRIBUTE_NORETURN;
705 static void hush_exit(int exitcode) function
716 #define hush_exit(e) exit(e) macro
780 hush_exit(last_return_code);
784 hush_exit(xatoi(argv[1]) & 0xff);
3733 hush_exit(xfunc_error_retval);
3783 hush_exit(opt ? opt : last_return_code);

Completed in 97 milliseconds