Searched refs:PATTRIB (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/routed/ |
H A D | defs.h | 78 #define PATTRIB(f,l) __attribute__((format (printf,f,l))) macro 488 void msglog(const char *, ...) PATTRIB(1,2); 498 const char *, ...) PATTRIB(3,4); 500 void logbad(int, const char *, ...) PATTRIB(2,3); 524 void trace_off(const char*, ...) PATTRIB(1,2); 527 void trace_misc(const char *, ...) PATTRIB(1,2); 528 void trace_act(const char *, ...) PATTRIB(1,2); 529 void trace_pkt(const char *, ...) PATTRIB(1,2);
|
H A D | trace.c | 48 static void tmsg(const char *, ...) PATTRIB(1,2);
|