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

/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c875 static int bogus_oob = 0, first = 1;
892 * on a broken system and set the bogus_oob
901 bogus_oob = 1;
904 bogus_oob = 0;
909 if (bogus_oob && c > 0) {
873 static int bogus_oob = 0, first = 1; local
/freebsd-12-stable/contrib/telnet/telnet/
H A Dsys_bsd.c965 static int bogus_oob = 0, first = 1;
982 * on a broken system and set the bogus_oob
991 bogus_oob = 1;
994 bogus_oob = 0;
999 if (bogus_oob && c > 0) {
963 static int bogus_oob = 0, first = 1; local

Completed in 60 milliseconds