Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive_fe/
H A Derr.h47 # define __LA_PRINTFLIKE(f,a) __attribute__((__format__(__LA_PRINTF_FORMAT, f, a))) macro
49 # define __LA_PRINTFLIKE(f,a)
52 void lafe_warnc(int code, const char *fmt, ...) __LA_PRINTFLIKE(2, 3);
53 __LA_NORETURN void lafe_errc(int eval, int code, const char *fmt, ...) __LA_PRINTFLIKE(3, 4);
45 # define __LA_PRINTFLIKE( global() macro
H A Derr.c41 static void lafe_vwarnc(int, const char *, va_list) __LA_PRINTFLIKE(2, 0);
/freebsd/contrib/libarchive/test_utils/
H A Dtest_common.h127 # define __LA_PRINTFLIKE(f,a) __attribute__((__format__(__LA_PRINTF_FORMAT, f, a))) macro
129 # define __LA_PRINTFLIKE(f,a) macro
278 void failure(const char *fmt, ...) __LA_PRINTFLIKE(1, 2);
323 void test_skipping(const char *fmt, ...) __LA_PRINTFLIKE(1, 2);
326 int systemf(const char *fmt, ...) __LA_PRINTFLIKE(1, 2);
389 char *slurpfile(size_t *, const char *fmt, ...) __LA_PRINTFLIKE(2, 3);
H A Dtest_main.c398 static void __LA_PRINTFLIKE(1, 0)
416 static void __LA_PRINTFLIKE(1, 2)
488 static void __LA_PRINTFLIKE(3, 4)