Home
last modified time | relevance | path

Searched refs:string_buffer (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dsomread.c479 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()
554 strcpy (objfile->import_list[k], string_buffer + buffer[i].name); 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()
653 bfd_get_section_contents (objfile->obfd, text_section, string_buffer, in init_export_symbols()
701 strcpy (objfile->export_list[k].name, string_buffer + buffer[i].name); in init_export_symbols()
[all …]
/freebsd-12.1/sys/dev/acpi_support/
H A Dacpi_hp.c966 char string_buffer[size]; in acpi_hp_get_cmi_block() local
1020 &obj->Package.Elements[2], string_buffer, size), outsize); in acpi_hp_get_cmi_block()
1026 &obj->Package.Elements[0], string_buffer, size), outsize); in acpi_hp_get_cmi_block()
1031 &obj->Package.Elements[valuebase], string_buffer, size), outsize); in acpi_hp_get_cmi_block()
1042 &obj->Package.Elements[i], string_buffer, size); in acpi_hp_get_cmi_block()
1043 if (strlen(string_buffer) > 1 || in acpi_hp_get_cmi_block()
1044 (strlen(string_buffer) == 1 && in acpi_hp_get_cmi_block()
1045 string_buffer[0] != ' ')) { in acpi_hp_get_cmi_block()
1050 strlcat(outbuf, string_buffer, outsize); in acpi_hp_get_cmi_block()
/freebsd-12.1/usr.bin/top/
H A Dscreen.c43 static char string_buffer[1024]; variable
139 bufptr = string_buffer; in init_termcap()