代码搜索:cli

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

代码结果 6,094
www.eeworm.com/read/127694/6002655

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/120251/6074548

entries

/Makefile.am/1.15/Sat May 17 22:25:22 2003// /OgreSDLConfig_cli.cpp/1.6/Sat Dec 20 12:48:46 2003// /OgreSDLConfig_gtk.cpp/1.3/Sat Dec 20 12:48:46 2003// /OgreSDLInput.cpp/1.27/Sun Aug 22 01:44:46 2
www.eeworm.com/read/113165/6136457

entries

/Makefile.am/1.15/Sat May 17 22:25:22 2003// /OgreSDLConfig_cli.cpp/1.6/Sat Dec 20 12:48:46 2003// /OgreSDLConfig_gtk.cpp/1.3/Sat Dec 20 12:48:46 2003// /OgreSDLInput.cpp/1.27/Sun Aug 22 01:44:46 2
www.eeworm.com/read/421459/6311483

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/476738/6749240

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/264377/11317712

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/408584/11380483

c udpcli06.c

#include "unp.h" int main(int argc, char **argv) { int sockfd; socklen_t salen; struct sockaddr *cli, *serv; if (argc != 2) err_quit("usage: udpcli06 "); sockfd = Udp_client(a
www.eeworm.com/read/408584/11380836

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/253405/12226055

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/129891/14218914

c udpcli06.c

#include "unp.h" int main(int argc, char **argv) { int sockfd; socklen_t salen; struct sockaddr *cli, *serv; if (argc != 2) err_quit("usage: udpcli06 "); sockfd = Udp_client(a