Searched refs:PATTRIB (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sbin/routed/
H A Ddefs.h91 #define PATTRIB(f,l) __attribute__((format (printf,f,l))) macro
521 void msglog(const char *, ...) PATTRIB(1,2);
531 const char *, ...) PATTRIB(3,4);
533 void logbad(int, const char *, ...) PATTRIB(2,3);
557 void trace_off(const char*, ...) PATTRIB(1,2);
560 void trace_misc(const char *, ...) PATTRIB(1,2);
561 void trace_act(const char *, ...) PATTRIB(1,2);
562 void trace_pkt(const char *, ...) PATTRIB(1,2);
H A Dtrace.c62 static void tmsg(const char *, ...) PATTRIB(1,2);

Completed in 33 milliseconds