Lines Matching refs:err_print
81 err_print("Error: unable to calloc more space.\n"); in zalloc()
100 err_print("Error: unable to realloc more space.\n"); in rezalloc()
142 err_print("Error: unknown address space type encountered.\n"); in space2str()
249 err_print("sigprocmask failed %d\n", errno); in onsusp()
423 err_print("Unable to open /dev/tty.\n"); in echo_off()
431 err_print("Unable to get tty parameters.\n"); in echo_off()
436 err_print("Unable to set tty to echo off state.\n"); in echo_off()
459 err_print("Unable to set tty to echo on state.\n"); in echo_on()
484 err_print("Unable to open /dev/tty.\n"); in charmode_on()
492 err_print("Unable to get tty parameters.\n"); in charmode_on()
503 err_print("Unable to set tty to cbreak on state.\n"); in charmode_on()
529 err_print("Unable to set tty to cbreak off state.\n"); in charmode_off()
832 err_print("%s", p); in dump()
836 err_print("%02x ", src[i] & 0xff); in dump()
840 err_print(" "); in dump()
842 err_print(" "); in dump()
844 err_print("%c", isprint(src[i]) ? src[i] : '.'); in dump()
847 err_print("\n"); in dump()