Home
last modified time | relevance | path

Searched refs:stdout_debug (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/wpa/hostapd/
HDhlr_auc_gw.c68 static int stdout_debug = 1; variable
812 if (stdout_debug) { in aka_req_auth()
885 if (stdout_debug) { in aka_auts()
905 if (stdout_debug) { in aka_auts()
1143 stdout_debug = 0; in main()
/NextBSD/lib/libthr/thread/
HDthr_kern.c40 #define DBG_MSG stdout_debug
HDthr_list.c42 #define DBG_MSG stdout_debug
HDthr_sig.c47 #define DBG_MSG stdout_debug
HDthr_private.h91 #define stdout_debug(args...) _thread_printf(STDOUT_FILENO, ##args) macro