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

/macosx-10.10/Heimdal-398.1.2/appl/login/
H A Dlogin-protos.h60 read_string (
H A Dread_string.c51 read_string(const char *prompt, char *buf, size_t len, int echo) function
134 ret = read_string("foo: ", s, sizeof(s), 0);
H A Dlogin.c655 ret = read_string("login: ", username, sizeof(username), 1);
681 ret = read_string(prompt, password, sizeof(password), 0);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dui.c65 read_string(const char *preprompt, const char *prompt, function
114 read_string(const char *preprompt, const char *prompt, function
211 ret = read_string("", prompt, buf, length, 0);
221 ret = read_string("Verify password - ", prompt, buf2, length, 0);
238 ret = read_string("", prompt, buf, length, FLAG_USE_STDIO);
248 ret = read_string("Verify password - ", prompt, buf2, length, FLAG_USE_STDIO);
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-ui.c89 read_string(const char *preprompt, const char *prompt, function
145 read_string(const char *preprompt, const char *prompt, function
261 ret = read_string("", prompt, buf, length, 0);
273 ret = read_string("Verify password - ", prompt, buf2, length, 0);
293 ret = read_string("", prompt, buf, length, FLAG_USE_STDIO);
305 ret = read_string("Verify password - ", prompt, buf2, length, FLAG_USE_STDIO);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DANTLRUtil.hpp30 ANTLR_USE_NAMESPACE(std)string read_string( ANTLR_USE_NAMESPACE(std)istream& in );
/macosx-10.10/zlib-55/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
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DANTLRUtil.cpp47 ANTLR_USE_NAMESPACE(std)string read_string( ANTLR_USE_NAMESPACE(std)istream& in )
157 value = read_string(in);
/macosx-10.10/OpenSSL098-52/src/crypto/ui/
H A Dui_openssl.c310 static int read_string(UI *ui, UI_STRING *uis);
324 read_string,
352 static int read_string(UI *ui, UI_STRING *uis) function
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dtoken.h110 extern char *read_string();
/macosx-10.10/vim-55/src/proto/
H A Dmisc2.pro113 char_u *read_string __ARGS((FILE *fd, int cnt));
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Ddwarf2.c286 read_string (bfd *abfd ATTRIBUTE_UNUSED, function
601 attr->u.str = read_string (abfd, info_ptr, &bytes_read);
1070 while ((cur_dir = read_string (abfd, line_ptr, &bytes_read)) != NULL)
1096 while ((cur_file = read_string (abfd, line_ptr, &bytes_read)) != NULL)
1195 cur_file = read_string (abfd, line_ptr, &bytes_read);
/macosx-10.10/vim-55/src/
H A Dmisc2.c6350 read_string(fd, cnt) function
H A Dundo.c889 ptr = read_string(fd, len);
H A Dspell.c2839 lp->sl_info = read_string(fd, len); /* <infotext> */
2853 lp->sl_midword = read_string(fd, len); /* <midword> */
2879 p = read_string(fd, len); /* <mapstr> */
2907 lp->sl_syllable = read_string(fd, len); /* <syllable> */
3014 str = read_string(fd, cnt);

Completed in 258 milliseconds