HomeSort by relevance Sort by last modified time
    Searched refs:__MINGW_PRINTF_FORMAT (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/include/openssl/
base.h 64 // stdio.h is needed on MinGW for __MINGW_PRINTF_FORMAT.
187 #if defined(__MINGW_PRINTF_FORMAT)
190 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 194 #undef __MINGW_PRINTF_FORMAT
196 #define __MINGW_PRINTF_FORMAT gnu_printf
367 #undef __MINGW_PRINTF_FORMAT
369 #define __MINGW_PRINTF_FORMAT ms_printf
398 int __cdecl vasprintf(char ** __restrict__ ret,const char * __restrict__ format,va_list ap) __attribute__ ((format (__MINGW_PRINTF_FORMAT, 2, 0)));;
399 int __cdecl asprintf(char ** __restrict__ ret,const char * __restrict__ format,...) __attribute__ ((format (__MINGW_PRINTF_FORMAT, 2, 3)));
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 103 milliseconds