Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive_fe/
H A Derr.h43 # define __LA_PRINTF_FORMAT __MINGW_PRINTF_FORMAT macro
45 # define __LA_PRINTF_FORMAT __printf__
47 # define __LA_PRINTFLIKE(f,a) __attribute__((__format__(__LA_PRINTF_FORMAT, f, a)))
41 # define __LA_PRINTF_FORMAT global() macro
/freebsd/contrib/libarchive/test_utils/
H A Dtest_common.h123 # define __LA_PRINTF_FORMAT __MINGW_PRINTF_FORMAT macro
125 # define __LA_PRINTF_FORMAT __printf__ macro
127 # define __LA_PRINTFLIKE(f,a) __attribute__((__format__(__LA_PRINTF_FORMAT, f, a)))