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

/freebsd-9.3-release/contrib/libarchive/cpio/test/
H A Dmain.c44 #undef EXTRA_DUMP /* How to dump extra data */ macro
338 * to add strerror() output, for example. Just define the EXTRA_DUMP()
345 #ifdef EXTRA_DUMP
347 logprintf(" detail: %s\n", EXTRA_DUMP(extra));
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dmain.c44 #define EXTRA_DUMP(x) archive_error_string((struct archive *)(x)) macro
334 * to add strerror() output, for example. Just define the EXTRA_DUMP()
341 #ifdef EXTRA_DUMP
343 logprintf(" detail: %s\n", EXTRA_DUMP(extra));
/freebsd-9.3-release/contrib/libarchive/tar/test/
H A Dmain.c44 #undef EXTRA_DUMP /* How to dump extra data */ macro
339 * to add strerror() output, for example. Just define the EXTRA_DUMP()
346 #ifdef EXTRA_DUMP
348 logprintf(" detail: %s\n", EXTRA_DUMP(extra));

Completed in 114 milliseconds