Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/appl/login/
H A Dread_string.c51 read_string(const char *prompt, char *buf, size_t len, int echo) in read_string() function
134 ret = read_string("foo: ", s, sizeof(s), 0);
H A Dlogin-protos.h60 read_string (
H A DMakefile.am19 read_string.c \
H A Dlogin.c655 ret = read_string("login: ", username, sizeof(username), 1); in main()
681 ret = read_string(prompt, password, sizeof(password), 0); in main()
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@
H A DChangeLog28 * read_string.c: try to not call signaction for signal 0 and use
/freebsd-12.1/sbin/dhclient/
H A Dconflex.c75 static int read_string(FILE *);
142 ttok = read_string(cfile); in get_token()
229 read_string(FILE *cfile) in read_string() function
/freebsd-12.1/usr.bin/dc/
H A Dextern.h29 char *read_string(struct source *);
H A Dinout.c265 read_string(struct source *src) in read_string() function
H A Dbcode.c947 push_string(read_string(&bmachine.readstack[bmachine.readsp])); in push_line()
1652 free(read_string(&bmachine.readstack[bmachine.readsp])); in skip_until_mark()
/freebsd-12.1/crypto/openssl/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
717 read_string,
/freebsd-12.1/contrib/lua/src/
H A Dllex.c366 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() function
503 read_string(ls, ls->current, seminfo); in llex()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dllex.c341 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() function
465 read_string(ls, ls->current, seminfo); in llex()
/freebsd-12.1/contrib/gcc/
H A Dread-rtl.c135 static char *read_string (FILE *, int);
1050 read_string (FILE *infile, int star_if_braced) in read_string() function
1342 string = read_string (infile, false); in read_mapping()
1634 stringbuf = read_string (infile, star_if_braced); in read_rtx_1()
H A DChangeLog-200119351 (read_string): Break inner loop into separate function. Takes
19361 fatal_expected_char, read_name, read_string, def_hash,
22170 * rtl.c (read_string): Break out from ...
H A DChangeLog-200417638 (read_string, read_quoted_string, read_braced_string)
17641 string_obstack instead. Update call to read_string.
H A DChangeLog-200530138 (read_string): Use set_rtx_ptr_loc to record a filename and line
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c185 read_string(const char **str, svn_spillbuf_reader_t *reader, apr_pool_t *pool) in read_string() function
293 SVN_ERR(read_string(&(*pi)->path, reader, pool)); in read_path_info()
296 SVN_ERR(read_string(&(*pi)->link_path, reader, pool)); in read_path_info()
309 SVN_ERR(read_string(&(*pi)->lock_token, reader, pool)); in read_path_info()
/freebsd-12.1/contrib/binutils/bfd/
H A Ddwarf2.c288 read_string (bfd *abfd ATTRIBUTE_UNUSED, in read_string() function
603 attr->u.str = read_string (abfd, info_ptr, &bytes_read); in read_attribute_value()
1075 while ((cur_dir = read_string (abfd, line_ptr, &bytes_read)) != NULL) in decode_line_info()
1101 while ((cur_file = read_string (abfd, line_ptr, &bytes_read)) != NULL) in decode_line_info()
1200 cur_file = read_string (abfd, line_ptr, &bytes_read); in decode_line_info()
/freebsd-12.1/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); in read_attribute_value()
4922 read_string (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) in read_string() function
5260 while ((cur_dir = read_string (abfd, line_ptr, &bytes_read)) != NULL) in dwarf_decode_line_header()
5268 while ((cur_file = read_string (abfd, line_ptr, &bytes_read)) != NULL) in dwarf_decode_line_header()
5425 cur_file = read_string (abfd, line_ptr, &bytes_read); in dwarf_decode_lines()
7976 body = read_string (abfd, mac_ptr, &bytes_read); in dwarf_decode_macros()
8055 string = read_string (abfd, mac_ptr, &bytes_read); in dwarf_decode_macros()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1285 std::pair<size_t, bool> read_string = ReadPointedString( in DumpPrintableRepresentation() local
1297 options.SetIsTruncated(read_string.second); in DumpPrintableRepresentation()
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c1216 static svn_error_t *read_string(svn_ra_svn_conn_t *conn, apr_pool_t *pool, in read_string() function
1334 SVN_ERR(read_string(conn, pool, item, val)); in read_item()