代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/429780/8788943
c server.c
/* A simple server in the internet domain using TCP
The port number is passed as an argument */
#include
#include
#include
#include
void erro
www.eeworm.com/read/163765/10146734
c,v servopen.c,v
head 1.1;
branch ;
access ;
symbols ;
locks ;
comment @ * @;
1.1
date 94.01.17.14.59.30; author rstevens; state Exp;
branches ;
next ;
desc
@@
1.1
log
@08Dec93 version fo
www.eeworm.com/read/278507/10531629
c strcliselect01.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
int maxfdp1;
fd_set rset;
char sendline[MAXLINE], recvline[MAXLINE];
FD_ZERO(&rset);
for ( ; ; ) {
FD_SET(fileno(fp), &rset);
FD_SE
www.eeworm.com/read/277283/10649698
c servopen.c
/*
* Copyright (c) 1993 W. Richard Stevens. All rights reserved.
* Permission to use or modify this software and its documentation only for
* educational purposes and without fee is hereby granted
www.eeworm.com/read/350890/10701662
c clitest.c
/*-< CLITEST.C >-----------------------------------------------------*--------*
* FastDB Version 1.0 (c) 1999 GARRET * ? *
* (Main Memory Database Management Syst
www.eeworm.com/read/276205/10753691
c tcpserver.c
#include "tcpserver.h"
#include "tcplink.h"
#include
#ifdef HAVE_CONFIG_H
#include
#endif
//thread struct
typedef struct threadargs
{
int sock;
LList *list;
}threadargs;
www.eeworm.com/read/416613/11019107
c udpclient.c
/*
************************ File Info ******************************
** File name: client.c
** Descriptions: client of UDP.
***********************************************************
www.eeworm.com/read/454972/7380765
c server.c
#ifdef HAVE_CONFIG_H
#include
#endif
#include
#include "server.h"
#include "link.h"
typedef struct threadargs
{
int sock;
LList *list;
}
threadargs;
int getuser(char *buf
www.eeworm.com/read/199117/7887871
cpp mainthread.cpp
// MainThread.cpp : implementation file
//
#include "stdafx.h"
#include "IvrServer.h"
#include "IvrServerView.h"
#include "MainThread.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL