Searched refs:try_to_run (Results 1 – 2 of 2) sorted by relevance
/freebsd/libexec/rtld-elf/tests/ |
H A D | common.c | 38 try_to_run(binary, 0, env, "the hypotenuse of 3 and 4 is 5\n", ""); in expect_success() 46 try_to_run(binary, 1, env, "", in expect_missing_library() 52 try_to_run(int binary, int exit_status, char * const *env, in try_to_run() function
|
H A D | common.h | 36 void try_to_run(int binary, int expected_exit_status, char * const *env,
|