Lines Matching defs:telnet
42 static char sccsid[] = "@(#)telnet.c 8.1 (Berkeley) 6/6/93";
51 * By the way, we need to include curses.h before telnet.h since,
52 * among other things, telnet.h #defines 'DO', which is a variable
56 #include <arpa/telnet.h>
174 { "telnet command mode", COMMAND_LINE },
204 * Initialize telnet environment.
856 "telnet: not enough room in buffer "
966 "telnet: not enough room in buffer"
1065 "telnet: command missing from linemode WILL request\n");
1078 (void) printf("telnet: not enough room in buffer for"
1092 "telnet: command missing from linemode WONT request\n");
1111 "telnet: command missing from linemode DO request\n");
1124 (void) printf("telnet: not enough room in buffer for"
1138 "telnet: command missing from linemode DONT request\n");
1171 (void) printf("telnet: not enough room in buffer for"
1301 "telnet: not enough room in buffer for slc import"
1436 fprintf(stderr, "telnet: error allocating SLC reply memory\n");
1472 (void) printf("telnet: not enough room in buffer for slc end "
1497 * Earlier version of telnet/telnetd from the BSD code had
1599 "telnet: error allocating environment option memory\n");
1657 "telnet: can't allocate environment option "
1731 (void) printf("telnet: not enough room in buffer for "
2206 telnet(user)
2296 * so that ^C will cause telnet to exit.
2432 * These routines add various telnet commands to the data stream.