代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/152550/12107441
m4 gnome-print-check.m4
# Configure paths for GNOME-PRINT
# Chris Lahey 99-2-5
# stolen from Manish Singh again
# stolen back from Frank Belew
# stolen from Manish Singh
# Shamelessly stolen from Owen Taylor
dnl AM_PATH_GNO
www.eeworm.com/read/152550/12107455
m4 gnome-bonobo-check.m4
# Configure paths for Bonobo
# Miguel de Icaza, 99-04-12
# Stolen from Chris Lahey 99-2-5
# stolen from Manish Singh again
# stolen back from Frank Belew
# stolen from Manish Singh
# Shamelessly stole
www.eeworm.com/read/152362/12119412
h m_check_bstate_bk.h
void Bstate_check()
{
if(ap->Sys_main_hub_gl==1)
{
if(socket_comb(ap->Bhost_name_gl,"B_machine: are you ok?")==0)
{
ap->Bstate_gl=1;
}
else ap->Bstate_gl=0;
}
else if(ap->Sys_main_hub_gl==
www.eeworm.com/read/152362/12119867
h m_check_mstate_bk.h
#include
#include
int Mstate_check()
{
int i;
char *str="I am ok now";
char *test="I am ok";
if(strncmp(str,test,7)==0)
return 1;
else return 0;
}
www.eeworm.com/read/152362/12119957
h m_check_astate_bk.h
#define LEN 16348
char A_info[512]={};
struct area_window
{
int SgNode_DynTab[40][10];
int SwNode_DynTab[17][5];
int FdNode_DynTab[24][4];
int flag_sg;
int flag_sw;
int flag_fd;
int test[2
www.eeworm.com/read/152362/12120069
c mserver_sys_check_back.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/253758/12201084