Home
last modified time | relevance | path

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

/netbsd-src/tests/dev/audio/
H A Daudiotest.c184 extern struct testentry testtable[];
298 for (i = 0; testtable[i].name != NULL; i++) in main()
299 printf("%s\n", testtable[i].name); in main()
309 for (i = 0; testtable[i].name != NULL; i++) in main()
318 for (i = 0; testtable[i].name != NULL; i++) { in main()
319 if (match(argv[j], testtable[i].name)) { in main()
393 testtable[testnumber].func(); in do_test()
7161 struct testentry testtable[] = { variable