Searched refs:string_buffer (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | somread.c | 479 char *string_buffer; in init_import_symbols() local 529 string_buffer = (char *) xmalloc (string_table_size); in init_import_symbols() 530 bfd_get_section_contents (objfile->obfd, text_section, string_buffer, in init_import_symbols() 553 = (char *) obstack_alloc (&objfile->objfile_obstack, strlen (string_buffer + buffer[i].name) + 1); in init_import_symbols() 554 strcpy (objfile->import_list[k], string_buffer + buffer[i].name); in init_import_symbols() 573 … = (char *) obstack_alloc (&objfile->objfile_obstack, strlen (string_buffer + buffer[i].name) + 1); in init_import_symbols() 574 strcpy (objfile->import_list[k], string_buffer + buffer[i].name); in init_import_symbols() 582 xfree (string_buffer); in init_import_symbols() 599 char *string_buffer; in init_export_symbols() local 652 string_buffer = (char *) xmalloc (string_table_size); in init_export_symbols() [all …]
|
| /NextBSD/sys/dev/acpi_support/ |
| HD | acpi_hp.c | 897 char string_buffer[size]; in acpi_hp_get_cmi_block() local 934 &obj->Package.Elements[2], string_buffer, size), in acpi_hp_get_cmi_block() 941 &obj->Package.Elements[0], string_buffer, size), in acpi_hp_get_cmi_block() 947 &obj->Package.Elements[valuebase], string_buffer, in acpi_hp_get_cmi_block() 961 &obj->Package.Elements[i], string_buffer, in acpi_hp_get_cmi_block() 963 if (strlen(string_buffer) > 1 || in acpi_hp_get_cmi_block() 964 (strlen(string_buffer) == 1 && in acpi_hp_get_cmi_block() 965 string_buffer[0] != ' ')) { in acpi_hp_get_cmi_block() 970 strlcat(outbuf, string_buffer, outsize); in acpi_hp_get_cmi_block()
|
| /NextBSD/contrib/top/ |
| HD | screen.c | 65 char string_buffer[1024]; variable 182 bufptr = string_buffer;
|