rint 1110 dev/usb/ucom.c int (*rint)(int c, struct tty *tp) = LINESW(tp, l_rint); rint 1123 dev/usb/ucom.c (*rint)('\n', tp); rint 1147 dev/usb/ucom.c if ((*rint)(*cp++, tp) == -1) {