Searched refs:cleanup (Results 1 – 10 of 10) sorted by relevance
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | exitcode_trap7.tests | 2 cleanup() { set +e; false; } 4 trap cleanup EXIT
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | exitcode_trap7.tests | 2 cleanup() { set +e; false; } 4 trap cleanup EXIT
|
/busybox-1.35.0/applets/ |
D | install.sh | 25 cleanup="0" 35 --cleanup) cleanup="1";; 63 if [ x"$cleanup" = x"1" ] && [ -e "$prefix/bin/busybox" ]; then
|
/busybox-1.35.0/libbb/ |
D | pw_encrypt.c | 138 char* FAST_FUNC pw_encrypt(const char *clear, const char *salt, int cleanup) in pw_encrypt() argument 146 if (cleanup) in pw_encrypt() 154 char* FAST_FUNC pw_encrypt(const char *clear, const char *salt, int cleanup) in pw_encrypt() argument
|
/busybox-1.35.0/qemu_multiarch_testing/ |
D | make-hdc-img.sh | 6 cleanup() function
|
/busybox-1.35.0/miscutils/ |
D | conspy.c | 139 static void cleanup(int code) NORETURN; 140 static void cleanup(int code) in cleanup() function 173 cleanup(EXIT_FAILURE); in screen_read_close() 411 bb_signals(BB_FATAL_SIGS, cleanup); in conspy_main() 522 cleanup(EXIT_SUCCESS); in conspy_main() 572 cleanup(EXIT_FAILURE); in conspy_main()
|
/busybox-1.35.0/networking/ |
D | ifplugd.c | 674 goto cleanup; in ifplugd_main() 752 cleanup: in ifplugd_main()
|
/busybox-1.35.0/ |
D | TODO | 168 free for an alloca()), and this means that various cleanup loops that just 187 jumps out of the normal flow control and bypasses any cleanup code we 221 Alot of duplication that wants cleanup.
|
/busybox-1.35.0/include/ |
D | libbb.h | 1760 #define pw_encrypt(clear, salt, cleanup) pw_encrypt(clear, salt) argument 1762 extern char *pw_encrypt(const char *clear, const char *salt, int cleanup) FAST_FUNC;
|
/busybox-1.35.0/modutils/ |
D | modutils-24.c | 405 unsigned tgt_long cleanup; member 2841 module->cleanup = obj_symbol_final_value(f, obj_find_symbol(f, SPFX "cleanup_module")); in new_init_module()
|