代码搜索:CONNECT

找到约 10,000 项符合「CONNECT」的源代码

代码结果 10,000
www.eeworm.com/read/408584/11380444

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

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

6 truss.solaris.2.6

so_socket(2, 2, 0, "", 1) = 3 connect(3, 0xEFFFE8C8, 16) = 0 read(3, " F r i A p r 4 1".., 4096) = 26 ioctl(1, TCGETA, 0xEFFFE69C)
www.eeworm.com/read/408584/11381296

c tcpcli01.c

/* Use standard echo server; baseline measurements for nonblocking version */ #include "unp.h" int main(int argc, char **argv) { int sockfd; struct sockaddr_in servaddr; if (argc != 2) err_
www.eeworm.com/read/406618/11438876

cpp serial.cpp

#include "serialform.h" #include "serial.h" #include #include #include #include #include #include #include
www.eeworm.com/read/406618/11438896

cpp serial.cpp

#include "serialform.h" #include "serial.h" #include #include #include #include #include #include #include
www.eeworm.com/read/405540/11460807

po da.po

# Danish messages for GNU wget # Copyright (C) 1998 Free Software Foundation, Inc. # Keld J鴕n Simonsen , 2000-2002. # # Reviewed: 2001-10-20 Thorbjoern Ravn Andersen
www.eeworm.com/read/402770/11527938

cpp ex25_odbc.cpp

#include using namespace std; #include #define OTL_ODBC_MSSQL_2008 // Compile OTL 4/ODBC, MS SQL 2008 //#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used with M
www.eeworm.com/read/402770/11528099

cpp ex233_oci8.cpp

#include using namespace std; #include //#define OTL_ORA8I // Compile OTL 4.0/OCI8 //#define OTL_ORA9I // Compile OTL 4.0/OCI9i #define OTL_ORA8I // Compile OTL 4.0/OCI8i
www.eeworm.com/read/402770/11528175

cpp ex311_oci7.cpp

#include using namespace std; #include #define OTL_ORA7 // Compile OTL 4.0/OCI7 #include // include the OTL 4.0 header file otl_connect db; // connect object