tests             630 user/testbin/malloctest/malloctest.c } tests[] = {
tests             646 user/testbin/malloctest/malloctest.c 	for (i=0; tests[i].num>=0; i++) {
tests             647 user/testbin/malloctest/malloctest.c 		if (tests[i].num == tn) {
tests             648 user/testbin/malloctest/malloctest.c 			tests[i].func();
tests             669 user/testbin/malloctest/malloctest.c 			for (i=0; tests[i].num>=0; i++) {
tests             670 user/testbin/malloctest/malloctest.c 				printf("  %2d  %s\n", tests[i].num, 
tests             671 user/testbin/malloctest/malloctest.c 				       tests[i].desc);