代码搜索:Check

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

代码结果 10,000
www.eeworm.com/read/262419/4313784

check

To launch the complete test suite, try this: $> make check The above command test all SIP messages from the "res/torture_msgs" file and all SDP messages from the "res/torture_sdps" file. Avai
www.eeworm.com/read/236268/14023984

check

#!/bin/tcsh # # This script checks if a program gga is running, if so, it checks for a # rescue file. For an added check it looks if the word Tot can be found # int the stats file, this would mean th
www.eeworm.com/read/346479/11742469

h check_check.h

#ifndef CHECK_CHECK_H #define CHECK_CHECK_H int sub_nfailed; int sub_ntests; void fork_setup (void); void fork_teardown (void); void setup_fixture(void); void teardown_fixture (void); void setup (vo
www.eeworm.com/read/346479/11742445

c check_check_fixture.c

#include #include #include #include #include #include "check_error.h" #include "check_str.h" #include "check_check.h" static char errm[200]; stat
www.eeworm.com/read/346479/11742451

c check_check_master.c

#include #include #include #include #include "check_check.h" TestResult **tr_fail_array; TestResult **tr_all_array; #define MAXSTR 300 typedef struct {
www.eeworm.com/read/346479/11742457

c check_check_sub.c

#include #include #include #include #include #include #include "check_check.h" START_TEST(test_lno) { fail("Failure expe
www.eeworm.com/read/346479/11742459

c check_check_fork.c

#include #include #include #include #include "check_check.h" static int counter; static pid_t mypid; static void fork_sub_setup (void) { counter = 0;
www.eeworm.com/read/346479/11742466

c check_check_main.c

#include #include #include #include "check_check.h" int main (void) { int n; SRunner *sr; fork_setup(); setup_fixture(); sr = srunner_create (make_master_sui
www.eeworm.com/read/346479/11742480

c check_check_limit.c

#include #include #include #include "check_check.h" #include "check_str.h" static SRunner *sr; static void limit_setup (void) { Suite *s = suite_create("Empty");
www.eeworm.com/read/346479/11742485

c check_check_pack.c

#include #include #include #include #include "check.h" #include "check_pack.h" #include "check_error.h" #include "check_check.h" static char errm[512]; S