Home
last modified time | relevance | path

Searched refs:check_table (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitslabhash.c187 check_table(struct slabhash* table) in check_table() function
274 check_table(table); in test_long_table()
295 check_table(table); in test_long_table()
333 check_table(t->table); in test_thr_main()
335 check_table(t->table); in test_thr_main()
H A Dunitlruhash.c277 check_table(struct lruhash* table) in check_table() function
394 check_table(table); in test_long_table()
416 check_table(table); in test_long_table()
454 check_table(t->table); in test_thr_main()
456 check_table(t->table); in test_thr_main()
/netbsd-src/external/gpl2/dtc/dist/
H A Dchecks.c1765 static struct check *check_table[] = { variable
1858 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in disable_warning_error()
1859 struct check *cc = check_table[i]; in disable_warning_error()
1884 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in parse_checks_option()
1885 struct check *c = check_table[i]; in parse_checks_option()
1904 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in process_checks()
1905 struct check *c = check_table[i]; in process_checks()
/netbsd-src/usr.sbin/sysinst/
H A Dutil.c1612 struct check_table { unsigned int mode; const char *path;} checks[] = { struct
1658 struct check_table *p; in sanity_check()
/netbsd-src/external/mit/isl/dist/
H A Disl_tab.c1230 static void check_table(struct isl_tab *tab) __attribute__ ((unused));
1231 static void check_table(struct isl_tab *tab) in check_table() function