Home
last modified time | relevance | path

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

/freebsd-13.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-13.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-13.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-13.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
729 read_string,
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dllex.c340 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() function
467 read_string(ls, ls->current, seminfo); in llex()
/freebsd-13.1/contrib/lua/src/
H A Dllex.c379 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() function
516 read_string(ls, ls->current, seminfo); in llex()
/freebsd-13.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-13.1/lib/libomp/
H A Domp-tools.h1185 ompd_callback_memory_read_fn_t read_string; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1186 std::pair<size_t, bool> read_string = ReadPointedString( in DumpPrintableRepresentation() local
1198 options.SetIsTruncated(read_string.second); in DumpPrintableRepresentation()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/include/
H A Domp-tools.h.var1184 ompd_callback_memory_read_fn_t read_string;
/freebsd-13.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()