HomeSort by: relevance | last modified time | path
    Searched refs:__LA_PRINTF_FORMAT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive_fe/
lafe_err.h 41 # define __LA_PRINTF_FORMAT __MINGW_PRINTF_FORMAT
43 # define __LA_PRINTF_FORMAT __printf__
45 # define __LA_PRINTFLIKE(f,a) __attribute__((__format__(__LA_PRINTF_FORMAT, f, a)))
  /src/external/bsd/libarchive/dist/test_utils/
test_common.h 123 # define __LA_PRINTF_FORMAT __MINGW_PRINTF_FORMAT
125 # define __LA_PRINTF_FORMAT __printf__
127 # define __LA_PRINTFLIKE(f,a) __attribute__((__format__(__LA_PRINTF_FORMAT, f, a)))

Completed in 29 milliseconds