Home
last modified time | relevance | path

Searched defs:executable (Results 1 – 13 of 13) sorted by relevance

/minix3/minix/tests/
H A Dtest86.c16 char *executable, cp_cmd[PATH_MAX + 9]; in main() local
H A Dtest20.c41 char executable[1024]; variable
H A Dtest43.c18 static const char *executable; variable
H A Dtest41.c62 static char *executable; variable
H A Dtest89.c23 static const char *executable; variable
H A Dtest42.c78 static char *executable; variable
/minix3/external/bsd/atf/dist/tools/
H A Dtest-program.cpp134 const tools::fs::path& executable; member
146 const tools::fs::path& executable; member
213 exec_or_exit(const tools::fs::path& executable, in exec_or_exit()
652 impl::get_metadata(const tools::fs::path& executable, in get_metadata()
730 impl::run_test_case(const tools::fs::path& executable, in run_test_case()
H A Dtest_program_test.cpp764 const tools::fs::path executable = get_helper(*this, "bad_metadata_helper"); in ATF_TEST_CASE_BODY() local
772 const tools::fs::path executable = get_helper(*this, "zero_tcs_helper"); in ATF_TEST_CASE_BODY() local
780 const tools::fs::path executable = get_helper(*this, "several_tcs_helper"); in ATF_TEST_CASE_BODY() local
/minix3/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dtest-program.cpp135 const atf::fs::path& executable; member
147 const atf::fs::path& executable; member
214 exec_or_exit(const atf::fs::path& executable, in exec_or_exit()
650 impl::get_metadata(const atf::fs::path& executable, in get_metadata()
728 impl::run_test_case(const atf::fs::path& executable, in run_test_case()
H A Dtest_program_test.cpp761 const atf::fs::path executable = get_helper(*this, "bad_metadata_helper"); in ATF_TEST_CASE_BODY() local
769 const atf::fs::path executable = get_helper(*this, "zero_tcs_helper"); in ATF_TEST_CASE_BODY() local
777 const atf::fs::path executable = get_helper(*this, "several_tcs_helper"); in ATF_TEST_CASE_BODY() local
/minix3/external/bsd/file/dist/src/
H A Dascmagic.c127 int executable = 0; in file_ascmagic_with_encoding() local
/minix3/external/bsd/llvm/dist/llvm/utils/
H A Dllvm-compilers-check83 def find_executable(executable, path=None): argument
/minix3/bin/csh/
H A Dexec.c567 executable(Char *dir, Char *name, int dir_ok) in executable() function