read_string
static int read_string(UI *ui, UI_STRING *uis);
.ui_read_string = read_string,
static void read_string(char *, size_t);
read_string(string, sizeof(string));
read_string(pattern, sizeof(pattern));
if (!read_string(names, &name))
if (!read_string(names, &basename) || *basename == '\0' ||
if (!read_string(&dirnames, &dirname) || *dirname == '\0')
free(read_string(&bmachine.readstack[bmachine.readsp]));
push_string(read_string(&bmachine.readstack[bmachine.readsp]));
char *read_string(struct source *);
ttok = read_string(cfile);
static int read_string(FILE *);
iflen = read_string(fd, device, sizeof(device), __func__);
return (read_string(priv_fd, res, res_len, __func__));
return (read_string(priv_fd, name, name_len, __func__));
return read_string(priv_fd, progname, progname_len, __func__);
if (read_string(priv_fd, name, name_len, __func__) == 0)
return (read_string(priv_fd, prot, prot_len, __func__));
if (read_string(priv_fd, name, name_len, __func__) == 0)
if (read_string(priv_fd, zone, sizeof(zone), __func__))
size_t read_string(int, char *, size_t, const char *);
len = read_string(priv_fd, ebuf, PCAP_ERRBUF_SIZE, __func__);