Home
last modified time | relevance | path

Searched refs:ExitString (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/telnet/
H A Dexterns.h265 __dead void ExitString(char *string, int returnCode);
H A Dutilities.c689 ExitString(char *string, int returnCode) in ExitString() function
H A Dcommands.c1926 ExitString("Connection closed by foreign host.\r\n",1); in tn()
H A Dtelnet.c667 ExitString("No room in buffer for terminal type.\n", 1); in suboption()