Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsomread.c468 char *string_buffer; in init_import_symbols() local
518 string_buffer = (char *) xmalloc (string_table_size); in init_import_symbols()
519 bfd_get_section_contents (objfile->obfd, text_section, string_buffer, in init_import_symbols()
542 = (char *) obstack_alloc (&objfile->objfile_obstack, strlen (string_buffer + buffer[i].name) + 1); in init_import_symbols()
543 strcpy (objfile->import_list[k], string_buffer + buffer[i].name); in init_import_symbols()
562 … = (char *) obstack_alloc (&objfile->objfile_obstack, strlen (string_buffer + buffer[i].name) + 1); in init_import_symbols()
563 strcpy (objfile->import_list[k], string_buffer + buffer[i].name); in init_import_symbols()
571 xfree (string_buffer); in init_import_symbols()
588 char *string_buffer; in init_export_symbols() local
641 string_buffer = (char *) xmalloc (string_table_size); in init_export_symbols()
[all …]
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYBookmark.c54 char *string_buffer = 0; in show_bookmark_not_defined() local
56 HTSprintf0(&string_buffer, in show_bookmark_not_defined()
59 LYMBM_statusline(string_buffer); in show_bookmark_not_defined()
60 FREE(string_buffer); in show_bookmark_not_defined()
77 char *string_buffer = 0; in get_bookmark_filename() local
121 if (LYSafeGets(&string_buffer, fp) != 0 in get_bookmark_filename()
122 && *LYTrimNewline(string_buffer) != '\0' in get_bookmark_filename()
123 && !StrNCmp(string_buffer, "ncsa-xmosaic-hotlist-format-1", 29)) { in get_bookmark_filename()
136 FREE(string_buffer); in get_bookmark_filename()
/mirbsd/src/usr.bin/top/
Dscreen.c57 char string_buffer[1024], home[15], lower_left[15]; variable
128 bufptr = string_buffer; in init_termcap()
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFTP.c2958 char string_buffer[64]; in read_directory() local
3213 sprintf(string_buffer, "%6ld bytes", in read_directory()
3216 sprintf(string_buffer, "%6ld Kb", in read_directory()
3220 sprintf(string_buffer, " %lu bytes", in read_directory()
3223 sprintf(string_buffer, " %luKb", in read_directory()
3226 PUTS(string_buffer); in read_directory()