Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1618 #define PRINTFLIKE(x,y) __attribute__ ((format (printf, (x), (y)))) macro
1620 #define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, (x), (y)))) macro
1622 #define PRINTFLIKE(x,y) macro