/netbsd-src/external/bsd/kyua-cli/dist/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 | 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_v1.sql | 145 absolute_path NOT NULL, field
|
H A D | schema_v2.sql | 179 absolute_path TEXT NOT NULL, field
|
H A D | transaction.cpp | 829 stmt.bind(":absolute_path", test_program.absolute_path().str()); in put_test_program()
|
/netbsd-src/external/bsd/kyua-cli/dist/engine/ |
H A D | test_case.cpp | 210 (_test_program.absolute_path() == in operator ==() 211 other._test_program.absolute_path()) && in operator ==() 413 if (!fs::exists(test_case->container_test_program().absolute_path())) in debug_test_case() 425 tester.test(test_program.absolute_path(), test_case->name(), in debug_test_case() 474 if (!fs::exists(test_case->container_test_program().absolute_path())) in run_test_case() 488 tester.test(test_program.absolute_path(), test_case->name(), in run_test_case()
|
H A D | kyuafile_test.cpp | 272 suite.test_programs()[0]->absolute_path()); in ATF_TEST_CASE_BODY() 276 suite.test_programs()[1]->absolute_path()); in ATF_TEST_CASE_BODY() 281 suite.test_programs()[2]->absolute_path()); in ATF_TEST_CASE_BODY()
|
H A D | test_program.hpp | 75 const utils::fs::path absolute_path(void) const;
|
H A D | test_program.cpp | 145 const std::string output = tester.list(test_program.absolute_path()); in load_test_cases() 311 engine::test_program::absolute_path(void) const in absolute_path() function in engine::test_program
|
H A D | test_program_test.cpp | 89 test_program.absolute_path()); in ATF_TEST_CASE_BODY()
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | aix.c | 774 char absolute_path[PATH_MAX]; in uv_fs_event_start() local 788 uv__strscpy(absolute_path, filename, sizeof(absolute_path)); in uv_fs_event_start() 801 snprintf(absolute_path, sizeof(absolute_path), "%s%s", readlink_cwd, in uv_fs_event_start() 809 rc = uv__setup_ahafs((const char *)absolute_path, &fd); in uv_fs_event_start()
|
/netbsd-src/external/bsd/kyua-cli/dist/engine/drivers/ |
H A D | scan_action_test.cpp | 95 iter.test_program()->absolute_path() % in got_result()
|
/netbsd-src/external/bsd/kyua-cli/dist/cli/ |
H A D | cmd_report_html.cpp | 329 test_program->absolute_path().str()); in got_result()
|
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | print.c | 1458 char *absolute_path(const char *orgpath) { in absolute_path() function
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | dhcpd.c | 637 path_dhcpd_db = absolute_path(path_dhcpd_db); in main()
|
/netbsd-src/external/mpl/dhcp/dist/client/ |
H A D | dhclient.c | 709 path_dhclient_db = absolute_path(path_dhclient_db); in main() 713 path_dhclient_script = absolute_path(path_dhclient_script); in main()
|
/netbsd-src/external/mpl/dhcp/dist/includes/ |
H A D | dhcpd.h | 2655 char *absolute_path(const char *orgpath);
|