| /freebsd-12.1/crypto/heimdal/appl/login/ |
| H A D | read_string.c | 51 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 D | login-protos.h | 60 read_string (
|
| H A D | Makefile.am | 19 read_string.c \
|
| H A D | login.c | 655 ret = read_string("login: ", username, sizeof(username), 1); in main() 681 ret = read_string(prompt, password, sizeof(password), 0); in main()
|
| H A D | Makefile.in | 104 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 D | ChangeLog | 28 * read_string.c: try to not call signaction for signal 0 and use
|
| /freebsd-12.1/sbin/dhclient/ |
| H A D | conflex.c | 75 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 D | extern.h | 29 char *read_string(struct source *);
|
| H A D | inout.c | 265 read_string(struct source *src) in read_string() function
|
| H A D | bcode.c | 947 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 D | ui_openssl.c | 195 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 D | llex.c | 366 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 D | llex.c | 341 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 D | read-rtl.c | 135 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 D | ChangeLog-2001 | 19351 (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 D | ChangeLog-2004 | 17638 (read_string, read_quoted_string, read_braced_string) 17641 string_obstack instead. Update call to read_string.
|
| H A D | ChangeLog-2005 | 30138 (read_string): Use set_rtx_ptr_loc to record a filename and line
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | reporter.c | 185 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 D | dwarf2.c | 288 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 D | dwarf2read.c | 714 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 D | ValueObject.cpp | 1285 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 D | marshal.c | 1216 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()
|