Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1643 #define PRINTFPTRLIKE(x,y) PRINTFLIKE(x,y) macro
1645 #define PRINTFPTRLIKE(x,y) __attribute__ ((__format__ (__printf__, (x), (y)))) macro
1647 #define PRINTFPTRLIKE(x,y) macro