Symbol: getstr
lib/libcurses/PSD.doc/life.c
115
getstr(buf);
lib/libcurses/curses.h
565
int getstr(char *);
lib/libcurses/getstr.c
63
__warn_references(getstr,
lib/libcurses/getstr.c
66
getstr(char *str)
lib/libtelnet/getent.c
47
char *getstr(char *, char **);
libexec/getty/extern.h
44
char *getstr(char *, char **);
libexec/ld.elf_so/paths.c
143
return (getstr(p, ep, delim));
libexec/ld.elf_so/paths.c
274
if ((key = getstr(&ptr, bp, ":")) == NULL) {
libexec/ld.elf_so/paths.c
280
if ((lib = getstr(&ptr, bp, ":")) == NULL) {
libexec/ld.elf_so/paths.c
286
for (j = 0; (l = getstr(&lib, elib, ",")) != NULL;
libexec/ld.elf_so/paths.c
302
for (; (l = getstr(&key, ekey, ",")) != NULL; i++, key++) {
libexec/ld.elf_so/paths.c
388
ptr = getstr(&b, ep, "\n#");
libexec/ld.elf_so/paths.c
405
(void)getstr(&b, ep, "\n");
libexec/ld.elf_so/paths.c
457
node = getstr(&name, ep, "./");
libexec/ld.elf_so/paths.c
66
static const char *getstr(const char **, const char *, const char *);
libexec/rexecd/rexecd.c
218
getstr(user, sizeof(user), "username");
libexec/rexecd/rexecd.c
219
getstr(pass, sizeof(pass), "password");
libexec/rexecd/rexecd.c
220
getstr(cmdbuf, sizeof(cmdbuf), "command");
libexec/rexecd/rexecd.c
73
static void getstr(char *, int, const char *);
libexec/rlogind/rlogind.c
136
static void getstr(char *, int, const char *);
libexec/rlogind/rlogind.c
621
getstr(rusername, sizeof(rusername), "remuser too long");
libexec/rlogind/rlogind.c
622
getstr(lusername, sizeof(lusername), "locuser too long");
libexec/rlogind/rlogind.c
623
getstr(term+ENVSIZE, sizeof(term)-ENVSIZE, "Terminal type too long");
libexec/rshd/rshd.c
142
static void getstr(char *, int, const char *);
libexec/rshd/rshd.c
456
getstr(remuser, sizeof(remuser), "remuser");
libexec/rshd/rshd.c
457
getstr(locuser, sizeof(locuser), "locuser");
libexec/rshd/rshd.c
458
getstr(cmdbuf, sizeof(cmdbuf), "command");
libexec/telnetd/sys_term.c
61
char *getstr(const char *, char **);
libexec/telnetd/sys_term.c
659
loginprog = getstr("lo", &cp);
libexec/telnetd/telnetd.c
122
char *getstr(const char *, char **);
libexec/telnetd/telnetd.c
903
HE = getstr("he", &cp);
libexec/telnetd/telnetd.c
904
HN = getstr("hn", &cp);
libexec/telnetd/telnetd.c
905
IM = getstr("im", &cp);
libexec/telnetd/telnetd.c
906
IF = getstr("if", &cp);
sys/arch/emips/stand/common/boot.c
244
getstr(cmd,c);
tests/lib/libcurses/slave/curses_commands.c
494
report_return(getstr(string));
usr.bin/grep/grep.c
160
fprintf(stderr, getstr(4), __progname);
usr.bin/grep/grep.c
161
fprintf(stderr, "%s", getstr(5));
usr.bin/grep/grep.c
162
fprintf(stderr, "%s", getstr(6));
usr.bin/grep/grep.c
163
fprintf(stderr, "%s", getstr(7));
usr.bin/grep/grep.c
455
errx(2, getstr(3), "--devices");
usr.bin/grep/grep.c
466
errx(2, getstr(3), "--directories");
usr.bin/grep/grep.c
559
printf(getstr(9), __progname, VERSION);
usr.bin/grep/grep.c
585
errx(2, getstr(3), "--binary-files");
usr.bin/grep/grep.c
605
errx(2, getstr(3), "--color");
usr.bin/grep/util.c
200
fn = label != NULL ? label : getstr(1);
usr.bin/grep/util.c
270
printf(getstr(8), fn);
usr.bin/printf/printf.c
280
const char *p = conv_expand(getstr());
usr.bin/printf/printf.c
297
char *cp = getstr();
usr.bin/printf/printf.c
349
char *p = getstr();
usr.bin/printf/printf.c
75
static char *getstr(void);