Searched refs:__LA_PRINTFLIKE (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/libarchive/libarchive_fe/ |
| D | err.h | 45 # define __LA_PRINTFLIKE(f,a) __attribute__((__format__(__LA_PRINTF_FORMAT, f, a))) macro 47 # define __LA_PRINTFLIKE(f,a) macro 50 void lafe_warnc(int code, const char *fmt, ...) __LA_PRINTFLIKE(2, 3); 52 __LA_PRINTFLIKE(3, 4);
|
| D | err.c | 43 static void lafe_vwarnc(int, const char *, va_list) __LA_PRINTFLIKE(2, 0);
|
| /freebsd-12-stable/contrib/libarchive/test_utils/ |
| D | test_common.h | 126 # define __LA_PRINTFLIKE(f,a) __attribute__((__format__(__LA_PRINTF_FORMAT, f, a))) macro 128 # define __LA_PRINTFLIKE(f,a) macro 285 void failure(const char *fmt, ...) __LA_PRINTFLIKE(1, 2); 329 void test_skipping(const char *fmt, ...) __LA_PRINTFLIKE(1, 2); 332 int systemf(const char *fmt, ...) __LA_PRINTFLIKE(1, 2); 395 char *slurpfile(size_t *, const char *fmt, ...) __LA_PRINTFLIKE(2, 3);
|
| D | test_main.c | 391 static void __LA_PRINTFLIKE(1, 0) 409 static void __LA_PRINTFLIKE(1, 2) 481 static void __LA_PRINTFLIKE(3, 4)
|