| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| 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
|
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| 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
|
| /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
|
| /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);
|
| /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
|
| /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);
|
| 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);
|
| 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...] |
| /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, "::"));
|
| /src/external/ibm-public/postfix/dist/src/sendmail/ |
| sendmail.c | 709 const char *full_name, char **recipients) 837 if (full_name || (full_name = fullname()) != 0) 838 rec_fputs(dst, REC_TYPE_FULL, full_name); 1070 static char *full_name = 0; /* sendmail -F */ local 1283 full_name = optarg; 1504 rewrite_context, sender, full_name, argv + OPTIND);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| plugin.c | 714 char *full_name; local 716 full_name = concat (plugin_dir, "/", ent->d_name, NULL); 717 if (stat (full_name, &st) == 0 && S_ISREG (st.st_mode)) 718 (void) try_load_plugin (full_name, NULL, abfd, true); 719 free (full_name);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| prdbg.c | 2163 char *full_name; 2167 full_name = xmalloc (len_var + len_class + 3); 2168 sprintf (full_name, "%s::%s", info->stack->next->type, name); 2170 if (! substitute_type (info, full_name)) 2172 free (full_name); 2178 free (full_name); 2185 free (full_name); 2192 free (full_name); 2200 free (full_name); 2157 char *full_name; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| plugin.c | 710 char *full_name; local 712 full_name = concat (plugin_dir, "/", ent->d_name, NULL); 713 if (stat (full_name, &st) == 0 && S_ISREG (st.st_mode)) 714 (void) try_load_plugin (full_name, NULL, abfd, true); 715 free (full_name);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| prdbg.c | 2163 char *full_name; 2167 full_name = xmalloc (len_var + len_class + 3); 2168 sprintf (full_name, "%s::%s", info->stack->next->type, name); 2170 if (! substitute_type (info, full_name)) 2172 free (full_name); 2178 free (full_name); 2185 free (full_name); 2192 free (full_name); 2200 free (full_name); 2157 char *full_name; local
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| vtable-class-hierarchy.cc | 677 char *full_name; local 684 full_name = XNEWVEC (char, dir_len + fname_len + 1); 685 strcpy (full_name, tmp_dir); 686 strcpy (full_name + dir_len, fname); 688 return full_name;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| vtable-class-hierarchy.cc | 690 char *full_name; local 697 full_name = XNEWVEC (char, dir_len + fname_len + 1); 698 strcpy (full_name, tmp_dir); 699 strcpy (full_name + dir_len, fname); 701 return full_name;
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| ld-insn.h | 376 char *full_name; member in struct:_model_entry 538 char *full_name; member in struct:_insn_model_entry
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| plugin.c | 557 char *full_name; local 559 full_name = concat (plugin_dir, "/", ent->d_name, NULL); 560 if (stat (full_name, &st) == 0 && S_ISREG (st.st_mode)) 561 (void) try_load_plugin (full_name, NULL, abfd, true); 562 free (full_name);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| plugin.c | 713 char *full_name; local 715 full_name = concat (plugin_dir, "/", ent->d_name, NULL); 716 if (stat (full_name, &st) == 0 && S_ISREG (st.st_mode)) 717 (void) try_load_plugin (full_name, NULL, abfd, true); 718 free (full_name);
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| ld-insn.h | 376 char *full_name; member in struct:_model_entry 538 char *full_name; member in struct:_insn_model_entry
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_common.h | 713 const char *full_name() const { return full_name_; } function in class:__sanitizer::LoadedModule
|