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

/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dtelnetd.c462 static unsigned char ttytype_sbbuf[] = { variable
551 output_datalen(ttytype_sbbuf, sizeof ttytype_sbbuf);
552 DIAG(TD_OPTIONS, printsub('>', ttytype_sbbuf + 2,
553 sizeof ttytype_sbbuf - 2););
630 output_datalen(ttytype_sbbuf, sizeof ttytype_sbbuf);
631 DIAG(TD_OPTIONS, printsub('>', ttytype_sbbuf + 2,
632 sizeof ttytype_sbbuf - 2););
/freebsd-9.3-release/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 110 milliseconds