Searched refs:breakc (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dttyqueue.h83 size_t ttyinq_findchar(struct ttyinq *ti, const char *breakc, size_t maxlen,
/freebsd-12-stable/sys/kern/
H A Dtty_inq.c352 ttyinq_findchar(struct ttyinq *ti, const char *breakc, size_t maxlen, argument
366 if (strchr(breakc, tib->tib_data[boff]) && !GETBIT(tib, boff)) {
H A Dtty_ttydisc.c112 char breakc[4] = { CNL }; /* enough to hold \n, VEOF and VEOL. */ local
119 breakc[n++] = tp->t_termios.c_cc[c]; \
125 breakc[n] = '\0';
150 clen = ttyinq_findchar(&tp->t_inq, breakc, uio->uio_resid,

Completed in 107 milliseconds