Searched refs:read_string (Results 1 – 9 of 9) sorted by relevance
| /minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | ui.c | 67 read_string(const char *preprompt, const char *prompt, in read_string() function 112 read_string(const char *preprompt, const char *prompt, in read_string() function 199 ret = read_string("", prompt, buf, length, 0); in UI_UTIL_read_pw_string() 209 ret = read_string("Verify password - ", prompt, buf2, length, 0); in UI_UTIL_read_pw_string()
|
| H A D | ChangeLog | 559 * ui.c (read_string): Try to not call signaction for signal 0 and
|
| /minix3/games/rogue/ |
| H A 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() 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
|
| /minix3/common/dist/zlib/contrib/iostream2/ |
| H A D | zstream_test.cpp | 14 char *x = read_string(in), *y = new char[256], z[256]; in main()
|
| H A D | zstream.h | 147 inline char* read_string(izstream& zs) { in read_string() function
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/ui/ |
| H A D | ui_openssl.c | 312 static int read_string(UI *ui, UI_STRING *uis); 325 read_string, 354 static int read_string(UI *ui, UI_STRING *uis) in read_string() function
|
| /minix3/external/mit/lua/dist/src/ |
| H A D | llex.c | 431 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() function 568 read_string(ls, ls->current, seminfo); in llex()
|
| /minix3/external/bsd/dhcp/dist/common/ |
| H A D | conflex.c | 40 static enum dhcp_token read_string (struct parse *); 274 ttok = read_string (cfile); in get_raw_token() 500 static enum dhcp_token read_string (cfile) in read_string() function
|
| /minix3/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | packet-parse.c | 176 read_string(char **str, pgp_region_t *subregion, pgp_stream_t *stream) in read_string() function 1715 if (!read_string(&pkt.u.ss_policy, &subregion, stream)) { in parse_one_sig_subpacket() 1721 if (!read_string(&pkt.u.ss_regexp, &subregion, stream)) { in parse_one_sig_subpacket() 1727 if (!read_string(&pkt.u.ss_keyserv, &subregion, stream)) { in parse_one_sig_subpacket() 1760 if (!read_string(&pkt.u.ss_revocation.reason, &subregion, in parse_one_sig_subpacket()
|