Searched refs:read_string (Results 1 – 14 of 14) sorted by relevance
/freebsd/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/sbin/dhclient/ |
H A D | 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/crypto/openssl/crypto/ui/ |
H A D | ui_openssl.c | 191 static int read_string(UI *ui, UI_STRING *uis); 220 static int read_string(UI *ui, UI_STRING *uis) in read_string() function 705 read_string,
|
/freebsd/contrib/lua/src/ |
H A D | llex.c | 382 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() function 519 read_string(ls, ls->current, seminfo); in llex()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | 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/crypto/libecc/src/arithmetic_tests/ |
H A D | 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/lib/libomp/ |
H A D | omp-tools.h | 1231 ompd_callback_memory_read_fn_t read_string; member
|
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp-tools.h.var | 1231 ompd_callback_memory_read_fn_t read_string;
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObject.cpp | 1342 std::pair<size_t, bool> read_string = in DumpPrintableRepresentation() local 1355 options.SetIsTruncated(read_string.second); in DumpPrintableRepresentation()
|