| /freebsd-13-stable/crypto/heimdal/appl/login/ |
| HD | 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);
|
| HD | login-protos.h | 60 read_string (
|
| HD | Makefile.am | 19 read_string.c \
|
| HD | login.c | 655 ret = read_string("login: ", username, sizeof(username), 1); in main() 681 ret = read_string(prompt, password, sizeof(password), 0); in main()
|
| HD | 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@
|
| HD | ChangeLog | 28 * read_string.c: try to not call signaction for signal 0 and use
|
| /freebsd-13-stable/sbin/dhclient/ |
| HD | conflex.c | 73 static int read_string(FILE *); 140 ttok = read_string(cfile); in get_token() 227 read_string(FILE *cfile) in read_string() function
|
| /freebsd-13-stable/usr.bin/dc/ |
| HD | extern.h | 28 char *read_string(struct source *);
|
| HD | inout.c | 263 read_string(struct source *src) in read_string() function
|
| HD | bcode.c | 945 push_string(read_string(&bmachine.readstack[bmachine.readsp])); in push_line() 1650 free(read_string(&bmachine.readstack[bmachine.readsp])); in skip_until_mark()
|
| /freebsd-13-stable/crypto/openssl/crypto/ui/ |
| HD | 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 729 read_string,
|
| /freebsd-13-stable/contrib/lua/src/ |
| HD | llex.c | 379 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-stable/sys/contrib/openzfs/module/lua/ |
| HD | llex.c | 340 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-stable/contrib/subversion/subversion/libsvn_repos/ |
| HD | 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-13-stable/crypto/libecc/src/arithmetic_tests/ |
| HD | arithmetic_tests.c | 836 int read_string(int fd, char *buf, unsigned int *buflen); 837 int read_string(int fd, char *buf, unsigned int *buflen) in read_string() function 959 while (read_string(fd, ibuf, &len) == 0) { in main()
|
| /freebsd-13-stable/lib/libomp/ |
| HD | omp-tools.h | 1231 ompd_callback_memory_read_fn_t read_string; member
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/ |
| HD | 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()
|
| /freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/include/ |
| HD | omp-tools.h.var | 1231 ompd_callback_memory_read_fn_t read_string;
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | ValueObject.cpp | 1342 std::pair<size_t, bool> read_string = in DumpPrintableRepresentation() local 1355 options.SetIsTruncated(read_string.second); in DumpPrintableRepresentation()
|