Home
last modified time | relevance | path

Searched refs:first_to_check (Results 1 – 1 of 1) sorted by relevance

/mbedtls-latest/include/mbedtls/
Ddebug.h86 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
87 __attribute__((__format__(gnu_printf, string_index, first_to_check)))
89 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
90 __attribute__((format(printf, string_index, first_to_check)))
93 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
96 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) argument