| /src/external/gpl3/binutils/dist/gas/ |
| remap.c | 30 const char *new_prefix; member in struct:debug_prefix_map 62 map->new_prefix = xstrdup (p); 81 return concat (map->new_prefix, name, (const char *) NULL);
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| remap.c | 30 const char *new_prefix; member in struct:debug_prefix_map 62 map->new_prefix = xstrdup (p); 81 return concat (map->new_prefix, name, (const char *) NULL);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gcc-urlifier.cc | 164 const char *new_prefix; local 165 if (const char *old_prefix = get_option_prefix_remapping (p, sz, &new_prefix)) 171 gcc_assert (new_prefix); 172 gcc_assert (new_prefix[0] == '-'); 177 const size_t new_prefix_len = strlen (new_prefix); 181 memcpy (option_buffer, new_prefix, new_prefix_len);
|
| file-prefix-map.cc | 30 const char *new_prefix; member in struct:file_prefix_map 86 map->new_prefix = xstrdup (p); 136 memcpy (s, map->new_prefix, map->new_len); 224 memcpy (s, map->new_prefix, map->new_len);
|
| opts-common.cc | 440 const char *new_prefix; member in struct:option_map 486 *out_new_prefix = option_map[i].new_prefix; 528 const char *new_prefix = option_map[i].new_prefix; local 529 size_t new_prefix_len = strlen (new_prefix); 534 if (strncmp (opt_text, new_prefix, new_prefix_len) == 0) 588 const char *new_prefix = option_map[i].new_prefix; local 593 size_t new_prefix_len = strlen (new_prefix); 609 memcpy (dup, new_prefix, new_prefix_len) [all...] |
| langhooks.cc | 378 char *new_prefix = (file && abstract_origin == NULL) local 381 pp_set_prefix (context->printer, new_prefix); 470 free ((char*) new_prefix);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| file-prefix-map.cc | 30 const char *new_prefix; member in struct:file_prefix_map 77 map->new_prefix = xstrdup (p); 104 memcpy (s, map->new_prefix, map->new_len); 190 memcpy (s, map->new_prefix, map->new_len);
|
| opts-common.cc | 440 const char *new_prefix; member in struct:option_map 506 const char *new_prefix = option_map[i].new_prefix; local 507 size_t new_prefix_len = strlen (new_prefix); 512 if (strncmp (opt_text, new_prefix, new_prefix_len) == 0) 566 const char *new_prefix = option_map[i].new_prefix; local 571 size_t new_prefix_len = strlen (new_prefix); 587 memcpy (dup, new_prefix, new_prefix_len);
|
| langhooks.cc | 378 char *new_prefix = (file && abstract_origin == NULL) local 381 pp_set_prefix (context->printer, new_prefix); 470 free ((char*) new_prefix);
|
| /src/external/gpl2/texinfo/dist/info/ |
| infodoc.c | 197 char *new_prefix = (char *)xmalloc (prefix_len + 2); local 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); [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| dbe_structs.h | 205 char *new_prefix; member in struct:__anon10303
|
| Settings.cc | 223 newmap->new_prefix = dbe_strdup (thismap->new_prefix); 309 free (pmap->new_prefix); 1455 char *new_prefix = get_canonical_name (to); local 1461 if ((strcmp (pmp->old_prefix, old_prefix) == 0) &&(strcmp (pmp->new_prefix, new_prefix) == 0)) 1463 char *s = dbe_sprintf (GTXT ("Pathmap from `%s' to `%s' already exists\n"), old_prefix, new_prefix); 1465 free (new_prefix); 1472 thismap->new_prefix = new_prefix; [all...] |
| DbeFile.cc | 407 if (find_in_directory (filename + len, pmp->new_prefix))
|
| Dbe.h | 292 Vector<void*> *dbeResolvedWith_pathmap (const char *old_prefix, const char *new_prefix);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| dbe_structs.h | 205 char *new_prefix; member in struct:__anon11776
|
| Settings.cc | 223 newmap->new_prefix = dbe_strdup (thismap->new_prefix); 309 free (pmap->new_prefix); 1455 char *new_prefix = get_canonical_name (to); local 1461 if ((strcmp (pmp->old_prefix, old_prefix) == 0) &&(strcmp (pmp->new_prefix, new_prefix) == 0)) 1463 char *s = dbe_sprintf (GTXT ("Pathmap from `%s' to `%s' already exists\n"), old_prefix, new_prefix); 1465 free (new_prefix); 1472 thismap->new_prefix = new_prefix; [all...] |
| DbeFile.cc | 407 if (find_in_directory (filename + len, pmp->new_prefix))
|
| Dbe.h | 292 Vector<void*> *dbeResolvedWith_pathmap (const char *old_prefix, const char *new_prefix);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| nat64.c | 682 nat64_prefix_t * new_prefix = nat64_prefix_create((struct in6_addr *)event->rdata, NAT64_PREFIX_SLASH_96_BYTES, nat64_preference_medium, state_machine->nat64->route_state->srp_server->rloc16); local 683 if (new_prefix == NULL) { 687 SEGMENTED_IPv6_ADDR_GEN_SRP(new_prefix->prefix.s6_addr, nat64_prefix_buf); 689 SEGMENTED_IPv6_ADDR_PARAM_SRP(new_prefix->prefix.s6_addr, nat64_prefix_buf)); 690 new_prefix->next = state_machine->infra_nat64_prefixes; 691 state_machine->infra_nat64_prefixes = new_prefix; 1652 nat64_prefix_t * new_prefix = nat64_prefix_dup(prefix); local 1653 if (new_prefix == NULL) { 1657 new_prefix->action = action; 1660 new_prefix->pending = false [all...] |
| route.c | 656 bool new_prefix = false; // new prefix means that srp-mdns-proxy received a new prefix from the wire, which it local 763 new_prefix = true; 807 PUB_S_SRP "new_prefix " /* new_prefix ? */ 812 interface->on_link_prefix_configured ? "" : "!", new_prefix ? "" : "!", 905 if (new_prefix) {
|
| /src/lib/libutil/ |
| passwd.c | 77 pw_setprefix(const char *new_prefix) 81 _DIAGASSERT(new_prefix != NULL); 83 length = strlen(new_prefix); 85 (void)strcpy(pw_prefix, new_prefix);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| solib.c | 1403 const char *new_prefix = TARGET_SYSROOT_PREFIX; local 1409 gdb_assert (strlen (old_prefix) == strlen (new_prefix)); 1410 gdb_sysroot = new_prefix + gdb_sysroot.substr (strlen (old_prefix)); 1415 new_prefix);
|
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-setshow.c | 696 const char *new_prefix = strstr (prefixname.c_str (), "show ") + 5; 699 uiout->field_string ("prefix", new_prefix); 694 const char *new_prefix = strstr (prefixname.c_str (), "show ") + 5; local
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-setshow.c | 723 const char *new_prefix = strstr (prefixname.c_str (), "show ") + 5; 726 uiout->field_string ("prefix", new_prefix); 721 const char *new_prefix = strstr (prefixname.c_str (), "show ") + 5; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| solib.c | 1547 const char *new_prefix = TARGET_SYSROOT_PREFIX; local 1553 gdb_assert (strlen (old_prefix) == strlen (new_prefix)); 1554 gdb_sysroot = new_prefix + gdb_sysroot.substr (strlen (old_prefix)); 1559 new_prefix);
|