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

  /src/external/bsd/libarchive/dist/libarchive_fe/
lafe_err.h 45 # define __LA_PRINTFLIKE(f,a) __attribute__((__format__(__LA_PRINTF_FORMAT, f, a)))
47 # define __LA_PRINTFLIKE(f,a)
50 void lafe_warnc(int code, const char *fmt, ...) __LA_PRINTFLIKE(2, 3);
51 __LA_NORETURN void lafe_errc(int eval, int code, const char *fmt, ...) __LA_PRINTFLIKE(3, 4);
  /src/external/bsd/libarchive/dist/test_utils/
test_common.h 127 # define __LA_PRINTFLIKE(f,a) __attribute__((__format__(__LA_PRINTF_FORMAT, f, a)))
129 # define __LA_PRINTFLIKE(f,a)
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);
395 char *slurpfile(size_t *, const char *fmt, ...) __LA_PRINTFLIKE(2, 3);

Completed in 17 milliseconds