Searched refs:read_string (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dlogin_protos.h60 read_string (
H A Dread_string.c36 RCSID("$Id: read_string.c 18156 2006-09-22 15:42:39Z lha $");
51 read_string(const char *prompt, char *buf, size_t len, int echo) function
134 ret = read_string("foo: ", s, sizeof(s), 0);
H A Dlogin.c809 ret = read_string("login: ", username, sizeof(username), 1);
835 ret = read_string(prompt, password, sizeof(password), 0);
/freebsd-9.3-release/usr.bin/dc/
H A Dextern.h29 char *read_string(struct source *);
H A Dinout.c237 read_string(struct source *src) function
H A Dbcode.c938 push_string(read_string(&bmachine.readstack[bmachine.readsp]));
1629 free(read_string(&bmachine.readstack[bmachine.readsp]));
/freebsd-9.3-release/sbin/dhclient/
H A Dconflex.c73 static int read_string(FILE *);
140 ttok = read_string(cfile);
227 read_string(FILE *cfile) function
/freebsd-9.3-release/crypto/openssl/crypto/ui/
H A Dui_openssl.c315 static int read_string(UI *ui, UI_STRING *uis);
328 read_string,
357 static int read_string(UI *ui, UI_STRING *uis) function
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dtoken.h110 extern char *read_string();
/freebsd-9.3-release/contrib/gcc/
H A Dread-rtl.c135 static char *read_string (FILE *, int);
1050 read_string (FILE *infile, int star_if_braced) function
1344 string = read_string (infile, false);
1636 stringbuf = read_string (infile, star_if_braced);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Ddwarf2.c288 read_string (bfd *abfd ATTRIBUTE_UNUSED, function
603 attr->u.str = read_string (abfd, info_ptr, &bytes_read);
1075 while ((cur_dir = read_string (abfd, line_ptr, &bytes_read)) != NULL)
1101 while ((cur_file = read_string (abfd, line_ptr, &bytes_read)) != NULL)
1200 cur_file = read_string (abfd, line_ptr, &bytes_read);
/freebsd-9.3-release/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);
4922 read_string (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) function
5260 while ((cur_dir = read_string (abfd, line_ptr, &bytes_read)) != NULL)
5268 while ((cur_file = read_string (abfd, line_ptr, &bytes_read)) != NULL)
5425 cur_file = read_string (abfd, line_ptr, &bytes_read);
7972 body = read_string (abfd, mac_ptr, &bytes_read);
8051 string = read_string (abfd, mac_ptr, &bytes_read);

Completed in 123 milliseconds