Home
last modified time | relevance | path

Searched refs:DEBUG_STREAM (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c203 (void) fprintf(DEBUG_STREAM, "DEBUG: "); in vadebug()
204 (void) vfprintf(DEBUG_STREAM, format, ap); in vadebug()
205 fflush(DEBUG_STREAM); in vadebug()
H A Dctftools.h54 #ifndef DEBUG_STREAM
55 #define DEBUG_STREAM stderr macro