Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c68 static int stdout_debug = 1; variable
758 if (stdout_debug) { in aka_req_auth()
831 if (stdout_debug) { in aka_auts()
851 if (stdout_debug) { in aka_auts()
1089 stdout_debug = 0; in main()
/freebsd/lib/libthr/thread/
H A Dthr_kern.c40 #define DBG_MSG stdout_debug
H A Dthr_list.c44 #define DBG_MSG stdout_debug
H A Dthr_sig.c49 #define DBG_MSG stdout_debug
H A Dthr_private.h97 #define stdout_debug(args...) _thread_printf(STDOUT_FILENO, ##args) macro