Searched refs:error_str_ptr (Results 1 – 1 of 1) sorted by relevance
27 char** error_str_ptr; member104 test->error_str_ptr = (char**)p; in load_test()194 fprintf(stderr, "Test setup failed: %s\n", *test.error_str_ptr); in main()215 if (**test.error_str_ptr) { in main()216 printf("Test failed: %s\n", *test.error_str_ptr); in main()225 fprintf(stderr, "Test cleanup failed: %s\n", *test.error_str_ptr); in main()