Home
last modified time | relevance | path

Searched defs:ATTRIBUTE_FORMAT (Results 1 – 25 of 106) sorted by relevance

12345

/dports/games/warmux/warmux-11.04/lib/warmux/include/
H A DWARMUX_debug.h31 # define ATTRIBUTE_FORMAT(fun, fmt, params) __attribute__((format(ms_ ## fun, fmt, params))) macro
33 # define ATTRIBUTE_FORMAT(fun, fmt, params) __attribute__((format(fun, fmt, params))) macro
36 # define ATTRIBUTE_FORMAT(fun, fmt, params) macro
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dtests_common.h19 # define ATTRIBUTE_FORMAT(x, y) __attribute__ ((format (ms_printf, x, y))) macro
21 # define ATTRIBUTE_FORMAT(x, y) __attribute__ ((format (gnu_printf, x, y))) macro
23 # define ATTRIBUTE_FORMAT(x, y) __attribute__ ((format (printf, x, y))) macro
25 # define ATTRIBUTE_FORMAT(x, y) macro
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/util/
H A Dstrings.h14 #define ATTRIBUTE_FORMAT(i, j) __attribute__ ((format (printf, i, j))) macro
16 #define ATTRIBUTE_FORMAT(i, j) macro
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/tz/
H A Dtimegm_private.h136 # define ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) macro
140 # define ATTRIBUTE_FORMAT(spec) /* empty */ macro
/dports/databases/percona56-server/percona-server-5.6.51-91.0/include/
H A Dmy_attribute.h62 # define ATTRIBUTE_FORMAT(style, m, n) MY_ATTRIBUTE((format(style, m, n))) macro
/dports/databases/percona56-client/percona-server-5.6.51-91.0/include/
H A Dmy_attribute.h62 # define ATTRIBUTE_FORMAT(style, m, n) MY_ATTRIBUTE((format(style, m, n))) macro
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/include/
H A Dmy_attribute.h62 # define ATTRIBUTE_FORMAT(style, m, n) MY_ATTRIBUTE((format(style, m, n))) macro
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/include/
H A Dmy_attribute.h62 # define ATTRIBUTE_FORMAT(style, m, n) MY_ATTRIBUTE((format(style, m, n))) macro
/dports/databases/mysql56-client/mysql-5.6.51/include/
H A Dmy_attribute.h62 # define ATTRIBUTE_FORMAT(style, m, n) MY_ATTRIBUTE((format(style, m, n))) macro
/dports/databases/mysql55-client/mysql-5.5.62/include/
H A Dmy_attribute.h52 # define ATTRIBUTE_FORMAT(style, m, n) __attribute__((format(style, m, n))) macro
/dports/databases/mariadb105-client/mariadb-10.5.15/include/
H A Dmy_attribute.h57 # define ATTRIBUTE_FORMAT(style, m, n) __attribute__((format(style, m, n))) macro
/dports/databases/mariadb104-server/mariadb-10.4.24/include/
H A Dmy_attribute.h57 # define ATTRIBUTE_FORMAT(style, m, n) __attribute__((format(style, m, n))) macro
/dports/databases/mariadb105-server/mariadb-10.5.15/include/
H A Dmy_attribute.h57 # define ATTRIBUTE_FORMAT(style, m, n) __attribute__((format(style, m, n))) macro
/dports/databases/mariadb103-client/mariadb-10.3.34/include/
H A Dmy_attribute.h57 # define ATTRIBUTE_FORMAT(style, m, n) __attribute__((format(style, m, n))) macro
/dports/databases/mariadb104-client/mariadb-10.4.24/include/
H A Dmy_attribute.h57 # define ATTRIBUTE_FORMAT(style, m, n) __attribute__((format(style, m, n))) macro
/dports/databases/mariadb103-server/mariadb-10.3.34/include/
H A Dmy_attribute.h57 # define ATTRIBUTE_FORMAT(style, m, n) __attribute__((format(style, m, n))) macro
/dports/print/texinfo/texinfo-6.8/gnulib/lib/
H A Dattribute.h105 #define ATTRIBUTE_FORMAT(spec) _GL_ATTRIBUTE_FORMAT (spec) macro
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/gnulib/lib/
H A Dattribute.h105 #define ATTRIBUTE_FORMAT(spec) _GL_ATTRIBUTE_FORMAT (spec) macro
/dports/print/ttfautohint/ttfautohint-1.8.4/gnulib/src/
H A Dattribute.h105 #define ATTRIBUTE_FORMAT(spec) _GL_ATTRIBUTE_FORMAT (spec) macro
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/lib/
H A Dattribute.h105 #define ATTRIBUTE_FORMAT(spec) _GL_ATTRIBUTE_FORMAT (spec) macro
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/libgettextpo/
H A Dattribute.h105 #define ATTRIBUTE_FORMAT(spec) _GL_ATTRIBUTE_FORMAT (spec) macro
/dports/devel/gettext-tools/gettext-0.21/gettext-runtime/libasprintf/
H A Dattribute.h105 #define ATTRIBUTE_FORMAT(spec) _GL_ATTRIBUTE_FORMAT (spec) macro
/dports/security/libgsasl/gsasl-1.10.0/lib/gl/
H A Dattribute.h105 #define ATTRIBUTE_FORMAT(spec) _GL_ATTRIBUTE_FORMAT (spec) macro
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Dattribute.h105 #define ATTRIBUTE_FORMAT(spec) _GL_ATTRIBUTE_FORMAT (spec) macro
/dports/lang/guile/guile-3.0.7/lib/
H A Dattribute.h105 #define ATTRIBUTE_FORMAT(spec) _GL_ATTRIBUTE_FORMAT (spec) macro

12345