Searched refs:DEBUG_STREAM (Results 1 – 2 of 2) sorted by relevance
203 (void) fprintf(DEBUG_STREAM, "DEBUG: "); in vadebug()204 (void) vfprintf(DEBUG_STREAM, format, ap); in vadebug()205 fflush(DEBUG_STREAM); in vadebug()
54 #ifndef DEBUG_STREAM55 #define DEBUG_STREAM stderr macro