Searched refs:DEBUG_STREAM (Results 1 – 2 of 2) sorted by relevance
188 (void) fprintf(DEBUG_STREAM, "DEBUG: "); in vadebug()189 (void) vfprintf(DEBUG_STREAM, format, ap); in vadebug()190 fflush(DEBUG_STREAM); in vadebug()
56 #ifndef DEBUG_STREAM57 #define DEBUG_STREAM stderr macro