Searched refs:child_path (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dchild-path-selftests.c1 /* Self tests for child_path for GDB, the GNU debugger.
25 namespace child_path {
27 /* Verify the result of a single child_path test. */
32 const char *result = ::child_path (parent, child);
38 /* Test child_path. */
66 selftests::register_test ("child_path",
67 selftests::child_path::test);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dchild-path-selftests.c1 /* Self tests for child_path for GDB, the GNU debugger.
25 namespace child_path {
27 /* Verify the result of a single child_path test. */
32 const char *result = ::child_path (parent, child);
38 /* Test child_path. */
66 selftests::register_test ("child_path",
67 selftests::child_path::test);
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dpathstuff.h58 extern const char *child_path (const char *parent, const char *child);
H A Dpathstuff.cc151 child_path (const char *parent, const char *child) function
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dpathstuff.h63 extern const char *child_path (const char *parent, const char *child);
H A Dpathstuff.cc144 child_path (const char *parent, const char *child) function
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-cds.c1095 const char *child_path = NULL; local
1127 child_path = isc_commandline_argument;
1207 if (child_path == NULL) {
1211 load_child_sets(child_path);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.c1462 base_path = child_path (canon_sysroot.get (), canon_dir);
1464 base_path = child_path (gdb_sysroot, canon_dir);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c1455 base_path = child_path (canon_sysroot.get (), canon_dir);
1457 base_path = child_path (gdb_sysroot.c_str (), canon_dir);

Completed in 167 milliseconds