| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-location.h | 50 const std::string &full_name () const function in struct:tui_location_tracker
|
| tui-location.h | 50 const std::string &full_name () const function in struct:tui_location_tracker
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| cooked-index-entry.c | 173 cooked_index_entry::full_name (struct obstack *storage, function in class:cooked_index_entry
|
| cooked-index-entry.c | 173 cooked_index_entry::full_name (struct obstack *storage, function in class:cooked_index_entry
|
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-location.h | 50 const std::string &full_name () const function in struct:tui_location_tracker
|
| tui-location.h | 50 const std::string &full_name () const function in struct:tui_location_tracker
|
| /src/external/gpl3/gcc/dist/gcc/ |
| plugin.h | 72 const char *full_name; /* Path to the plugin as specified with member in struct:plugin_name_args
|
| plugin.h | 72 const char *full_name; /* Path to the plugin as specified with member in struct:plugin_name_args
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| plugin.h | 72 const char *full_name; /* Path to the plugin as specified with member in struct:plugin_name_args
|
| plugin.h | 72 const char *full_name; /* Path to the plugin as specified with member in struct:plugin_name_args
|
| /src/usr.sbin/sysinst/ |
| aout2elf.c | 137 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);
|
| aout2elf.c | 137 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);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_linux_test.cc | 230 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
|
| sanitizer_linux_test.cc | 230 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
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| mingw-hdep.c | 35 char full_name[PATH_MAX]; local 37 if (GetModuleFileName (NULL, full_name, PATH_MAX)) 38 return xstrdup (full_name);
|
| mingw-hdep.c | 35 char full_name[PATH_MAX]; local 37 if (GetModuleFileName (NULL, full_name, PATH_MAX)) 38 return xstrdup (full_name);
|
| cp-namespace.c | 1019 char *full_name; local 1033 full_name = (char *) alloca (scope_length + 2 + strlen (name) + 1); 1034 strncpy (full_name, scope, scope_length); 1035 memcpy (full_name + scope_length, "::", 2); 1036 strcpy (full_name + scope_length + 2, name); 1038 return basic_lookup_transparent_type (full_name);
|
| cp-namespace.c | 1019 char *full_name; local 1033 full_name = (char *) alloca (scope_length + 2 + strlen (name) + 1); 1034 strncpy (full_name, scope, scope_length); 1035 memcpy (full_name + scope_length, "::", 2); 1036 strcpy (full_name + scope_length + 2, name); 1038 return basic_lookup_transparent_type (full_name);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| mingw-hdep.c | 39 char full_name[PATH_MAX]; local 41 if (GetModuleFileName (NULL, full_name, PATH_MAX)) 42 return xstrdup (full_name);
|
| mingw-hdep.c | 39 char full_name[PATH_MAX]; local 41 if (GetModuleFileName (NULL, full_name, PATH_MAX)) 42 return xstrdup (full_name);
|
| cp-namespace.c | 1021 char *full_name; local 1035 full_name = (char *) alloca (scope_length + 2 + strlen (name) + 1); 1036 strncpy (full_name, scope, scope_length); 1037 memcpy (full_name + scope_length, "::", 2); 1038 strcpy (full_name + scope_length + 2, name); 1040 return basic_lookup_transparent_type (full_name);
|
| /src/external/mpl/bind/dist/bin/tests/system/dlzexternal/driver/ |
| driver.c | 420 char full_name[256]; local 433 size = snprintf(full_name, sizeof(full_name), "%s", 436 size = snprintf(full_name, sizeof(full_name), "%s.", name); 438 size = snprintf(full_name, sizeof(full_name), "%s.%s", name, 442 if (size < 0 || (size_t)size >= sizeof(full_name) || 451 if (strcasecmp(full_name, last) == 0) { 455 memcpy(last, full_name, size + 1) 755 char *full_name, *dclass, *type, *data, *ttlstr, *buf; local [all...] |
| driver.c | 420 char full_name[256]; local 433 size = snprintf(full_name, sizeof(full_name), "%s", 436 size = snprintf(full_name, sizeof(full_name), "%s.", name); 438 size = snprintf(full_name, sizeof(full_name), "%s.%s", name, 442 if (size < 0 || (size_t)size >= sizeof(full_name) || 451 if (strcasecmp(full_name, last) == 0) { 455 memcpy(last, full_name, size + 1) 755 char *full_name, *dclass, *type, *data, *ttlstr, *buf; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| cooked-index.c | 218 cooked_index_entry::full_name (struct obstack *storage, bool for_main, function in class:cooked_index_entry 738 return entry->full_name (obstack, true); 806 entry->full_name (&temp_storage, false, "::"));
|
| cooked-index.c | 218 cooked_index_entry::full_name (struct obstack *storage, bool for_main, function in class:cooked_index_entry 738 return entry->full_name (obstack, true); 806 entry->full_name (&temp_storage, false, "::"));
|