Home
last modified time | relevance | path

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

/mbedtls-3.5.0/include/mbedtls/
Ddebug.h98 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
99 __attribute__((__format__(gnu_printf, string_index, first_to_check)))
101 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
102 __attribute__((format(printf, string_index, first_to_check)))
105 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
108 #define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) argument