Searched refs:ttytype_sbbuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/telnet/telnetd/
H A Dtelnetd.c457 static unsigned char ttytype_sbbuf[] = { variable
546 output_datalen(ttytype_sbbuf, sizeof ttytype_sbbuf);
547 DIAG(TD_OPTIONS, printsub('>', ttytype_sbbuf + 2,
548 sizeof ttytype_sbbuf - 2););
625 output_datalen(ttytype_sbbuf, sizeof ttytype_sbbuf);
626 DIAG(TD_OPTIONS, printsub('>', ttytype_sbbuf + 2,
627 sizeof ttytype_sbbuf - 2););
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c507 static unsigned char ttytype_sbbuf[] = { variable
597 telnet_net_write (ttytype_sbbuf, sizeof ttytype_sbbuf);
598 DIAG(TD_OPTIONS, printsub('>', ttytype_sbbuf + 2,
599 sizeof ttytype_sbbuf - 2););
672 telnet_net_write (ttytype_sbbuf, sizeof ttytype_sbbuf);
673 DIAG(TD_OPTIONS, printsub('>', ttytype_sbbuf + 2,
674 sizeof ttytype_sbbuf - 2););

Completed in 105 milliseconds