Home
last modified time | relevance | path

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

1234

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dui.c63 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()
/netbsd-src/games/rogue/
H A Dsave.c64 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()
332 read_string(id_table[i].title, fp, MAX_ID_TITLE_LEN); in rw_id()
349 read_string(char *s, FILE *fp, size_t len) in read_string() function
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dtstrtoc.c89 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()
H A Dread_data.c120 read_string (FILE *fp, char **buffer_ptr, size_t buffer_length, const char *name) in read_string() function
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/iostream2/
H A Dzstream_test.cpp14 char *x = read_string(in), *y = new char[256], z[256]; in main()
H A Dzstream.h145 inline char* read_string(izstream& zs) { in read_string() function
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/iostream2/
H A Dzstream_test.cpp14 char *x = read_string(in), *y = new char[256], z[256]; in main()
H A Dzstream.h145 inline char* read_string(izstream& zs) { in read_string() function
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/iostream2/
H A Dzstream_test.cpp14 char *x = read_string(in), *y = new char[256], z[256]; in main()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/iostream2/
H A Dzstream_test.cpp14 char *x = read_string(in), *y = new char[256], z[256]; in main()
H A Dzstream.h145 inline char* read_string(izstream& zs) { in read_string() function
/netbsd-src/common/dist/zlib/contrib/iostream2/
H A Dzstream_test.cpp14 char *x = read_string(in), *y = new char[256], z[256]; in main()
H A Dzstream.h145 inline char* read_string(izstream& zs) { in read_string() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-md.c662 md_reader::read_string (int star_if_braced) in read_string() function
738 read_string (false); in read_skip_construct()
911 enum_name = read_string (false); in handle_enum()
1059 filename = read_string (false); in handle_include()
H A Dread-md.h186 char *read_string (int star_if_braced);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_openssl.c191 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/crypto/external/bsd/openssl.old/dist/crypto/ui/
H A Dui_openssl.c195 static int read_string(UI *ui, UI_STRING *uis);
224 static int read_string(UI *ui, UI_STRING *uis) in read_string() function
729 read_string,
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-stringtable.c712 read_string (lex_pos_ty *pos) in read_string() function
857 msgid = read_string (&msgid_pos); in stringtable_parse()
890 msgstr = read_string (&msgstr_pos); in stringtable_parse()
/netbsd-src/usr.bin/dc/
H A Dextern.h28 char *read_string(struct source *);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-md.cc662 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()
H A Dread-md.h186 char *read_string (int star_if_braced);
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dtoken.h112 extern char *read_string();
/netbsd-src/sbin/savecore/
H A Dsavecore.c278 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/
H A Dllex.c413 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/external/mpl/dhcp/dist/keama/
H A Dconflex.c47 static enum dhcp_token read_string(struct parse *);
274 ttok = read_string(cfile); in get_raw_token()
510 read_string(struct parse *cfile) in read_string() function

1234