Searched refs:found (Results 1 – 4 of 4) sorted by relevance
82 int found; local90 found = (curlen > group_len && strncmp (line, group, group_len) == 095 if (found)108 if (found)117 if (found)131 if (found)
71 bool found = false; in init_test_items() local84 found = true; in init_test_items()87 if (!found) in init_test_items()89 return found; in init_test_items()
169 bool found = false; in do_test() local181 found = true; in do_test()225 if (!found) in do_test()
547 struct dbentry **found = tsearch (newp, &last_database->entries, in process_input() local549 if (found == NULL) in process_input()552 if (*found != newp) in process_input()
Completed in 8 milliseconds