Searched refs:debug_printf_exec (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/shell/ |
D | hush.c | 463 #define debug_printf_exec(...) do {} while (0) macro 1274 #ifndef debug_printf_exec 1275 #define debug_printf_exec(...) (indent(), fdprintf(2, __VA_ARGS__)) macro 2136 debug_printf_exec("%s: sig:%d handler:'%s'\n", __func__, sig, G.traps[sig]); in check_and_run_traps() 2154 debug_printf_exec("trap exitcode:%d\n", G.return_exitcode); in check_and_run_traps() 2166 debug_printf_exec("%s: sig:%d default SIGINT handler\n", __func__, sig); in check_and_run_traps() 2176 debug_printf_exec("%s: sig:%d default SIGHUP handler\n", __func__, sig); in check_and_run_traps() 2182 debug_printf_exec("HUPing pgrp %d\n", job->pgrp); in check_and_run_traps() 2191 debug_printf_exec("%s: sig:%d default SIGCHLD handler\n", __func__, sig); in check_and_run_traps() 2201 debug_printf_exec("%s: sig:%d default handling is to ignore\n", __func__, sig); in check_and_run_traps() [all …]
|