Home
last modified time | relevance | path

Searched refs:read_string (Results 1 – 20 of 20) sorted by relevance

/dragonfly/crypto/libressl/crypto/ui/
H A Dui_openssl.c148 static int read_string(UI *ui, UI_STRING *uis);
160 .ui_read_string = read_string,
189 read_string(UI *ui, UI_STRING *uis) in read_string() function
/dragonfly/games/rogue/
H A Dsave.c58 static void read_string(char *, FILE *, size_t);
196 read_string(hunger_str, fp, sizeof hunger_str); in restore()
199 read_string(login_name, fp, sizeof login_name); in restore()
335 read_string(id_table[i].title, fp, MAX_ID_TITLE_LEN); in rw_id()
352 read_string(char *s, FILE *fp, size_t len) in read_string() function
/dragonfly/sbin/dhclient/
H A Dconflex.c69 static int read_string(FILE *);
150 ttok = read_string(cfile); in get_token()
237 read_string(FILE *cfile) in read_string() function
/dragonfly/contrib/gcc-4.7/gcc/
H A Dread-md.c545 read_string (int star_if_braced) in read_string() function
617 read_string (false); in read_skip_construct()
794 enum_name = read_string (false); in handle_enum()
882 filename = read_string (false); in handle_include()
H A Dread-md.h131 extern char *read_string (int);
H A Dread-rtl.c775 string = read_string (false); in read_mapping()
1008 stringbuf = read_string (star_if_braced); in read_rtx_code()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dread-md.c671 md_reader::read_string (int star_if_braced) in read_string() function
747 read_string (false); in read_skip_construct()
920 enum_name = read_string (false); in handle_enum()
1065 filename = read_string (false); in handle_include()
H A Dread-md.h136 char *read_string (int star_if_braced);
H A Dread-rtl.c973 string = read_string (false); in read_mapping()
1043 attr_operands[i] = rtx_reader_ptr->read_string (false); in read_subst_mapping()
1517 stringbuf = read_string (star_if_braced); in read_rtx_operand()
H A Dlto-cgraph.c1086 read_string (struct lto_input_block *ib) in read_string() function
1320 section = read_string (ib); in input_node()
1423 section = read_string (ib); in input_varpool_node()
H A Dread-rtl-function.c423 m_name = xstrdup (read_string (0)); in parse_function()
/dragonfly/usr.bin/dc/
H A Dextern.h31 char *read_string(struct source *);
H A Dinout.c228 read_string(struct source *src) in read_string() function
H A Dbcode.c928 push_string(read_string(&bmachine.readstack[bmachine.readsp])); in push_line()
1639 free(read_string(&bmachine.readstack[bmachine.readsp])); in skip_until_mark()
/dragonfly/contrib/gdb-7/gdb/
H A Dvalprint.h156 extern int read_string (CORE_ADDR addr, int len, int width,
H A Dc-lang.c310 err = read_string (addr, *length, width, fetchlimit, in c_get_string()
H A Dvalprint.c1771 read_string (CORE_ADDR addr, int len, int width, unsigned int fetchlimit, in read_string() function
2475 errcode = read_string (addr, len, width, fetchlimit, byte_order, in val_print_string()
/dragonfly/contrib/gdb-7/bfd/
H A Ddwarf2.c583 read_string (bfd *abfd ATTRIBUTE_UNUSED, in read_string() function
874 attr->u.str = read_string (abfd, info_ptr, &bytes_read); in read_attribute_value()
1518 while ((cur_dir = read_string (abfd, line_ptr, &bytes_read)) != NULL) in decode_line_info()
1541 while ((cur_file = read_string (abfd, line_ptr, &bytes_read)) != NULL) in decode_line_info()
1654 cur_file = read_string (abfd, line_ptr, &bytes_read); in decode_line_info()
/dragonfly/contrib/binutils-2.27/bfd/
H A Ddwarf2.c619 read_string (bfd * abfd ATTRIBUTE_UNUSED, in read_string() function
1077 attr->u.str = read_string (abfd, info_ptr, info_ptr_end, &bytes_read); in read_attribute_value()
1802 while ((cur_dir = read_string (abfd, line_ptr, line_end, &bytes_read)) != NULL) in decode_line_info()
1825 while ((cur_file = read_string (abfd, line_ptr, line_end, &bytes_read)) != NULL) in decode_line_info()
1938 cur_file = read_string (abfd, line_ptr, line_end, &bytes_read); in decode_line_info()
/dragonfly/contrib/binutils-2.34/bfd/
H A Ddwarf2.c659 read_string (bfd * abfd ATTRIBUTE_UNUSED, in read_string() function
1232 attr->u.str = read_string (abfd, info_ptr, info_ptr_end, &bytes_read); in read_attribute_value()
2273 while ((cur_dir = read_string (abfd, line_ptr, line_end, &bytes_read)) != NULL) in decode_line_info()
2284 while ((cur_file = read_string (abfd, line_ptr, line_end, &bytes_read)) != NULL) in decode_line_info()
2389 cur_file = read_string (abfd, line_ptr, line_end, &bytes_read); in decode_line_info()