Lines Matching refs:test_cnt
68 int test_cnt = 0;
74 event_set[test_cnt].mask = IN_ISDIR | IN_ATTRIB;
75 strcpy(event_set[test_cnt].name, "");
76 test_cnt++;
79 event_set[test_cnt].mask = IN_OPEN;
80 strcpy(event_set[test_cnt].name, FILE_NAME);
81 test_cnt++;
82 event_set[test_cnt].mask = IN_CLOSE_WRITE;
83 strcpy(event_set[test_cnt].name, FILE_NAME);
84 test_cnt++;
85 event_set[test_cnt].mask = IN_ATTRIB;
86 strcpy(event_set[test_cnt].name, FILE_NAME);
87 test_cnt++;
100 if (test_num >= test_cnt) {
133 for (; test_num < test_cnt; test_num++) {