tty_putstrn
rc = tty_putstrn(tp, d, len);
return (tty_putstrn(tp, &c, 1));
int tty_putstrn(struct tty *tp, const char *p, size_t n);