Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1628 #define SCANFLIKE(x,y) __attribute__ ((format (scanf, (x), (y)))) macro
1630 #define SCANFLIKE(x,y) __attribute__ ((__format__ (__scanf__, (x), (y)))) macro
1632 #define SCANFLIKE(x,y) macro