Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 10 of 10) sorted by relevance

/busybox-1.35.0/shell/hush_test/hush-misc/
Dexitcode_trap7.tests2 cleanup() { set +e; false; }
4 trap cleanup EXIT
/busybox-1.35.0/shell/ash_test/ash-misc/
Dexitcode_trap7.tests2 cleanup() { set +e; false; }
4 trap cleanup EXIT
/busybox-1.35.0/applets/
Dinstall.sh25 cleanup="0"
35 --cleanup) cleanup="1";;
63 if [ x"$cleanup" = x"1" ] && [ -e "$prefix/bin/busybox" ]; then
/busybox-1.35.0/libbb/
Dpw_encrypt.c138 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/
Dmake-hdc-img.sh6 cleanup() function
/busybox-1.35.0/miscutils/
Dconspy.c139 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/
Difplugd.c674 goto cleanup; in ifplugd_main()
752 cleanup: in ifplugd_main()
/busybox-1.35.0/
DTODO168 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/
Dlibbb.h1760 #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/
Dmodutils-24.c405 unsigned tgt_long cleanup; member
2841 module->cleanup = obj_symbol_final_value(f, obj_find_symbol(f, SPFX "cleanup_module")); in new_init_module()