read_string
read_string (
ret = read_string("login: ", username, sizeof(username), 1);
ret = read_string(prompt, password, sizeof(password), 0);
ret = read_string("foo: ", s, sizeof(s), 0);
if (read_string(filep, name, u2, linenop)) {
int read_string(int fd, char *buf, unsigned int *buflen);
int read_string(int fd, char *buf, unsigned int *buflen)
while (read_string(fd, ibuf, &len) == 0) {
static int read_string(UI *ui, UI_STRING *uis);
read_string,
ompd_callback_memory_read_fn_t read_string;
ttok = read_string(cfile);
static int read_string(FILE *);