Searched defs:DPRINT (Results 1 – 14 of 14) sorted by relevance
38 #define DPRINT(x) { (void) fprintf x; } macro40 #define DPRINT(x) macro
79 #define DPRINT(x) { (void) fprintf x; } macro82 #define DPRINT(x) macro
58 #define DPRINT(...) dprint(__func__, __VA_ARGS__) macro60 #define DPRINT(...) ((void)0) macro
124 #define DPRINT(x) { (void) fprintf x; (void) fflush(dfile); } macro126 #define DPRINT(x) macro
55 #define DPRINT(...) do \ macro
76 #define DPRINT(l1, cl, al) if ((cl & l1) != 0) printf al macro
30 #define DPRINT(x) { (void) fprintf x; } macro32 #define DPRINT(x) macro
37 #define DPRINT(x) { (void) fprintf x; } macro39 #define DPRINT(x) macro
57 #define DPRINT(i) if (nofork) printf i macro
58 #define DPRINT(x) { if (dbfp == NULL) dbfp = __auditd_debug_file_open(); \ macro
190 #define DPRINT macro
198 #define DPRINT debug_print macro
2478 # define DPRINT(x) printf x macro2480 # define DPRINT(x) macro