• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/libarchive/test_utils/

Lines Matching refs:failure

362 /* Enable core dump on failure. */
422 failure(const char *fmt, ...)
461 /* Proper handling of "failure()" message. */
480 /* Count this failure, setup up log destination and handle initial report. */
486 /* Record another failure for this line. */
500 /* Log file:line header for this failure */
541 " *** forcing core dump so failure can be debugged ***\n");
556 /* Use failure() message if set. */
1281 /* If there's anything left, it's a failure */
2349 failure("No space after version: ``%s''", q);
2351 failure("No space after version: ``%s''", q);
2376 failure("Unable to run either %s --version or %s -W version",
2390 failure("Version must start with '%s': ``%s''", base, p);
2404 failure("No `-' between program name and versions: ``%s''", p);
2408 failure("Not long enough for libarchive version: ``%s''", p);
2411 failure("Libarchive version must start with `libarchive': ``%s''", p);
2429 failure("Version output must end with \\n or \\r\\n");
2950 failure("acl_from_text() error: %s", strerror(errno));
2955 failure("richacl_from_text() error: %s", strerror(errno));
2960 failure("acl_init() error: %s", strerror(errno));
2964 failure("acl_create_entry() error: %s", strerror(errno));
2968 failure("acl_set_tag_type() error: %s", strerror(errno));
2972 failure("acl_get_permset() error: %s", strerror(errno));
2977 failure("acl_add_perm() error: %s", strerror(errno));
2982 failure("acl_set_permset() error: %s", strerror(errno));
2986 failure("mbr_uid_to_uuid() error: %s", strerror(errno));
2990 failure("acl_set_qualifier() error: %s", strerror(errno));
3016 failure("acl_from_text() error: %s", strerror(errno));
3162 failure("Couldn't open reference file %s", buff);
3169 /* TODO: This is a failure. */
3223 failure("Couldn't open reference file %s", buff);
3503 /* Clear the failure history for the next file. */
3628 printf(" -d Dump core after any failure, for debugging.\n");
3679 goto failure;
3736 failure: