Searched defs:DEBUG_PRINT (Results 1 – 12 of 12) sorted by relevance
1 #define DEBUG_PRINT 1 macro
48 # define DEBUG_PRINT 0 macro
47 #define DEBUG_PRINT 0 macro
48 #define DEBUG_PRINT printf 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
650 #define DEBUG_PRINT(what,len) { \ macro
102 #define DEBUG_PRINT 0 macro