代码搜索:cli

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

代码结果 6,094
www.eeworm.com/read/179967/9326088

c tcpcli02.c

#include "unp.h" int main(int argc, char **argv) { int sockfd; if (argc != 3) err_quit("usage: tcpcli "); sockfd = Tcp_connect(argv[1], argv[2]); str_cli(stdin, sockfd);
www.eeworm.com/read/179967/9326097

c tcpcli01.c

#include "unp.h" int main(int argc, char **argv) { int sockfd; if (argc != 3) err_quit("usage: tcpcli "); sockfd = Tcp_connect(argv[1], argv[2]); str_cli(stdin, sockfd);
www.eeworm.com/read/179157/9367974

makefile

####################################### # Makefile for HP-UNIX ####################################### CC =cc CCFLG = -g INCFLG =-I./ LDFLG =-L./ OBJS1=exam.o sl_cli.o tpcall.o APPLICATION=$(HOME)
www.eeworm.com/read/178805/9385270

c tcpcli01.c

#include #include #include #include #include #include #include #include #include #incl
www.eeworm.com/read/167823/9951416

cpp cudpsocket.cpp

#include "CUdpsocket.h" CUdpsocket::CUdpsocket() { yes=1; struct linger linger = {0}; memset(ServAddr,'\0',20); ServPort=0; write_log((u_char *)"CUdpsocket completed......"); } void
www.eeworm.com/read/278507/10530183

c tcpcli02.c

#include "unp.h" int main(int argc, char **argv) { int sockfd; if (argc != 3) err_quit("usage: tcpcli "); sockfd = Tcp_connect(argv[1], argv[2]); str_cli(stdin, sockfd);
www.eeworm.com/read/278507/10530210

c tcpcli01.c

#include "unp.h" int main(int argc, char **argv) { int sockfd; if (argc != 3) err_quit("usage: tcpcli "); sockfd = Tcp_connect(argv[1], argv[2]); str_cli(stdin, sockfd);
www.eeworm.com/read/423392/10562949

cvsignore .cvsignore

*.d .config eapol_test preauth_test wpa_cli wpa_passphrase wpa_supplicant
www.eeworm.com/read/422085/10664822

h isr.h

//[isr.h]中断处理函数头文件------------------------------------------------* //功 能: * // (1)用于声明中断子函数
www.eeworm.com/read/422083/10665717

h isr.h

//[isr.h]中断处理函数头文件------------------------------------------------* //功 能: * // (1)用于声明中断子函数