| /freebsd-13.1/contrib/libarchive/tar/test/ |
| H A D | test_option_C_mtree.c | 45 char *absolute_path = malloc(strlen(testworkdir) + strlen(mtree_file) + 1); in DEFINE_TEST() local 46 strcpy(absolute_path, testworkdir); in DEFINE_TEST() 47 strcat(absolute_path, mtree_file ); in DEFINE_TEST() 50 assertMakeFile(absolute_path, 0777, content); in DEFINE_TEST() 55 p = absolute_path; in DEFINE_TEST() 62 r = systemf("%s -cf %s -C bar @%s >step1.out 2>step1.err", testprog, filename, absolute_path); in DEFINE_TEST() 63 failure("Error invoking %s -cf %s -C bar @%s", testprog, filename, absolute_path); in DEFINE_TEST() 65 r = systemf("%s -cf %s -C bar \"@%s\" >step1.out 2>step1.err", testprog, filename, absolute_path); in DEFINE_TEST() 66 failure("Error invoking %s -cf %s -C bar \"@%s\"", testprog, filename, absolute_path); in DEFINE_TEST() 86 free(absolute_path); in DEFINE_TEST()
|
| /freebsd-13.1/contrib/kyua/store/ |
| H A D | testdata_v1.sql | 67 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 82 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 108 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 124 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 140 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 169 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 238 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 279 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 304 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root,
|
| H A D | testdata_v2.sql | 79 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 105 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 142 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 169 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 196 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 236 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 318 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 381 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root, 417 INSERT INTO test_programs (test_program_id, action_id, absolute_path, root,
|
| H A D | testdata_v3_2.sql | 59 INSERT INTO test_programs (test_program_id, absolute_path, root, 85 INSERT INTO test_programs (test_program_id, absolute_path, root, 122 INSERT INTO test_programs (test_program_id, absolute_path, root, 149 INSERT INTO test_programs (test_program_id, absolute_path, root, 176 INSERT INTO test_programs (test_program_id, absolute_path, root,
|
| H A D | testdata_v3_4.sql | 60 INSERT INTO test_programs (test_program_id, absolute_path, root, 96 INSERT INTO test_programs (test_program_id, absolute_path, root,
|
| H A D | testdata_v3_3.sql | 56 INSERT INTO test_programs (test_program_id, absolute_path, root, 138 INSERT INTO test_programs (test_program_id, absolute_path, root,
|
| H A D | migrate_v1_v2.sql | 99 absolute_path TEXT NOT NULL, field 107 INSERT INTO new_test_programs (test_program_id, action_id, absolute_path, 110 SELECT test_program_id, action_id, absolute_path, root, relative_path,
|
| H A D | schema_v3.sql | 148 absolute_path TEXT NOT NULL, field
|
| H A D | schema_v1.sql | 145 absolute_path NOT NULL, field
|
| H A D | schema_v2.sql | 179 absolute_path TEXT NOT NULL, field
|
| H A D | migrate_v2_v3.sql | 76 SELECT test_program_id, absolute_path, root, relative_path,
|
| H A D | write_transaction.cpp | 302 stmt.bind(":absolute_path", test_program.absolute_path().str()); in put_test_program()
|
| /freebsd-13.1/tools/regression/doat/ |
| H A D | doat.c | 72 char *absolute_path = NULL; variable 114 absolute_path = (char *)getcwd(NULL, 0); in setup() 115 if (absolute_path == NULL) { in setup() 120 len = strlen(absolute_path); in setup() 121 absolute_path = realloc(absolute_path, in setup() 123 if (absolute_path == NULL) { in setup() 128 absolute_path[len] = '/'; in setup() 129 strcpy(absolute_path + len + 1, relative_path); in setup() 137 strcpy(absolute_file, absolute_path); in setup() 172 abs_fd = open(absolute_path, O_RDONLY); in setup() [all …]
|
| /freebsd-13.1/contrib/kyua/engine/ |
| H A D | atf.cpp | 103 process::exec_unsafe(test_program.absolute_path(), args); in exec_list() 193 process::exec(test_program.absolute_path(), args); in exec_test() 222 process::exec(test_program.absolute_path(), args); in exec_cleanup()
|
| H A D | kyuafile_test.cpp | 354 suite.test_programs()[0]->absolute_path()); in ATF_TEST_CASE_BODY() 358 suite.test_programs()[1]->absolute_path()); in ATF_TEST_CASE_BODY() 363 suite.test_programs()[2]->absolute_path()); in ATF_TEST_CASE_BODY() 396 suite.test_programs()[0]->absolute_path()); in ATF_TEST_CASE_BODY() 437 suite.test_programs()[0]->absolute_path()); in ATF_TEST_CASE_BODY() 439 suite.test_programs()[1]->absolute_path()); in ATF_TEST_CASE_BODY()
|
| H A D | plain.cpp | 107 process::exec(test_program.absolute_path(), args); in exec_test()
|
| H A D | tap.cpp | 154 process::exec(test_program.absolute_path(), args); in exec_test()
|
| H A D | scheduler.cpp | 299 const std::string absolute = program.absolute_path().str(); in force_absolute_paths() 911 LI(F("Spawning %s:%s (cleanup)") % test_program->absolute_path() % in spawn_cleanup() 1100 LI(F("Spawning %s:%s") % test_program->absolute_path() % test_case_name); in spawn_test() 1149 utils::dump_stacktrace_if_available(data->test_program->absolute_path(), in wait_any()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 310 llvm::Optional<FileSpec::Style> FileSpec::GuessPathStyle(llvm::StringRef absolute_path) { in GuessPathStyle() argument 311 if (absolute_path.startswith("/")) in GuessPathStyle() 313 if (absolute_path.startswith(R"(\\)")) in GuessPathStyle() 315 if (absolute_path.size() > 3 && llvm::isAlpha(absolute_path[0]) && in GuessPathStyle() 316 absolute_path.substr(1, 2) == R"(:\)") in GuessPathStyle()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | CompileUnitIndex.cpp | 222 llvm::SmallString<64> absolute_path = working_dir.String; in GetMainSourceFile() local 223 llvm::sys::path::append(absolute_path, file_name.String); in GetMainSourceFile() 224 return absolute_path; in GetMainSourceFile()
|
| /freebsd-13.1/contrib/kyua/model/ |
| H A D | test_program.cpp | 171 model::test_program::absolute_path(void) const in absolute_path() function in model::test_program 301 return absolute_path() < other.absolute_path(); in operator <()
|
| H A D | test_program.hpp | 69 const utils::fs::path absolute_path(void) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 198 static llvm::Optional<Style> GuessPathStyle(llvm::StringRef absolute_path);
|
| H A D | ReproducerProvider.h | 378 FileSpec absolute_path = in Create() local 380 file = absolute_path.GetPath(); in Create()
|
| /freebsd-13.1/contrib/kyua/drivers/ |
| H A D | scan_results_test.cpp | 123 iter.test_program()->absolute_path() % in got_result()
|