Searched refs:first_to_check (Results 1 – 1 of 1) sorted by relevance
57 #define CERES_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument58 __attribute__((__format__ (__printf__, string_index, first_to_check)))59 #define CERES_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument60 __attribute__((__format__ (__scanf__, string_index, first_to_check)))62 #define CERES_PRINTF_ATTRIBUTE(string_index, first_to_check)