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

/freebsd-11.0-release/crypto/heimdal/appl/login/
H A Dlogin-protos.h60 read_string (
H A DMakefile.am19 read_string.c \
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);
H A DMakefile.in104 read_string.$(OBJEXT) shadow.$(OBJEXT) stty_default.$(OBJEXT) \
412 read_string.c \
522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read_string.Po@am__quote@
/freebsd-11.0-release/usr.bin/dc/
H A Dextern.h29 char *read_string(struct source *);
H A Dinout.c237 read_string(struct source *src) function
H A Dbcode.c939 push_string(read_string(&bmachine.readstack[bmachine.readsp]));
1652 free(read_string(&bmachine.readstack[bmachine.readsp]));
/freebsd-11.0-release/sbin/dhclient/
H A Dconflex.c73 static int read_string(FILE *);
140 ttok = read_string(cfile);
227 read_string(FILE *cfile) function
/freebsd-11.0-release/crypto/openssl/crypto/ui/
H A Dui_openssl.c317 static int read_string(UI *ui, UI_STRING *uis);
330 read_string,
359 static int read_string(UI *ui, UI_STRING *uis) function
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dtoken.h110 extern char *read_string();
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c185 read_string(const char **str, svn_spillbuf_reader_t *reader, apr_pool_t *pool) function
293 SVN_ERR(read_string(&(*pi)->path, reader, pool));
296 SVN_ERR(read_string(&(*pi)->link_path, reader, pool));
309 SVN_ERR(read_string(&(*pi)->lock_token, reader, pool));
/freebsd-11.0-release/contrib/gcc/
H A Dread-rtl.c135 static char *read_string (FILE *, int);
1050 read_string (FILE *infile, int star_if_braced) function
1344 string = read_string (infile, false);
1636 stringbuf = read_string (infile, star_if_braced);
/freebsd-11.0-release/contrib/binutils/bfd/
H A Ddwarf2.c288 read_string (bfd *abfd ATTRIBUTE_UNUSED, function
603 attr->u.str = read_string (abfd, info_ptr, &bytes_read);
1075 while ((cur_dir = read_string (abfd, line_ptr, &bytes_read)) != NULL)
1101 while ((cur_file = read_string (abfd, line_ptr, &bytes_read)) != NULL)
1200 cur_file = read_string (abfd, line_ptr, &bytes_read);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c714 static char *read_string (bfd *, char *, unsigned int *);
4618 DW_STRING (attr) = read_string (abfd, info_ptr, &bytes_read);
4922 read_string (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) function
5260 while ((cur_dir = read_string (abfd, line_ptr, &bytes_read)) != NULL)
5268 while ((cur_file = read_string (abfd, line_ptr, &bytes_read)) != NULL)
5425 cur_file = read_string (abfd, line_ptr, &bytes_read);
7977 body = read_string (abfd, mac_ptr, &bytes_read);
8056 string = read_string (abfd, mac_ptr, &bytes_read);
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c942 static svn_error_t *read_string(svn_ra_svn_conn_t *conn, apr_pool_t *pool,
1048 SVN_ERR(read_string(conn, pool, item, val));
941 static svn_error_t *read_string(svn_ra_svn_conn_t *conn, apr_pool_t *pool, function
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1577 std::pair<size_t, bool> read_string = ReadPointedString(buffer_sp, local
1588 options.SetIsTruncated(read_string.second);

Completed in 194 milliseconds