Home
last modified time | relevance | path

Searched defs:ATTRIBUTE_PRINTF (Results 1 – 25 of 99) sorted by relevance

1234

/dports/devel/cgdb/cgdb-0.8.0/
H A Dcgdb_custom_config.h.in5 #define ATTRIBUTE_PRINTF( _x, _y ) __attribute__( ( __format__( __printf__, _x, _y ) ) ) macro
7 #define ATTRIBUTE_PRINTF( _x, _y ) macro
/dports/x11/xcb-util-xrm/xcb-util-xrm-1.3/tests/
H A Dtests_utils.h35 #define ATTRIBUTE_PRINTF(x,y) __attribute__((__format__(__printf__,x,y))) macro
37 #define ATTRIBUTE_PRINTF(x,y) macro
/dports/lang/sdcc/sdcc-4.0.0/support/util/
H A Ddbuf_string.h44 # define ATTRIBUTE_PRINTF(m, n) __attribute__ ((__format__ (__printf__, m, n))) ATTRIBUTE_NONNULL(… macro
46 # define ATTRIBUTE_PRINTF(m, n) macro
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ext/libxml/
H A Dxmlversion.h424 # define ATTRIBUTE_PRINTF(fmt,args) __attribute__((__format__(__printf__,fmt,args))) macro
426 # define ATTRIBUTE_PRINTF(fmt,args) macro
429 # define ATTRIBUTE_PRINTF(fmt,args) macro
450 #define ATTRIBUTE_PRINTF(fmt,args) macro
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ext/libxml/
H A Dxmlversion.h424 # define ATTRIBUTE_PRINTF(fmt,args) __attribute__((__format__(__printf__,fmt,args))) macro
426 # define ATTRIBUTE_PRINTF(fmt,args) macro
429 # define ATTRIBUTE_PRINTF(fmt,args) macro
450 #define ATTRIBUTE_PRINTF(fmt,args) macro
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DcompilerWarnings.hpp41 #define ATTRIBUTE_PRINTF(fmt,vargs) __attribute__((format(printf, fmt, vargs))) macro
67 #define ATTRIBUTE_PRINTF(fmt, vargs) macro
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DcompilerWarnings.hpp45 #define ATTRIBUTE_PRINTF(fmt,vargs) __attribute__((format(printf, fmt, vargs))) macro
77 #define ATTRIBUTE_PRINTF(fmt, vargs) macro
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DcompilerWarnings.hpp45 #define ATTRIBUTE_PRINTF(fmt,vargs) __attribute__((format(printf, fmt, vargs))) macro
77 #define ATTRIBUTE_PRINTF(fmt, vargs) macro
/dports/www/p5-ClearSilver/clearsilver-0.10.5/util/
H A Dneo_misc.h61 #define ATTRIBUTE_PRINTF(a1,a2) __attribute__((__format__ (__printf__, a1, a2))) macro
63 #define ATTRIBUTE_PRINTF(a1,a2) macro
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/util/
H A Dneo_misc.h61 #define ATTRIBUTE_PRINTF(a1,a2) __attribute__((__format__ (__printf__, a1, a2))) macro
63 #define ATTRIBUTE_PRINTF(a1,a2) macro
/dports/www/clearsilver/clearsilver-0.10.5/util/
H A Dneo_misc.h61 #define ATTRIBUTE_PRINTF(a1,a2) __attribute__((__format__ (__printf__, a1, a2))) macro
63 #define ATTRIBUTE_PRINTF(a1,a2) macro
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dutil_base.hpp16 #define ATTRIBUTE_PRINTF(a, b) macro
26 #define ATTRIBUTE_PRINTF(a, b) __attribute__((format(printf, a, b))) macro
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dutil_base.hpp16 #define ATTRIBUTE_PRINTF(a, b) macro
26 #define ATTRIBUTE_PRINTF(a, b) __attribute__((format(printf, a, b))) macro
/dports/devel/gdb/gdb-11.1/gdbsupport/
H A Dcommon-defs.h117 #define ATTRIBUTE_PRINTF _GL_ATTRIBUTE_FORMAT_PRINTF_STANDARD macro
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DcompilerWarnings.hpp52 #define ATTRIBUTE_PRINTF(fmt, vargs) macro
H A DcompilerWarnings_gcc.hpp36 #define ATTRIBUTE_PRINTF(fmt,vargs) __attribute__((format(printf, fmt, vargs))) macro
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DcompilerWarnings.hpp52 #define ATTRIBUTE_PRINTF(fmt, vargs) macro
H A DcompilerWarnings_gcc.hpp31 #define ATTRIBUTE_PRINTF(fmt,vargs) __attribute__((format(printf, fmt, vargs))) macro
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DcompilerWarnings.hpp52 #define ATTRIBUTE_PRINTF(fmt, vargs) macro
H A DcompilerWarnings_gcc.hpp31 #define ATTRIBUTE_PRINTF(fmt,vargs) __attribute__((format(printf, fmt, vargs))) macro
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DcompilerWarnings_gcc.hpp31 #define ATTRIBUTE_PRINTF(fmt,vargs) __attribute__((format(printf, fmt, vargs))) macro
H A DcompilerWarnings.hpp52 #define ATTRIBUTE_PRINTF(fmt, vargs) macro
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DcompilerWarnings.hpp52 #define ATTRIBUTE_PRINTF(fmt, vargs) macro
H A DcompilerWarnings_gcc.hpp36 #define ATTRIBUTE_PRINTF(fmt,vargs) __attribute__((format(printf, fmt, vargs))) macro
/dports/devel/cxref/cxref-1.6e/cpp/
H A Dgansidecl.h71 #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((format (__printf__, m, n))) macro

1234