| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| D | ui.c | 63 read_string(const char *preprompt, const char *prompt, in read_string() function 108 read_string(const char *preprompt, const char *prompt, in read_string() function 195 ret = read_string("", prompt, buf, length, 0); in UI_UTIL_read_pw_string() 205 ret = read_string("Verify password - ", prompt, buf2, length, 0); in UI_UTIL_read_pw_string()
|
| D | ChangeLog | 559 * ui.c (read_string): Try to not call signaction for signal 0 and
|
| /netbsd/src/games/rogue/ |
| D | save.c | 64 static void read_string(char *, FILE *, size_t); 194 read_string(hunger_str, fp, sizeof hunger_str); in restore() 197 read_string(login_name, fp, sizeof login_name); in restore() 340 read_string(id_table[i].title, fp, MAX_ID_TITLE_LEN); in rw_id() 357 read_string(char *s, FILE *fp, size_t len) in read_string() function
|
| /netbsd/src/external/lgpl3/mpc/dist/tests/ |
| D | tstrtoc.c | 89 str_len = read_string (fp, &str, str_len, "number string"); in check_file() 90 rstr_len = read_string (fp, &rstr, rstr_len, "string remainder"); in check_file()
|
| D | read_data.c | 120 read_string (FILE *fp, char **buffer_ptr, size_t buffer_length, const char *name) in read_string() function
|
| D | mpc-tests.h | 152 extern size_t read_string (FILE *fp, char **buffer_ptr,
|
| /netbsd/src/common/dist/zlib/contrib/iostream2/ |
| D | zstream_test.cpp | 14 char *x = read_string(in), *y = new char[256], z[256]; in main()
|
| D | zstream.h | 145 inline char* read_string(izstream& zs) { in read_string() function
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ui/ |
| D | ui_openssl.c | 191 static int read_string(UI *ui, UI_STRING *uis); 220 static int read_string(UI *ui, UI_STRING *uis) in read_string() function 705 read_string,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | read-md.cc | 662 md_reader::read_string (int star_if_braced) in read_string() function in md_reader 738 read_string (false); in read_skip_construct() 912 enum_name = read_string (false); in handle_enum() 1072 filename = read_string (false); in handle_include()
|
| D | read-md.h | 186 char *read_string (int star_if_braced);
|
| D | read-rtl.cc | 1261 string = read_string (false); in read_mapping() 1331 attr_operands[i] = rtx_reader_ptr->read_string (false); in read_subst_mapping() 1915 stringbuf = read_string (star_if_braced); in read_rtx_operand()
|
| D | lto-cgraph.cc | 1045 read_string (class lto_input_block *ib) in read_string() function 1321 section = read_string (ib); in input_node() 1410 section = read_string (ib); in input_varpool_node()
|
| D | read-rtl-function.cc | 426 m_name = xstrdup (read_string (0)); in parse_function()
|
| D | ChangeLog-2016 | 1888 (rtx_reader::read_string): Rename to... 1889 (md_reader::read_string): ...this. 9378 (read_string): Convert to... 9379 (rtx_reader::read_string): ...member function. 9405 (read_string): Convert to... 9406 (rtx_reader::read_string): ...member function. 9461 (read_subst_mapping): Use rtx_reader_ptr for read_string call. 13112 (read_string): Use get_filename and get_lineno accessors of 24949 (read_string): Simplify using require_char_ws.
|
| /netbsd/src/sbin/savecore/ |
| D | savecore.c | 278 read_string(kvm_t *kd, u_long kva, char *buf, size_t size) in read_string() function 348 read_string(kd_kern, current_nl[X_VERSION].n_value, vers, in kmem_setup() 411 read_string(kd_dump, dump_nl[X_VERSION].n_value, core_vers, in check_kmem()
|
| /netbsd/src/external/mit/lua/dist/src/ |
| D | llex.c | 413 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() function 550 read_string(ls, ls->current, seminfo); in llex()
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/lib/ |
| D | packet-parse.c | 176 read_string(char **str, pgp_region_t *subregion, pgp_stream_t *stream) in read_string() function 1742 if (!read_string(&pkt.u.ss_policy, &subregion, stream)) { in parse_one_sig_subpacket() 1748 if (!read_string(&pkt.u.ss_regexp, &subregion, stream)) { in parse_one_sig_subpacket() 1754 if (!read_string(&pkt.u.ss_keyserv, &subregion, stream)) { in parse_one_sig_subpacket() 1787 if (!read_string(&pkt.u.ss_revocation.reason, &subregion, in parse_one_sig_subpacket()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | dwarf2.c | 866 read_string (bfd_byte **ptr, in read_string() function 1591 attr->u.str = read_string (&info_ptr, info_ptr_end); in read_attribute_value() 2853 while ((cur_dir = read_string (&line_ptr, line_end)) != NULL) in decode_line_info() 2860 while ((cur_file = read_string (&line_ptr, line_end)) != NULL) in decode_line_info() 2964 cur_file = read_string (&line_ptr, line_end); in decode_line_info()
|
| D | ChangeLog | 1147 (read_8_bytes, read_string, read_indirect_string),
|
| D | ChangeLog-2015 | 3640 (read_4_bytes, read_8_bytes, read_n_bytes, read_string)
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | dwarf2.c | 866 read_string (bfd_byte **ptr, in read_string() function 1591 attr->u.str = read_string (&info_ptr, info_ptr_end); in read_attribute_value() 2875 while ((cur_dir = read_string (&line_ptr, line_end)) != NULL) in decode_line_info() 2882 while ((cur_file = read_string (&line_ptr, line_end)) != NULL) in decode_line_info() 2985 cur_file = read_string (&line_ptr, line_end); in decode_line_info()
|
| D | ChangeLog | 1141 (read_8_bytes, read_string, read_indirect_string),
|
| D | ChangeLog-2015 | 3640 (read_4_bytes, read_8_bytes, read_n_bytes, read_string)
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2009 | 5337 read_string): Update. 5390 * valprint.c (read_string): Add BYTE_ORDER parameter. 5391 (val_print_string): Update call to read_string. 11868 * valprint.c (read_string): Rework clean-up logic. Use 12709 (read_string): New function. 12710 * valprint.h (read_string): New prototype.
|