Searched refs:new_prefix (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/texinfo/info/ |
| HD | infodoc.c | 195 char *new_prefix = (char *)xmalloc (prefix_len + 2); 197 strncpy (new_prefix, prefix, prefix_len); 198 new_prefix[prefix_len + 1] = '\0'; 202 new_prefix[prefix_len] = i; 205 dump_map_to_message_buffer (new_prefix, (Keymap)map[i].function); 227 printf_to_message_buffer ("%s .. ", pretty_keyseq (new_prefix), 229 new_prefix[prefix_len] = last - 1; 230 printf_to_message_buffer ("%s\t", pretty_keyseq (new_prefix), 235 printf_to_message_buffer ("%s\t", pretty_keyseq (new_prefix), 264 free (new_prefix);
|
| /trueos/contrib/gcc/ |
| HD | langhooks.c | 512 char *new_prefix = file ? file_name_as_prefix (file) : NULL; in lhd_print_error_function() local 514 pp_set_prefix (context->printer, new_prefix); in lhd_print_error_function() 533 free ((char*) new_prefix); in lhd_print_error_function()
|
| /trueos/contrib/gdb/gdb/ |
| HD | dwarf2read.c | 3028 char *new_prefix = determine_class_name (die, cu); in read_structure_type() local 3029 TYPE_TAG_NAME (type) = obsavestring (new_prefix, in read_structure_type() 3030 strlen (new_prefix), in read_structure_type() 3032 back_to = make_cleanup (xfree, new_prefix); in read_structure_type() 3033 processing_current_prefix = new_prefix; in read_structure_type() 3268 char *new_prefix = NULL; in determine_class_name() local 3293 new_prefix = class_name_from_physname (dwarf2_linkage_name in determine_class_name() 3296 if (new_prefix != NULL) in determine_class_name() 3302 if (new_prefix == NULL) in determine_class_name() 3305 new_prefix = typename_concat (processing_current_prefix, in determine_class_name() [all …]
|
| /trueos/contrib/gcc/cp/ |
| HD | error.c | 2203 char *new_prefix = file ? file_name_as_prefix (file) : NULL; in cp_print_error_function() local 2205 pp_base_set_prefix (context->printer, new_prefix); in cp_print_error_function()
|