Home
last modified time | relevance | path

Searched defs:PRINTFLIKE (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/tcpdump/dist/
H A Dfuncattrs.h103 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y))) macro
105 #define PRINTFLIKE(x,y) macro
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1613 #define PRINTFLIKE(x,y) __attribute__ ((format (printf, (x), (y)))) macro
1615 #define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, (x), (y)))) macro
1617 #define PRINTFLIKE(x,y) macro