getstr
getstr(buf);
int getstr(char *);
__warn_references(getstr,
getstr(char *str)
char *getstr(char *, char **);
char *getstr(char *, char **);
return (getstr(p, ep, delim));
if ((key = getstr(&ptr, bp, ":")) == NULL) {
if ((lib = getstr(&ptr, bp, ":")) == NULL) {
for (j = 0; (l = getstr(&lib, elib, ",")) != NULL;
for (; (l = getstr(&key, ekey, ",")) != NULL; i++, key++) {
ptr = getstr(&b, ep, "\n#");
(void)getstr(&b, ep, "\n");
node = getstr(&name, ep, "./");
static const char *getstr(const char **, const char *, const char *);
getstr(user, sizeof(user), "username");
getstr(pass, sizeof(pass), "password");
getstr(cmdbuf, sizeof(cmdbuf), "command");
static void getstr(char *, int, const char *);
static void getstr(char *, int, const char *);
getstr(rusername, sizeof(rusername), "remuser too long");
getstr(lusername, sizeof(lusername), "locuser too long");
getstr(term+ENVSIZE, sizeof(term)-ENVSIZE, "Terminal type too long");
static void getstr(char *, int, const char *);
getstr(remuser, sizeof(remuser), "remuser");
getstr(locuser, sizeof(locuser), "locuser");
getstr(cmdbuf, sizeof(cmdbuf), "command");
char *getstr(const char *, char **);
loginprog = getstr("lo", &cp);
char *getstr(const char *, char **);
HE = getstr("he", &cp);
HN = getstr("hn", &cp);
IM = getstr("im", &cp);
IF = getstr("if", &cp);
getstr(cmd,c);
report_return(getstr(string));
fprintf(stderr, getstr(4), __progname);
fprintf(stderr, "%s", getstr(5));
fprintf(stderr, "%s", getstr(6));
fprintf(stderr, "%s", getstr(7));
errx(2, getstr(3), "--devices");
errx(2, getstr(3), "--directories");
printf(getstr(9), __progname, VERSION);
errx(2, getstr(3), "--binary-files");
errx(2, getstr(3), "--color");
fn = label != NULL ? label : getstr(1);
printf(getstr(8), fn);
const char *p = conv_expand(getstr());
char *cp = getstr();
char *p = getstr();
static char *getstr(void);