| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | syscall.c | 102 get_path (host_callback *cb, CB_SYSCALL *sc, TADDR addr, char **bufp) in get_path() function 289 errcode = get_path (cb, sc, sc->arg1, &path); in cb_syscall() 414 errcode = get_path (cb, sc, sc->arg1, &path); in cb_syscall() 432 errcode = get_path (cb, sc, sc->arg1, &path); in cb_syscall() 461 errcode = get_path (cb, sc, sc->arg1, &path1); in cb_syscall() 468 errcode = get_path (cb, sc, sc->arg2, &path2); in cb_syscall() 491 errcode = get_path (cb, sc, sc->arg1, &path); in cb_syscall() 562 errcode = get_path (cb, sc, sc->arg1, &path); in cb_syscall()
|
| D | ChangeLog-2021 | 2106 (get_path): Likewise. 2264 (get_path): Rename get_string call to cb_get_string. 3095 (get_path): Prepend simulator_sysroot to absolute file path. 5939 (cb_syscall, cases open,unlink): Use get_path instead of get_string. 5943 (get_path): New function.
|
| /netbsd/src/external/bsd/atf/dist/tools/ |
| D | atf-run.cpp | 437 tools::fs::path resfile = resdir.get_path() / "tcr"; in run_test_program() 446 if (::chown(workdir.get_path().c_str(), user.first, in run_test_program() 449 workdir.get_path().str() + ")", "chown(2) failed", in run_test_program() 452 resfile = workdir.get_path() / "tcr"; in run_test_program() 458 resfile, workdir.get_path(), w); in run_test_program() 460 dump_stacktrace(tp, s.second, workdir.get_path(), w); in run_test_program() 464 config, resfile, workdir.get_path(), w); in run_test_program()
|
| D | fs.hpp | 335 const tools::fs::path& get_path(void) const;
|
| D | fs_test.cpp | 468 t1 = td1.get_path(); in ATF_TEST_CASE_BODY() 469 t2 = td2.get_path(); in ATF_TEST_CASE_BODY()
|
| D | fs.cpp | 602 impl::temp_dir::get_path(void) in get_path() function in impl::temp_dir
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | python-config.py | 59 "-I" + sysconfig.get_path("include"), 60 "-I" + sysconfig.get_path("platinclude"),
|
| /netbsd/src/external/bsd/atf/dist/atf-sh/ |
| D | atf-check.cpp | 142 get_path(void) const in get_path() function in __anon70e8776d0111::temp_file 641 const bool equals = compare_files(path, temp.get_path()); in run_output_check() 645 print_diff(temp.get_path(), path); in run_output_check() 649 cat_file(temp.get_path()); in run_output_check()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-threadedge.h | 37 void get_path (vec<basic_block> &);
|
| D | tree-ssa-threadedge.cc | 1271 get_path (path); in dump() 1287 jt_state::get_path (vec<basic_block> &path) in get_path() function in jt_state 1442 state->get_path (m_path); in compute_ranges_from_state()
|
| D | diagnostic-format-json.cc | 261 const diagnostic_path *path = richloc->get_path (); in json_end_diagnostic()
|
| D | diagnostic.cc | 815 const diagnostic_path *path = diagnostic->richloc->get_path (); in diagnostic_show_any_path()
|
| D | ChangeLog-2021 | 11422 (jt_state::get_path): New.
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/include/ |
| D | line-map.h | 1787 const diagnostic_path *get_path () const { return m_path; } in get_path() function
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/ |
| D | aclocal.m4 | 1118 sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'}) 1160 sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_exec_prefix'})
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | ChangeLog | 1193 (rich_location::get_path): New accessor.
|