代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/408584/11381339
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/156224/11818689
c clitest.c
/*-< CLITEST.C >-----------------------------------------------------*--------*
* FastDB Version 1.0 (c) 1999 GARRET * ? *
* (Main Memory Database Management Sy
www.eeworm.com/read/252679/12269235
c cmdline.c
/*
Copyright (c) 1990-2006 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2005-Feb-10 or later
(the contents of which are also included in zip.h) for terms of use.
www.eeworm.com/read/250946/12374403
h common.h
#ifndef _common_h_
#define _common_h_
#define uchar unsigned char
#define uint unsigned int
#include
#include
#include
#define sei() asm("sei")
www.eeworm.com/read/250756/12386417
ac configur.ac
# To compile this into a configure script, you need:
# * Autoconf 2.50 or newer
# * Gtk (for $prefix/share/aclocal/gtk.m4)
# * Automake (for aclocal)
# If you've got them, running "autoreconf" sho
www.eeworm.com/read/234076/14123239
txt readme.txt
Test programs to be run against Silicon Laboratories ETHERNET-DK TCP Examples
=============================================================================
There are two winsock programs that can be
www.eeworm.com/read/129891/14219058
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/129891/14219496
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/226428/14474590
sav clitest.sav
/*-< CLITEST.C >-----------------------------------------------------*--------*
* FastDB Version 1.0 (c) 1999 GARRET * ? *
* (Main Memory Database Management Sy
www.eeworm.com/read/122161/14717549
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 gran