Searched defs:DEBUG_PRINT (Results 1 – 13 of 13) sorted by relevance
1 #define DEBUG_PRINT 1 macro
48 # define DEBUG_PRINT 0 macro
48 #define DEBUG_PRINT printf macro
47 #define DEBUG_PRINT 0 macro
119 # define DEBUG_PRINT(x) macro121 # define DEBUG_PRINT(x) printf("%s", x) macro
58 #define DEBUG_PRINT(msg, ...) fprintf(stderr, msg, __VA_ARGS__) macro60 #define DEBUG_PRINT(msg, ...) macro
58 #define DEBUG_PRINT(fmt, ...) \ macro
650 #define DEBUG_PRINT(what,len) { \ macro
102 #define DEBUG_PRINT 0 macro