Home
last modified time | relevance | path

Searched defs:stdout_debug (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c68 static int stdout_debug = 1; variable
/freebsd-src/lib/libthr/thread/
H A Dthr_private.h96 #define stdout_debug(args...) _thread_printf(STDOUT_FILENO, ##args) macro