Searched refs:read_string (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/zlib/contrib/iostream2/
H A Dzstream_test.cpp14 char *x = read_string(in), *y = new char[256], z[256];
H A Dzstream.h145 inline char* read_string(izstream& zs) { function
/haiku-buildtools/binutils/zlib/contrib/iostream2/
H A Dzstream_test.cpp14 char *x = read_string(in), *y = new char[256], z[256];
H A Dzstream.h145 inline char* read_string(izstream& zs) { function
/haiku-buildtools/gcc/mpc/tests/
H A Dtstrtoc.c89 str_len = read_string (fp, &str, str_len, "number string");
90 rstr_len = read_string (fp, &rstr, rstr_len, "string remainder");
H A Dmpc-tests.h226 extern size_t read_string (FILE *fp, char **buffer_ptr, size_t buffer_length, const char *name);
H A Dread_data.c143 read_string (FILE *fp, char **buffer_ptr, size_t buffer_length, const char *name) function
/haiku-buildtools/gcc/gcc/
H A Dread-md.h134 extern char *read_string (int);
H A Dread-rtl.c932 string = read_string (false);
1007 attr_operands[i] = read_string (false);
1263 stringbuf = read_string (star_if_braced);
H A Dlto-cgraph.c1107 read_string (struct lto_input_block *ib) function
1338 section = read_string (ib);
1439 section = read_string (ib);
/haiku-buildtools/legacy/binutils/bfd/
H A Ddwarf2.c286 read_string (bfd *abfd ATTRIBUTE_UNUSED, function
601 attr->u.str = read_string (abfd, info_ptr, &bytes_read);
1049 while ((cur_dir = read_string (abfd, line_ptr, &bytes_read)) != NULL)
1075 while ((cur_file = read_string (abfd, line_ptr, &bytes_read)) != NULL)
1176 cur_file = read_string (abfd, line_ptr, &bytes_read);
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c626 read_string (bfd * abfd ATTRIBUTE_UNUSED, function
1084 attr->u.str = read_string (abfd, info_ptr, info_ptr_end, &bytes_read);
1873 while ((cur_dir = read_string (abfd, line_ptr, line_end, &bytes_read)) != NULL)
1896 while ((cur_file = read_string (abfd, line_ptr, line_end, &bytes_read)) != NULL)
2009 cur_file = read_string (abfd, line_ptr, line_end, &bytes_read);
/haiku-buildtools/gcc/gcc/fortran/
H A Dmodule.c1501 read_string (void) function
3328 char *name = read_string ();
4469 label = read_string ();
4896 info->u.rsym.true_name = read_string ();
4897 info->u.rsym.module = read_string ();
4898 bind_label = read_string ();

Completed in 233 milliseconds