Home
last modified time | relevance | path

Searched refs:new_prefix (Results 1 – 25 of 34) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/gas/
H A Dremap.c30 const char *new_prefix; member
62 map->new_prefix = xstrdup (p); in add_debug_prefix_map()
81 return concat (map->new_prefix, name, NULL); in remap_debug_filename()
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Dremap.c30 const char *new_prefix; member
62 map->new_prefix = xstrdup (p); in add_debug_prefix_map()
81 return concat (map->new_prefix, name, NULL); in remap_debug_filename()
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Dremap.c30 const char *new_prefix; member
62 map->new_prefix = xstrdup (p); in add_debug_prefix_map()
85 memcpy (s, map->new_prefix, map->new_len); in remap_debug_filename()
/netbsd/external/gpl3/binutils/dist/gas/
H A Dremap.c30 const char *new_prefix; member
62 map->new_prefix = xstrdup (p); in add_debug_prefix_map()
85 memcpy (s, map->new_prefix, map->new_len); in remap_debug_filename()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dfile-prefix-map.c30 const char *new_prefix; member
77 map->new_prefix = xstrdup (p); in add_prefix_map()
104 memcpy (s, map->new_prefix, map->new_len); in remap_filename()
181 memcpy (s, map->new_prefix, map->new_len); in remap_debug_prefix_filename()
H A Dfile-prefix-map.cc30 const char *new_prefix; member
57 map->new_prefix = xstrdup (p); in add_prefix_map()
84 memcpy (s, map->new_prefix, map->new_len); in remap_filename()
H A Dopts-common.c437 const char *new_prefix; member
502 const char *new_prefix = option_map[i].new_prefix; in add_misspelling_candidates() local
503 size_t new_prefix_len = strlen (new_prefix); in add_misspelling_candidates()
508 if (strncmp (opt_text, new_prefix, new_prefix_len) == 0) in add_misspelling_candidates()
561 const char *new_prefix = option_map[i].new_prefix; in decode_cmdline_option() local
566 size_t new_prefix_len = strlen (new_prefix); in decode_cmdline_option()
582 memcpy (dup, new_prefix, new_prefix_len); in decode_cmdline_option()
H A Dopts-common.cc440 const char *new_prefix; member
505 const char *new_prefix = option_map[i].new_prefix; in add_misspelling_candidates() local
506 size_t new_prefix_len = strlen (new_prefix); in add_misspelling_candidates()
511 if (strncmp (opt_text, new_prefix, new_prefix_len) == 0) in add_misspelling_candidates()
564 const char *new_prefix = option_map[i].new_prefix; in decode_cmdline_option() local
569 size_t new_prefix_len = strlen (new_prefix); in decode_cmdline_option()
585 memcpy (dup, new_prefix, new_prefix_len); in decode_cmdline_option()
H A Dlanghooks.c376 char *new_prefix = (file && abstract_origin == NULL) in lhd_print_error_function() local
379 pp_set_prefix (context->printer, new_prefix); in lhd_print_error_function()
468 free ((char*) new_prefix); in lhd_print_error_function()
H A Dlanghooks.cc378 char *new_prefix = (file && abstract_origin == NULL) in lhd_print_error_function() local
381 pp_set_prefix (context->printer, new_prefix); in lhd_print_error_function()
470 free ((char*) new_prefix); in lhd_print_error_function()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dfile-prefix-map.c30 const char *new_prefix; member
77 map->new_prefix = xstrdup (p); in add_prefix_map()
104 memcpy (s, map->new_prefix, map->new_len); in remap_filename()
181 memcpy (s, map->new_prefix, map->new_len); in remap_debug_prefix_filename()
H A Dopts-common.c437 const char *new_prefix; member
502 const char *new_prefix = option_map[i].new_prefix; in add_misspelling_candidates() local
503 size_t new_prefix_len = strlen (new_prefix); in add_misspelling_candidates()
508 if (strncmp (opt_text, new_prefix, new_prefix_len) == 0) in add_misspelling_candidates()
561 const char *new_prefix = option_map[i].new_prefix; in decode_cmdline_option() local
566 size_t new_prefix_len = strlen (new_prefix); in decode_cmdline_option()
582 memcpy (dup, new_prefix, new_prefix_len); in decode_cmdline_option()
H A Dlanghooks.c376 char *new_prefix = (file && abstract_origin == NULL) in lhd_print_error_function() local
379 pp_set_prefix (context->printer, new_prefix); in lhd_print_error_function()
468 free ((char*) new_prefix); in lhd_print_error_function()
/netbsd/external/gpl2/texinfo/dist/info/
H A Dinfodoc.c197 char *new_prefix = (char *)xmalloc (prefix_len + 2);
199 strncpy (new_prefix, prefix, prefix_len);
200 new_prefix[prefix_len + 1] = '\0';
204 new_prefix[prefix_len] = i;
207 dump_map_to_message_buffer (new_prefix, (Keymap)map[i].function);
229 printf_to_message_buffer ("%s .. ", pretty_keyseq (new_prefix),
231 new_prefix[prefix_len] = last - 1;
232 printf_to_message_buffer ("%s\t", pretty_keyseq (new_prefix),
237 printf_to_message_buffer ("%s\t", pretty_keyseq (new_prefix),
266 free (new_prefix);
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DSettings.cc223 newmap->new_prefix = dbe_strdup (thismap->new_prefix); in Settings()
309 free (pmap->new_prefix); in ~Settings()
1455 char *new_prefix = get_canonical_name (to); in add_pathmap() local
1461 if ((strcmp (pmp->old_prefix, old_prefix) == 0) &&(strcmp (pmp->new_prefix, new_prefix) == 0)) in add_pathmap()
1463 …har *s = dbe_sprintf (GTXT ("Pathmap from `%s' to `%s' already exists\n"), old_prefix, new_prefix); in add_pathmap()
1465 free (new_prefix); in add_pathmap()
1472 thismap->new_prefix = new_prefix; in add_pathmap()
H A Ddbe_structs.h205 char *new_prefix; member
H A DDbeFile.cc407 if (find_in_directory (filename + len, pmp->new_prefix)) in find_in_pathmap()
H A DDbe.h292 Vector<void*> *dbeResolvedWith_pathmap (const char *old_prefix, const char *new_prefix);
H A Dipc.cc2454 char *new_prefix = readString (req); in ipc_doWork() local
2455 Vector<void *> *res = dbeResolvedWith_pathmap (old_prefix, new_prefix); in ipc_doWork()
2457 free (new_prefix); in ipc_doWork()
/netbsd/lib/libutil/
H A Dpasswd.c77 pw_setprefix(const char *new_prefix) in pw_setprefix() argument
81 _DIAGASSERT(new_prefix != NULL); in pw_setprefix()
83 length = strlen(new_prefix); in pw_setprefix()
85 (void)strcpy(pw_prefix, new_prefix); in pw_setprefix()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dsolib.c1412 const char *new_prefix = TARGET_SYSROOT_PREFIX; in gdb_sysroot_changed() local
1418 gdb_assert (strlen (old_prefix) == strlen (new_prefix)); in gdb_sysroot_changed()
1419 memcpy (gdb_sysroot, new_prefix, strlen (new_prefix)); in gdb_sysroot_changed()
1424 old_prefix, new_prefix); in gdb_sysroot_changed()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dsolib.c1412 const char *new_prefix = TARGET_SYSROOT_PREFIX; in gdb_sysroot_changed() local
1418 gdb_assert (strlen (old_prefix) == strlen (new_prefix)); in gdb_sysroot_changed()
1419 memcpy (gdb_sysroot, new_prefix, strlen (new_prefix)); in gdb_sysroot_changed()
1424 old_prefix, new_prefix); in gdb_sysroot_changed()
/netbsd/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-setshow.c750 const char *new_prefix = strstr (list->prefixname, "show ") + 5; in cmd_show_list() local
753 uiout->field_string ("prefix", new_prefix); in cmd_show_list()
/netbsd/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-setshow.c750 const char *new_prefix = strstr (list->prefixname, "show ") + 5; in cmd_show_list() local
753 uiout->field_string ("prefix", new_prefix); in cmd_show_list()
/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc1423 const char *new_prefix; in dump_to_pp() local
1425 new_prefix = ACONCAT ((prefix, is_last_child ? " " : "| ", NULL)); in dump_to_pp()
1427 new_prefix = prefix; in dump_to_pp()
1432 = ACONCAT ((begin_color, new_prefix, "|:", end_color, NULL)); in dump_to_pp()
1468 pp_printf (pp, "%r%s%s%R", "note", new_prefix, tail); in dump_to_pp()
1472 new_prefix, in dump_to_pp()

12