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

/freebsd-10.0-release/contrib/libarchive/cpio/test/
H A Dmain.c69 #undef EXTRA_DUMP /* How to dump extra data */ macro
376 * to add strerror() output, for example. Just define the EXTRA_DUMP()
383 #ifdef EXTRA_DUMP
386 logprintf(" detail: %s\n", EXTRA_DUMP(extra));
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dmain.c68 #define EXTRA_DUMP(x) archive_error_string((struct archive *)(x)) macro
374 * to add strerror() output, for example. Just define the EXTRA_DUMP()
381 #ifdef EXTRA_DUMP
384 logprintf(" detail: %s\n", EXTRA_DUMP(extra));
/freebsd-10.0-release/contrib/libarchive/tar/test/
H A Dmain.c69 #undef EXTRA_DUMP /* How to dump extra data */ macro
376 * to add strerror() output, for example. Just define the EXTRA_DUMP()
383 #ifdef EXTRA_DUMP
386 logprintf(" detail: %s\n", EXTRA_DUMP(extra));

Completed in 145 milliseconds