Home
last modified time | relevance | path

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

/titanic_53/usr/src/contrib/ast/src/lib/libast/include/
H A Ddebug.h53 #define DEBUG_PRINT(fd,s,v) do {char _b[1024];write(fd,_b,sfsprintf(_b,sizeof(_b),s,v));} while(0) macro
76 #define DEBUG_PRINT(fd,s,v) macro