代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/389810/8498570
cpp ex236_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB-CLI
#include // include the OTL 4.0 header file
otl_connect db; // connect obje
www.eeworm.com/read/389810/8498678
cpp ex472_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB-CLI
#include // include the OTL 4.0 header file
otl_connect db; // connect ob
www.eeworm.com/read/389810/8498879
cpp ex319_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI
#define OTL_STREAM_READ_ITERATOR_ON
#include // include the OTL 4.0 header
www.eeworm.com/read/389810/8499204
cpp ex89_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4/DB-CLI
#include // include the OTL 4 header file
otl_connect db; // connect object
www.eeworm.com/read/389810/8499256
cpp ex290_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2 CLI
#define OTL_STRICT_NUMERIC_TYPE_CHECK_ON_SELECT
#include // include the OT
www.eeworm.com/read/389810/8499367
cpp ex380_db2.cpp
#include
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2 CLI
#define OTL_STL // enable OTL support for STL
#include
www.eeworm.com/read/389810/8499625
cpp ex264_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI// Compile OTL 4.0/DB2-CLI
#define OTL_STREAM_READ_ITERATOR_ON
#include // include the OTL 4.0 header
www.eeworm.com/read/388150/8632530
h df1404.h
#ifndef __DF1404_H__
#define __DF1404_H__
#include "TypeDef.h"
#include
#include
#define CLI() asm("cli")
#define SEI() asm("sei")
#define NOP() asm("nop")
#defin
www.eeworm.com/read/360377/10100411
c ssp_ping.c
#ifdef __cplusplus
extern "C"{
#endif
#include "syscfg.h"
#include "aos.h"
#include "ssp_ping.h"
#include "../ker/ssp_msg.h"
#include "cli/cli_pub.h"
#if( AOS_INCLUDE_SMP_SNMP == TRUE )
#include
www.eeworm.com/read/278507/10532124
c strcliselect02.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
int maxfdp1, stdineof = 0;
fd_set rset;
char sendline[MAXLINE], recvline[MAXLINE];
heartbeat_cli(sockfd, 1, 5);
FD_ZERO(&rset);
for (