代码搜索:TELNET
找到约 3,051 项符合「TELNET」的源代码
代码结果 3,051
www.eeworm.com/read/100422/15873936
clw telnet.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Telnet.h"
LastPa
www.eeworm.com/read/100422/15873937
rc telnet.rc
//Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
//
www.eeworm.com/read/100422/15873938
plg telnet.plg
Build Log
--------------------Configuration: Telnet - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x409 /fo"
www.eeworm.com/read/100422/15873939
dsw telnet.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/100422/15873940
aps telnet.aps
www.eeworm.com/read/100422/15873942
ncb telnet.ncb
www.eeworm.com/read/100267/15879161
h telnet.h
/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any
www.eeworm.com/read/100266/15879221
c telnet.c
/* telnet.c: Support telnet protocol */
#include "vt.h"
#define ECHO 01
#define EOR 031
#define GA 0371
#define WILL 0373
#define WONT 0374
#define DO 0375
#define DONT 0376
#define IAC 0377
#ifdef
www.eeworm.com/read/100264/15879450
c telnet.c
head 2.1;
access;
symbols;
locks; strict;
comment @ * @;
2.1
date 95.10.24.15.46.14; author tsurace; state Release;
branches;
next 1.1;
1.1
date 95.10.12.21.02.14; author tsurace; state Beta;
branc
www.eeworm.com/read/100264/15879520
c telnet.c
/* telnet.c: Support telnet protocol */
/* $Id: telnet.c 2.1 1995/10/24 15:46:14 tsurace Release $ */
#include "vt.h"
#define ECHO 01
#define EOR 031
#define GA 0371
#define WILL 0373
#defi