Lines Matching refs:a2
97 * the parameter containing the format, and a2 the index of the first100 #define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, a1, a2)))102 #define PRINTF_ATTRIBUTE(a1, a2)