Searched refs:TRACE (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/shell/ |
D | ash_remove_unnecessary_code_in_backquote_expansion.patch | 31 Something even more trivial I noticed later: the TRACE at the end of 92 - TRACE(("evalbackcmd done: fd=%d buf=0x%x nleft=%d jp=0x%x\n", 94 + TRACE(("evalbackcmd done: fd=%d jp=0x%x\n", result->fd, result->jp)); 120 - TRACE(("expbackq: read returns %d\n", i)); 129 + TRACE(("expbackq: read returns %d\n", i));
|
D | ash.c | 519 # define TRACE(param) trace_printf param macro 528 # define TRACE(param) macro 629 TRACE(("%s:%d INT_OFF(%d)\n", __func__, __LINE__, suppress_int)); \ 659 TRACE(("raising exception %d on line %d\n", (e), __LINE__)); \ 693 TRACE(("raising interrupt on line %d\n", __LINE__)); \ 708 TRACE(("%s:%d INT_ON(%d)\n", __func__, __LINE__, suppress_int-1)); \ 1418 TRACE(("ash_vmsg_and_raise(%d):", cond)); in ash_vmsg_and_raise() 1421 TRACE(("ash_vmsg_and_raise(%d):NULL\n", cond)); in ash_vmsg_and_raise() 2901 TRACE(("docd(\"%s\", %d) called\n", dest, flags)); in docd() 4351 TRACE(("dowait(0x%x) called\n", block)); in waitone() [all …]
|
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | lxdialog.c | 63 #ifdef TRACE in main()
|