Home
last modified time | relevance | path

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

/dports/sysutils/memdump/memdump-1.01/
H A Derror.h16 #define PRINTFLIKE(x,y) __attribute__ ((format (printf, (x), (y)))) macro
18 #define PRINTFLIKE(x,y) macro
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dmessage.h23 #define PRINTFLIKE(FORMAT, PARAM ) __attribute__((format(printf, FORMAT, PARAM))) macro
25 #define PRINTFLIKE(FORMAT, PARAM ) macro
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-log.h54 #define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro
56 #define PRINTFLIKE(f, a) macro
/dports/www/kannel/gateway-1.4.4/
H A Dgw-config.h.in297 #define PRINTFLIKE(a,b) __attribute__((format(printf, a, b))) macro
299 #define PRINTFLIKE(a, b) macro
/dports/audio/siren/siren-0.9/
H A Dattribute.h44 #define PRINTFLIKE(fmt, arg) __attribute__((format(printf, fmt, arg))) macro
46 #define PRINTFLIKE(fmt, arg) macro
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dfuncattrs.h122 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y))) macro
134 #define PRINTFLIKE(x,y) macro
/dports/mail/batv-milter/batv-milter-0.5.0/include/sm/
H A Dcdefs.h133 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y))) macro
135 # define PRINTFLIKE(x,y) macro
/dports/mail/libmilter/sendmail-8.16.1/include/sm/
H A Dcdefs.h133 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y))) macro
135 # define PRINTFLIKE(x,y) macro
/dports/net/tcpkali/tcpkali-1.1.1/src/
H A Dtcpkali_common.h35 #define PRINTFLIKE(n, m) __attribute__((format(printf, n, m))) macro
/dports/irc/atheme-services/atheme-7.2.9/include/
H A Dcommon.h136 #define PRINTFLIKE(fmtarg, firstvararg) \ macro
143 #define PRINTFLIKE(fmtarg, firstvararg) macro
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/include/
H A Dcompiler.h252 #define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro
/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dxo.h43 #define PRINTFLIKE(_x, _y) __printflike(_x, _y) macro
45 #define PRINTFLIKE(_x, _y) macro
/dports/sysutils/mcelog/mcelog-178/
H A Dmcelog.h103 #define PRINTFLIKE __attribute__((format(printf,1,2))) macro
106 #define PRINTFLIKE macro
/dports/security/proxycheck/proxycheck-0.49a/
H A Dpxy.h20 # define PRINTFLIKE(f,v) __attribute__((format(printf,f,v))) macro
/dports/devel/pkgconf/stage/usr/local/include/pkgconf/libpkgconf/
H A Dlibpkgconf.h266 #define PRINTFLIKE(fmtarg, firstvararg) \ macro
271 #define PRINTFLIKE(fmtarg, firstvararg) macro
/dports/devel/pkgconf/pkgconf-1.8.0/libpkgconf/
H A Dlibpkgconf.h266 #define PRINTFLIKE(fmtarg, firstvararg) \ macro
271 #define PRINTFLIKE(fmtarg, firstvararg) macro
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Ddefs.h159 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, (x), (y)))) macro
161 # define PRINTFLIKE(x,y) macro
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Drbldnsd.h17 # define PRINTFLIKE(fmtp, ap) __attribute__((format(printf,fmtp,ap))) macro
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dsys_defs.h1607 #define PRINTFLIKE(x,y) __attribute__ ((format (printf, (x), (y)))) macro
1609 #define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, (x), (y)))) macro
1611 #define PRINTFLIKE(x,y) macro
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Ddefs.h133 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, (x), (y)))) macro
136 # define PRINTFLIKE(x,y) macro