Searched refs:EXTRA_DUMP (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/libarchive/cat/test/
H A Dtest.h35 #undef EXTRA_DUMP /* How to dump extra data */ macro
/freebsd-12-stable/contrib/libarchive/cpio/test/
H A Dtest.h35 #undef EXTRA_DUMP /* How to dump extra data */ macro
/freebsd-12-stable/contrib/libarchive/tar/test/
H A Dtest.h35 #undef EXTRA_DUMP /* How to dump extra data */ macro
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dtest.h32 #define EXTRA_DUMP(x) archive_error_string((struct archive *)(x)) macro
H A Dmain.c68 #define EXTRA_DUMP(x) archive_error_string((struct archive *)(x)) macro
397 * to add strerror() output, for example. Just define the EXTRA_DUMP()
404 #ifdef EXTRA_DUMP
407 logprintf(" detail: %s\n", EXTRA_DUMP(extra));
/freebsd-12-stable/contrib/libarchive/test_utils/
H A Dtest_main.c525 * to add strerror() output, for example. Just define the EXTRA_DUMP()
532 #ifdef EXTRA_DUMP
535 logprintf(" detail: %s\n", EXTRA_DUMP(extra));

Completed in 167 milliseconds