Lines Matching refs:logprintf

410 logprintf(const char *fmt, ...)  in logprintf()  function
503 logprintf("%s(%d): ", filename, line); in failure_start()
505 logprintf("%s:%d: ", filename, line); in failure_start()
509 logprintf("\n"); in failure_start()
512 logprintf(" Description: %s\n", msg); in failure_start()
534 logprintf(" errno: %d\n", EXTRA_ERRNO(extra)); in failure_finish()
535 logprintf(" detail: %s\n", EXTRA_DUMP(extra)); in failure_finish()
622 logprintf(" %s=%lld (0x%llx, 0%llo)\n", e1, v1, v1, v1); in assertion_equal_int()
623 logprintf(" %s=%lld (0x%llx, 0%llo)\n", e2, v2, v2, v2); in assertion_equal_int()
721 logprintf(" %*s = ", ewidth, e); in strdump()
723 logprintf("NULL\n"); in strdump()
726 logprintf("\""); in strdump()
730 case '\a': logprintf("\\a"); break; in strdump()
731 case '\b': logprintf("\\b"); break; in strdump()
732 case '\n': logprintf("\\n"); break; in strdump()
733 case '\r': logprintf("\\r"); break; in strdump()
736 logprintf("%c", c); in strdump()
738 logprintf("\\x%02X", c); in strdump()
741 logprintf("\""); in strdump()
742 logprintf(" (length %d)", q == NULL ? -1 : (int)strlen(q)); in strdump()
755 logprintf(" ["); in strdump()
758 logprintf(" "); in strdump()
759 logprintf("%04X", uc); in strdump()
764 logprintf("]"); in strdump()
765 logprintf(" (count %d", cnt); in strdump()
767 logprintf(",unknown %zu bytes", len); in strdump()
769 logprintf(")"); in strdump()
772 logprintf("\n"); in strdump()
801 logprintf(" %s = ", e); in wcsdump()
803 logprintf("(null)"); in wcsdump()
806 logprintf("\""); in wcsdump()
810 logprintf("%c", c); in wcsdump()
812 logprintf("\\x%02X", c); in wcsdump()
814 logprintf("\\u%04X", c); in wcsdump()
816 logprintf("\\U%08X", c); in wcsdump()
818 logprintf("\"\n"); in wcsdump()
868 logprintf("(null)\n"); in hexdump()
872 logprintf("%04x", (unsigned)(i + offset)); in hexdump()
877 logprintf("%c%02x", sep, 0xff & (int)p[i+j]); in hexdump()
882 logprintf("%c ", sep); in hexdump()
885 logprintf("%c", sep); in hexdump()
889 logprintf("%c", c); in hexdump()
891 logprintf("."); in hexdump()
893 logprintf("\n"); in hexdump()
916 logprintf(" size %s = %d\n", ld, (int)l); in assertion_equal_mem()
927 logprintf(" Dump of %s\n", e1); in assertion_equal_mem()
929 logprintf(" Dump of %s\n", e2); in assertion_equal_mem()
931 logprintf("\n"); in assertion_equal_mem()
959 logprintf(" Only %d bytes were correct\n", (int)c); in assertion_memory_filled_with()
984 logprintf(" File size: %d\n", (int)st.st_size); in assertion_empty_file()
985 logprintf(" Contents:\n"); in assertion_empty_file()
988 logprintf(" Unable to open %s\n", f1); in assertion_empty_file()
1056 logprintf(" file1=\"%s\"\n", fn1); in assertion_equal_file()
1057 logprintf(" file2=\"%s\"\n", fn2); in assertion_equal_file()
1123 logprintf(" file=\"%s\"\n", fn); in assertion_file_contents()
1127 logprintf(" File empty, contents should be:\n"); in assertion_file_contents()
1180 logprintf(" file=\"%s\"\n", fn); in assertion_text_file_contents()
1183 logprintf(" expected\n"); in assertion_text_file_contents()
1186 logprintf(" File empty, contents should be:\n"); in assertion_text_file_contents()
1299 logprintf(" Expected but not present: %s\n", expected[i]); in assertion_file_contains_lines_any_order()
1305 logprintf(" Present but not expected: %s\n", actual[j]); in assertion_file_contains_lines_any_order()
1685 logprintf(" Expected: 0%3o\n", mode); in assertion_is_dir()
1686 logprintf(" Found: 0%3o\n", st.st_mode & 07777); in assertion_is_dir()
1718 logprintf(" Expected: 0%3o\n", mode); in assertion_is_reg()
1719 logprintf(" Found: 0%3o\n", st.st_mode & 07777); in assertion_is_reg()
2019 logprintf(" New link: %s\n", newpath); in assertion_make_hardlink()
2020 logprintf(" Old name: %s\n", linkto); in assertion_make_hardlink()
2047 logprintf(" New link: %s\n", newpath); in assertion_make_symlink()
2048 logprintf(" Old name: %s\n", linkto); in assertion_make_symlink()
3070 logprintf("Cmd: %s\n", buff); in systemf()
3103 logprintf("Can't stat file %s\n", filename); in slurpfile()
3109 logprintf("Can't allocate %ld bytes of memory to read file %s\n", in slurpfile()
3116 logprintf("Can't read file %s\n", filename); in slurpfile()
3141 logprintf("Can't open file %s for writing\n", filename); in dumpfile()
3146 logprintf("Can't write file %s\n", filename); in dumpfile()
3232 logprintf("Error: fwrite\n"); in copy_reference_file()
3500 logprintf("%s:%d: Summary: Failed %d times\n", in test_summarize()