代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/372395/9511514
sh indent-all.sh
#!/bin/sh
indent -bli0 -i8 -cli8 -npcs -l100 *.h *.c
www.eeworm.com/read/181164/9272041
makefile
#
#
#
COPT = -Wall -pthread
CC = g++
LOPT= -lpthread -lrt
LIBWYA= ../src/libwy.a
APPS= demo_reply demo_num demo_date demo_thread a_tcpecho_svr a_readconf\
a_ls a_more a_tree a_frep a_who a
www.eeworm.com/read/350890/10700280
acc makefile.acc
# -*- makefile -*-
# Makefile for Generic HP-Unix with GCC compiler
FAULT_TOLERANT=0
# Default install directory
PREFIX = /usr/local
# Place where to copy GastDB header files
INCSPATH=$(PREFIX)/inc
www.eeworm.com/read/454694/7385262
c proxy2.c
#include
#include
#include
#include
#include
#include
#include
#define BUF_SIZE 1500 /* block transfer s
www.eeworm.com/read/265314/11268718
acc makefile.acc
# -*- makefile -*-
# Makefile for Generic HP-Unix with GCC compiler
FAULT_TOLERANT=0
# Default install directory
PREFIX = /usr/local
# Place where to copy GastDB header files
INCSPATH=$(PR
www.eeworm.com/read/156224/11817669
acc makefile.acc
# -*- makefile -*-
# Makefile for Generic HP-Unix with GCC compiler
FAULT_TOLERANT=0
# Default install directory
PREFIX = /usr/local
# Place where to copy GastDB header files
INCSPATH=$(PREFIX)/inc
www.eeworm.com/read/170872/9782882
acc makefile.acc
# -*- makefile -*-
# Makefile for Generic HP-Unix with GCC compiler
FAULT_TOLERANT=0
# Default install directory
PREFIX = /usr/local
# Place where to copy GastDB header files
INCSPATH=$(PREFIX)/inc
www.eeworm.com/read/106890/15618564
h proxy.h
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/279126/10462077
c server_c.c
#include
#include
#include
#include
#include
#include
#include
#include
int main()
www.eeworm.com/read/159132/10692323
c opensocket.c
#include
#include
#include
int soc,cli,soc_len;
struct sockaddr_in serv_addr;
struct sockaddr_in cli_addr;
int main()
{
if(fork()==0)