Searched refs:full_name (Results 1 - 25 of 100) sorted by relevance

1234

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libignore.cc63 if (!TemplateMatch(lib->templ, mod.full_name()) &&
65 internal_strcmp(lib->real_name, mod.full_name()) == 0))
70 SanitizerToolName, lib->templ, lib->name, mod.full_name());
79 lib->templ, mod.full_name());
81 lib->name = internal_strdup(mod.full_name());
110 range.beg, range.end, mod.full_name());
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.cc61 if (!TemplateMatch(lib->templ, mod.full_name()) &&
63 internal_strcmp(lib->real_name, mod.full_name()) == 0))
68 SanitizerToolName, lib->templ, lib->name, mod.full_name());
77 lib->templ, mod.full_name());
79 lib->name = internal_strdup(mod.full_name());
108 range.beg, range.end, mod.full_name());
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.cpp62 if (!TemplateMatch(lib->templ, mod.full_name()) &&
64 internal_strcmp(lib->real_name, mod.full_name()) == 0))
69 SanitizerToolName, lib->templ, lib->name, mod.full_name());
78 lib->templ, mod.full_name());
80 lib->name = internal_strdup(mod.full_name());
109 range.beg, range.end, mod.full_name());
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-stack.h65 /* Set the full_name portion of the locator. */
68 std::string full_name; member in struct:tui_locator_window
H A Dtui-source.c107 = (filename_cmp (locator->full_name.c_str (),
127 && (filename_cmp (tui_locator_win_info_ptr ()->full_name.c_str (),
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-location.h55 const std::string &full_name () const function in struct:tui_location_tracker
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dgdb-index.cc262 add_declaration_with_full_name(Dwarf_die* die, const char* full_name);
438 std::string full_name = this->get_qualified_name(die, context); local
439 if (!full_name.empty())
441 full_name.c_str(), 0);
453 std::string full_name; local
462 full_name.assign(this->guess_full_class_name(die));
466 if (full_name.empty())
469 this->add_declaration_with_full_name(die, full_name.c_str());
477 if (full_name.empty())
478 full_name
651 std::string full_name; local
731 add_declaration_with_full_name( Dwarf_die* die, const char* full_name) argument
771 std::string full_name; local
[all...]
H A Ddirsearch.cc298 std::string full_name = dir->name() + '/' + name; local
299 if (stat(full_name.c_str(), &buf) == 0)
300 return full_name;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dgdb-index.cc262 add_declaration_with_full_name(Dwarf_die* die, const char* full_name);
438 std::string full_name = this->get_qualified_name(die, context); local
439 if (!full_name.empty())
441 full_name.c_str(), 0);
453 std::string full_name; local
462 full_name.assign(this->guess_full_class_name(die));
466 if (full_name.empty())
469 this->add_declaration_with_full_name(die, full_name.c_str());
477 if (full_name.empty())
478 full_name
651 std::string full_name; local
731 add_declaration_with_full_name( Dwarf_die* die, const char* full_name) argument
771 std::string full_name; local
[all...]
H A Ddirsearch.cc298 std::string full_name = dir->name() + '/' + name; local
299 if (stat(full_name.c_str(), &buf) == 0)
300 return full_name;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dgdb-index.cc262 add_declaration_with_full_name(Dwarf_die* die, const char* full_name);
438 std::string full_name = this->get_qualified_name(die, context); local
439 if (!full_name.empty())
441 full_name.c_str(), 0);
453 std::string full_name; local
462 full_name.assign(this->guess_full_class_name(die));
466 if (full_name.empty())
469 this->add_declaration_with_full_name(die, full_name.c_str());
477 if (full_name.empty())
478 full_name
651 std::string full_name; local
731 add_declaration_with_full_name( Dwarf_die* die, const char* full_name) argument
771 std::string full_name; local
[all...]
H A Ddirsearch.cc298 std::string full_name = dir->name() + '/' + name; local
299 if (stat(full_name.c_str(), &buf) == 0)
300 return full_name;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dplugin.c152 get_plugin_base_name (const char *full_name) argument
155 char *base_name = xstrdup (lbasename (full_name));
233 if (strcmp (plugin->full_name, plugin_name))
235 plugin->base_name, plugin->full_name, plugin_name);
241 plugin->full_name = plugin_name;
633 dl_handle = LoadLibrary (plugin->full_name);
637 error ("cannot load plugin %s\n%s", plugin->full_name, err);
649 "%s", plugin->full_name, err);
662 plugin->full_name, err);
671 error ("fail to initialize plugin %s", plugin->full_name);
[all...]
H A Dplugin.h72 const char *full_name; /* Path to the plugin as specified with member in struct:plugin_name_args
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dplugin.cc152 get_plugin_base_name (const char *full_name) argument
155 char *base_name = xstrdup (lbasename (full_name));
233 if (strcmp (plugin->full_name, plugin_name))
235 plugin->base_name, plugin->full_name, plugin_name);
241 plugin->full_name = plugin_name;
635 dl_handle = LoadLibrary (plugin->full_name);
639 error ("cannot load plugin %s\n%s", plugin->full_name, err);
651 "%s", plugin->full_name, err);
664 plugin->full_name, err);
673 error ("fail to initialize plugin %s", plugin->full_name);
[all...]
H A Dplugin.h72 const char *full_name; /* Path to the plugin as specified with member in struct:plugin_name_args
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dlzexternal/driver/
H A Ddriver.c431 char full_name[256]; local
444 size = snprintf(full_name, sizeof(full_name), "%s",
447 size = snprintf(full_name, sizeof(full_name), "%s.", name);
449 size = snprintf(full_name, sizeof(full_name), "%s.%s", name,
453 if (size < 0 || (size_t)size >= sizeof(full_name) ||
462 if (strcasecmp(full_name, last) == 0) {
466 memcpy(last, full_name, siz
766 char *full_name, *dclass, *type, *data, *ttlstr, *buf; local
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc230 char full_name[256]; local
238 internal_snprintf(full_name, ARRAY_SIZE(full_name), "%s%s%s.so",
240 EXPECT_TRUE(LibraryNameIs(full_name, base_names[k]))
241 << "Full name " << full_name
244 EXPECT_FALSE(LibraryNameIs(full_name, wrong_names[m]))
245 << "Full name " << full_name
H A Dsanitizer_procmaps_test.cc48 if (strstr(modules[i].full_name(), binary_name) != 0)
/netbsd-current/usr.sbin/sysinst/
H A Daout2elf.c137 char *full_name; local
168 if (asprintf(&full_name, "%s/%s", dir, dp->d_name) == -1) {
173 if (!is_aout_shared_lib(full_name))
182 full_name, destdir, dp->d_name);
187 free(full_name);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/stats/
H A Dstats.cc67 WriteToFile(stats_fd, mod->full_name(),
68 internal_strlen(mod->full_name()) + 1);
/netbsd-current/external/mpl/bind/dist/contrib/dlz/example/
H A Ddlz_example.c401 char full_name[256]; local
412 strncpy(full_name, state->zone_name, 255);
413 full_name[255] = '\0';
415 snprintf(full_name, 255, "%s.%s", name, state->zone_name);
491 if (strcasecmp(state->current[i].name, full_name) == 0) {
711 char *full_name, *dclass, *type, *data, *ttlstr, *buf; local
729 full_name = strtok_r(buf, "\t", &saveptr);
730 if (full_name == NULL) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common_linux.cc38 return LibraryNameIs(module.full_name(), kLinkerName);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common_linux.cc36 return LibraryNameIs(module.full_name(), kLinkerName);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcp-support.h99 extern gdb::unique_xmalloc_ptr<char> cp_func_name (const char *full_name);

Completed in 223 milliseconds

1234