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

/freebsd-11-stable/sbin/routed/
H A Ddefs.h91 #define PATTRIB(f,l) __attribute__((format (printf,f,l))) macro
522 void msglog(const char *, ...) PATTRIB(1,2);
532 const char *, ...) PATTRIB(3,4);
534 void logbad(int, const char *, ...) PATTRIB(2,3);
558 void trace_off(const char*, ...) PATTRIB(1,2);
561 void trace_misc(const char *, ...) PATTRIB(1,2);
562 void trace_act(const char *, ...) PATTRIB(1,2);
563 void trace_pkt(const char *, ...) PATTRIB(1,2);
H A Dtrace.c62 static void tmsg(const char *, ...) PATTRIB(1,2);

Completed in 141 milliseconds