Lines Matching defs:testcase
55 testcase_from_struct(struct testcase *testcase) in testcase_from_struct()
153 testcase_get_timeout(prop_dictionary_t testcase) in testcase_get_timeout()
171 testcase_get_type(prop_dictionary_t testcase) in testcase_get_type()
191 testcase_get_type_desc(prop_dictionary_t testcase) in testcase_get_type_desc()
204 testcase_get_name(prop_dictionary_t testcase) in testcase_get_name()
217 testcase_get_argc(prop_dictionary_t testcase) in testcase_get_argc()
230 testcase_get_args(prop_dictionary_t testcase) in testcase_get_args()
256 testcase_get_flags(prop_dictionary_t testcase) in testcase_get_flags()
270 testcase_get_precmd_type(prop_dictionary_t testcase) in testcase_get_precmd_type()
278 testcase_get_rc(prop_dictionary_t testcase) in testcase_get_rc()
292 testcase_get_postcmd_type(prop_dictionary_t testcase) in testcase_get_postcmd_type()
300 testcase_needs_setuid(prop_dictionary_t testcase) in testcase_needs_setuid()
308 testcase_get_runas_uid(prop_dictionary_t testcase) in testcase_get_runas_uid()
322 testcase_get_custom_precmd(prop_dictionary_t testcase) in testcase_get_custom_precmd()
336 testcase_get_custom_postcmd(prop_dictionary_t testcase) in testcase_get_custom_postcmd()
350 _testcase_get_interpreter(prop_dictionary_t testcase, bool fatal) in _testcase_get_interpreter()
368 testcase_get_interpreter(prop_dictionary_t testcase) in testcase_get_interpreter()
374 testcase_get_interpreter_noexit(prop_dictionary_t testcase) in testcase_get_interpreter_noexit()
380 testcase_get_make_cmd(prop_dictionary_t testcase) in testcase_get_make_cmd()
394 testcase_get_result_dict(prop_dictionary_t testcase) in testcase_get_result_dict()
414 testcase_set_build_buf(prop_dictionary_t testcase, const char *buf) in testcase_set_build_buf()
422 testcase_set_cleanup_buf(prop_dictionary_t testcase, const char *buf) in testcase_set_cleanup_buf()
430 testcase_set_sys_buf(prop_dictionary_t testcase, const char *buf) in testcase_set_sys_buf()
438 testcase_set_precmd_buf(prop_dictionary_t testcase, const char *buf) in testcase_set_precmd_buf()
446 testcase_set_postcmd_buf(prop_dictionary_t testcase, const char *buf) in testcase_set_postcmd_buf()
454 testcase_set_stdout_buf(prop_dictionary_t testcase, const char *buf) in testcase_set_stdout_buf()
462 testcase_set_stderr_buf(prop_dictionary_t testcase, const char *buf) in testcase_set_stderr_buf()
470 testcase_set_result(prop_dictionary_t testcase, int result) in testcase_set_result()
478 testcase_set_exit_value(prop_dictionary_t testcase, int exitval) in testcase_set_exit_value()
486 testcase_set_signal(prop_dictionary_t testcase, int sig) in testcase_set_signal()
494 testcase_get_build_buf(prop_dictionary_t testcase) in testcase_get_build_buf()
505 testcase_get_cleanup_buf(prop_dictionary_t testcase) in testcase_get_cleanup_buf()
516 testcase_get_sys_buf(prop_dictionary_t testcase) in testcase_get_sys_buf()
527 testcase_get_precmd_buf(prop_dictionary_t testcase) in testcase_get_precmd_buf()
538 testcase_get_postcmd_buf(prop_dictionary_t testcase) in testcase_get_postcmd_buf()
549 testcase_get_stdout_buf(prop_dictionary_t testcase) in testcase_get_stdout_buf()
560 testcase_get_stderr_buf(prop_dictionary_t testcase) in testcase_get_stderr_buf()
571 testcase_get_result(prop_dictionary_t testcase) in testcase_get_result()
582 testcase_get_result_desc(prop_dictionary_t testcase) in testcase_get_result_desc()
600 testcase_get_exit_value(prop_dictionary_t testcase) in testcase_get_exit_value()
614 testcase_get_signal(prop_dictionary_t testcase) in testcase_get_signal()
725 struct testcase *testcase; in testcase_entry_parser() local