Lines Matching refs:sprintf
53 sprintf(error, "%s() returned %d", fn, kr); in check_kr()
63 sprintf(error, "%s() returned address 0", fn); in check_addr0()
73 sprintf(error, "%s() returned address %llx instead of %llx", fn, addr1, addr2); in check_addr()
83 sprintf(error, "address not aligned properly: 0x%llx", addr); in check_align()
96 sprintf(error, "%s when reading", signame[sig]); in check_r()
119 sprintf(error, "page still readable"); in check_nr()
133 sprintf(error, "%s when writing", signame[sig]); in check_w()
152 sprintf(error, "page still writable"); in check_nw()
171 sprintf(error, "checksum error"); in check_rw()
225 sprintf(error, "skipped deallocation"); in test_deallocate()
327 sprintf(error, "mach_vm_allocate() should have failed"); in test_allocateunalignedfixed()
348 sprintf(error, "mach_vm_allocate() should have failed"); in test_allocateoddsize()
404 sprintf(error, "could allocate already allocated space, page %d", i); in test_reallocate()
475 sprintf(error, "could unwire"); in test_unwire()
594 sprintf(error, "child could access superpage"); in test_fork()
640 sprintf(error, "couldn't open %s", FILENAME); in test_fileio()
646 sprintf(error, "short read (1)"); in test_fileio()
652 sprintf(error, "short read (2)"); in test_fileio()
659 sprintf(error, "read data corrupt"); in test_fileio()
686 sprintf(error, "mmap()"); in test_mmap()