代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/129891/14219310
makefile
include ../Make.defines
PROGS = udpcli01
all: ${PROGS}
udpcli01: udpcli01.o dg_cli.o dg_send_recv.o
${CC} ${CFLAGS} -o $@ udpcli01.o dg_cli.o dg_send_recv.o ${LIBS}
clean:
rm -f ${PROGS} ${CLE
www.eeworm.com/read/122283/14703143
c udplib.c
#define _UDPLIB_C
#include "udplib.h"
/*
* Open the network connection for the server.
* nSockFd : the udp socket file identifier.
* sService : the name of the service we provide.
www.eeworm.com/read/119807/14820668
c echoserv1.c
#include
#include
#include
#include
#include
#include
#include
#define BUFLEN 255
#define SOCKADDR s
www.eeworm.com/read/219729/14867506
c rc_ctl_data.c
/*
* 文 件 名:rc_ctl_data.c
* 功 能:数据解析部分的函数
* 作 者:马云龙
* E_mail : mayunlong21@163.com
* 开始时间:2007-4-24 9:38
* 结束时间:2007-4-27 13:13
* 修改时间:
*/
#include
#include
www.eeworm.com/read/210058/15208592
h au_cmd.h
/**********************************************
**********************************************/
#ifndef _AU_CMD_H_
#define _AU_CMD_H_
#include "clishell.h"
#ifdef __cplusplus
extern "C"{
www.eeworm.com/read/205865/15305278
h cliproto.h
//-< CLIPROTO.H >----------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Syst
www.eeworm.com/read/168763/5436805
h system.h
/*
* include/asm-microblaze/system.h -- Low-level interrupt/thread ops
*
* Copyright (C) 2003 John Williams (jwilliams@itee.uq.edu.au)
* based upon microblaze version
* Copyright (C) 2001 NEC
www.eeworm.com/read/292919/8325127
c call.c
#include "call.h"
#include /* struct iovec */
/*
* Place the call by sending the "args" to the calling server,
* and reading a file descriptor back.
*/
int
call(const char *args)
{
i
www.eeworm.com/read/392544/8336848
c call.c
#include "call.h"
#include /* struct iovec */
/*
* Place the call by sending the "args" to the calling server,
* and reading a file descriptor back.
*/
int
call(const char *args)
{
i
www.eeworm.com/read/171230/9765849
cpp rotate.cpp
/*
* Copyright (c) 2001,2002,2003 Mike Matsnev. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fol