代码搜索:cli

找到约 6,094 项符合「cli」的源代码

代码结果 6,094
www.eeworm.com/read/290808/3970854

c dgclibcast3.c

#include "unp.h" static void recvfrom_alarm(int); void dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen) { int n; const int on = 1; char sendline[MAXLINE], recvline[MAXLI
www.eeworm.com/read/290808/3970862

c dgclibcast2.c

#include "unp.h" static void recvfrom_alarm(int); void dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen) { int n; const int on = 1; char sendline[MAXLINE], recvline[MAXLI
www.eeworm.com/read/290808/3971173

c strcliselect02.c

#include "unp.h" void str_cli(FILE *fp, int sockfd) { int maxfdp1, stdineof; fd_set rset; char buf[MAXLINE]; int n; stdineof = 0; FD_ZERO(&rset); for ( ; ; ) { if (stdineof == 0) FD
www.eeworm.com/read/290808/3971251

c dgcliinetaddr.c

#include "unp.h" void dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen) { int n; char sendline[MAXLINE], recvline[MAXLINE + 1]; socklen_t len; struct sockaddr_in *replyad
www.eeworm.com/read/290808/3971260

c dgcli01.c

/* include dgcli011 */ #include "unpicmpd.h" void dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen) { int icmpfd, maxfdp1; char sendline[MAXLINE], recvline[MAXLINE + 1]; fd
www.eeworm.com/read/430448/1930376

c main.c

// PS-2 Keyboard interface test program #include #include #include "uart.h" #include "delay.h" #include "ps2kbd.h" void initialize(void) { cli();
www.eeworm.com/read/430445/1930665

c main.c

// PS-2 Keyboard interface test program #include #include #include "uart.h" #include "delay.h" #include "ps2kbd.h" void initialize(void) { cli();
www.eeworm.com/read/420998/2057583

makefile

all: .depend client server DIR_PREFIX=../ include ../../MakeVars INSTALL_DIR = ccm/hello INSTALL_SRCS = README Makefile client.cc hello.idl hello_impl.cc INSTALL_SCRIPTS = hello client: cli
www.eeworm.com/read/416830/2106274

makefile

all: .depend client server DIR_PREFIX=../ include ../../MakeVars INSTALL_DIR = ccm/hello INSTALL_SRCS = README Makefile client.cc hello.idl hello_impl.cc INSTALL_SCRIPTS = hello client: cli
www.eeworm.com/read/416830/2107422

bat hello_tp.bat

REM !/bin/sh set path=%path%;..\..\..\win32-bin SET MICORC=NUL REM run Server del /f /q hello.ref start .\server -ORBThreadPool -ORBRequestLimit 100 -ORBConnLimit 1000 pause 2 REM run client .\cli