Searched refs:stdout_debug (Results 1 – 5 of 5) sorted by relevance
68 static int stdout_debug = 1; variable759 if (stdout_debug) { in aka_req_auth()832 if (stdout_debug) { in aka_auts()852 if (stdout_debug) { in aka_auts()1106 stdout_debug = 0; in main()
40 #define DBG_MSG stdout_debug
44 #define DBG_MSG stdout_debug
49 #define DBG_MSG stdout_debug
97 #define stdout_debug(args...) _thread_printf(STDOUT_FILENO, ##args) macro