Searched defs:DEBUGP (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext_srcs/gen/1/external/iptables/extensions/ |
D | libxt_set.c | 26 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 28 #define DEBUGP(x, args...) macro
|
D | libxt_sctp.c | 27 #define DEBUGP(format, fist...) macro
|
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext_srcs/gen/gensrcs/external/iptables/extensions/ |
D | libxt_set.c | 26 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 28 #define DEBUGP(x, args...) macro
|
D | libxt_sctp.c | 27 #define DEBUGP(format, fist...) macro
|
/aosp_15_r20/external/iptables/extensions/ |
H A D | libxt_set.c | 26 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 28 #define DEBUGP(x, args...) macro
|
H A D | libxt_dccp.c | 23 #define DEBUGP(format, fist...) macro
|
H A D | libxt_sctp.c | 27 #define DEBUGP(format, fist...) macro
|
/aosp_15_r20/external/iptables/iptables/ |
H A D | xshared.h | 14 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 22 #define DEBUGP(x, args...) macro
|
/aosp_15_r20/external/iptables/libiptc/ |
H A D | libiptc.c | 46 #define DEBUGP(x, args...) fprintf(stderr, "%s: " x, __FUNCTION__, ## args) macro 49 #define DEBUGP(x, args...) macro
|