Symbol: getstr
usr/src/boot/i386/common/cons.h
33
void getstr(char *cmdstr, size_t cmdstrsize);
usr/src/boot/i386/gptzfsboot/zfsboot.c
349
getstr(cmd, sizeof (cmd));
usr/src/boot/i386/isoboot/isoboot.c
320
getstr(cmd, sizeof (cmd));
usr/src/cmd/cmd-inet/usr.sbin/in.rexecd.c
271
getstr(user, sizeof (user), "username");
usr/src/cmd/cmd-inet/usr.sbin/in.rexecd.c
272
getstr(pass, sizeof (pass), "password");
usr/src/cmd/cmd-inet/usr.sbin/in.rexecd.c
273
getstr(cmdbuf, sizeof (cmdbuf), "command");
usr/src/cmd/cmd-inet/usr.sbin/in.rexecd.c
81
static void getstr(char *buf, int cnt, char *err);
usr/src/cmd/cmd-inet/usr.sbin/in.rlogind.c
432
getstr(f, rusername, sizeof (rusername), "remuser");
usr/src/cmd/cmd-inet/usr.sbin/in.rlogind.c
433
getstr(f, lusername, sizeof (lusername), "locuser");
usr/src/cmd/cmd-inet/usr.sbin/in.rlogind.c
434
getstr(f, term, sizeof (term), "Terminal type");
usr/src/cmd/cmd-inet/usr.sbin/in.rlogind.c
439
getstr(f, lusername, sizeof (lusername), "locuser");
usr/src/cmd/cmd-inet/usr.sbin/in.rlogind.c
440
getstr(f, term, sizeof (term), "Terminal type");
usr/src/cmd/cmd-inet/usr.sbin/in.rlogind.c
531
getstr(f, rusername, sizeof (rusername), "remuser");
usr/src/cmd/cmd-inet/usr.sbin/in.rshd.c
1481
getstr(netf, locuser, sizeof (locuser), "locuser");
usr/src/cmd/cmd-inet/usr.sbin/in.rshd.c
1482
getstr(netf, cmdbuf, sizeof (cmdbuf), "command");
usr/src/cmd/cmd-inet/usr.sbin/in.rshd.c
1483
getstr(netf, remuser, sizeof (locuser), "remuser");
usr/src/cmd/cmd-inet/usr.sbin/in.rshd.c
1486
getstr(netf, locuser, sizeof (locuser), "locuser");
usr/src/cmd/cmd-inet/usr.sbin/in.rshd.c
1487
getstr(netf, cmdbuf, sizeof (cmdbuf), "command");
usr/src/cmd/cmd-inet/usr.sbin/in.rshd.c
1508
getstr(netf, remuser, sizeof (locuser), "remuser");
usr/src/cmd/cmd-inet/usr.sbin/in.rshd.c
684
getstr(netf, remuser, sizeof (remuser), "remuser");
usr/src/cmd/cmd-inet/usr.sbin/in.rshd.c
685
getstr(netf, locuser, sizeof (locuser), "locuser");
usr/src/cmd/cmd-inet/usr.sbin/in.rshd.c
686
getstr(netf, cmdbuf, sizeof (cmdbuf), "command");
usr/src/cmd/cmd-inet/usr.sbin/in.rshd.c
94
static void getstr(int, char *, int, char *);
usr/src/cmd/eqn/font.c
67
(void) getstr(temp, 20);
usr/src/cmd/eqn/lex.c
133
getstr(token, SSIZE);
usr/src/cmd/eqn/lex.c
230
getstr(token, SSIZE); /* get name */
usr/src/cmd/eqn/lex.c
251
getstr(token, SSIZE);
usr/src/cmd/eqn/lex.c
32
void getstr(char *, int);
usr/src/cmd/eqn/size.c
51
getstr(temp, 20);
usr/src/cmd/file/magicutils.c
489
getstr(p, magfile)) == NULL) {
usr/src/cmd/krb5/kadmin/ktutil/ktutil_funcs.c
406
if (!(getstr(fp, sname, SNAME_SZ) > 0 &&
usr/src/cmd/krb5/kadmin/ktutil/ktutil_funcs.c
407
getstr(fp, sinst, INST_SZ) > 0 &&
usr/src/cmd/krb5/kadmin/ktutil/ktutil_funcs.c
408
getstr(fp, srealm, REALM_SZ) > 0 &&
usr/src/cmd/login/login.c
1595
getstr(rusername, sizeof (rusername), "remuser");
usr/src/cmd/login/login.c
1597
getstr(lusername, sizeof (lusername), "locuser");
usr/src/cmd/login/login.c
1599
getstr(terminal, sizeof (terminal), "Terminal type");
usr/src/cmd/login/login.c
373
static void getstr(char *, int, char *);
usr/src/cmd/printf/printf.c
350
p = strdup(getstr());
usr/src/cmd/printf/printf.c
373
p = getstr();
usr/src/cmd/printf/printf.c
80
*getstr(void);
usr/src/cmd/troff/nroff.d/n10.c
107
extern char *skipstr(), *getstr(), *getint();
usr/src/cmd/troff/nroff.d/n10.c
135
p = skipstr(p); p = getstr(p, t.twinit = p);
usr/src/cmd/troff/nroff.d/n10.c
136
p = skipstr(p); p = getstr(p, t.twrest = p);
usr/src/cmd/troff/nroff.d/n10.c
137
p = skipstr(p); p = getstr(p, t.twnl = p);
usr/src/cmd/troff/nroff.d/n10.c
138
p = skipstr(p); p = getstr(p, t.hlr = p);
usr/src/cmd/troff/nroff.d/n10.c
139
p = skipstr(p); p = getstr(p, t.hlf = p);
usr/src/cmd/troff/nroff.d/n10.c
140
p = skipstr(p); p = getstr(p, t.flr = p);
usr/src/cmd/troff/nroff.d/n10.c
141
p = skipstr(p); p = getstr(p, t.bdon = p);
usr/src/cmd/troff/nroff.d/n10.c
142
p = skipstr(p); p = getstr(p, t.bdoff = p);
usr/src/cmd/troff/nroff.d/n10.c
143
p = skipstr(p); p = getstr(p, t.iton = p);
usr/src/cmd/troff/nroff.d/n10.c
144
p = skipstr(p); p = getstr(p, t.itoff = p);
usr/src/cmd/troff/nroff.d/n10.c
145
p = skipstr(p); p = getstr(p, t.ploton = p);
usr/src/cmd/troff/nroff.d/n10.c
146
p = skipstr(p); p = getstr(p, t.plotoff = p);
usr/src/cmd/troff/nroff.d/n10.c
147
p = skipstr(p); p = getstr(p, t.up = p);
usr/src/cmd/troff/nroff.d/n10.c
148
p = skipstr(p); p = getstr(p, t.down = p);
usr/src/cmd/troff/nroff.d/n10.c
149
p = skipstr(p); p = getstr(p, t.right = p);
usr/src/cmd/troff/nroff.d/n10.c
150
p = skipstr(p); p = getstr(p, t.left = p);
usr/src/cmd/troff/nroff.d/n10.c
152
getstr(p, check);
usr/src/cmd/troff/nroff.d/n10.c
182
p = getstr(p, p); /* compress string */
usr/src/cmd/troff/troff.d/draw.c
154
char temp[50], *p, *getstr();
usr/src/cmd/troff/troff.d/draw.c
159
for (N = 2; (p=getstr(p,temp)) != NULL && N < sizeof(x)/sizeof(x[0]); N++) {
usr/src/cmd/troff/troff.d/draw.c
161
p = getstr(p, temp);
usr/src/lib/libadm/common/ckitem.c
164
if (n = getstr(strval, defstr, error, help, prompt)) {
usr/src/lib/libadm/common/ckitem.c
48
static int getstr(char *, char *, char *, char *, char *);
usr/src/lib/libpkg/common/gpkgmap.c
224
if (getstr(fp, "=", PATH_MAX, mypath)) {
usr/src/lib/libpkg/common/gpkgmap.c
231
if (getstr(fp, NULL, PATH_MAX, mylocal)) {
usr/src/lib/libpkg/common/gpkgmap.c
269
if (getstr(fp, NULL, CLSSIZ, ept->pkg_class)) {
usr/src/lib/libpkg/common/gpkgmap.c
273
if (getstr(fp, "=", PATH_MAX, mypath)) {
usr/src/lib/libpkg/common/gpkgmap.c
282
if (getstr(fp, NULL, PATH_MAX, mylocal)) {
usr/src/lib/libpkg/common/gpkgmap.c
343
if ((retval = getstr(fp, NULL, ATRSIZ,
usr/src/lib/libpkg/common/gpkgmap.c
351
if ((retval = getstr(fp, NULL, ATRSIZ,
usr/src/lib/libpkg/common/gpkgmap.c
431
if ((retval = getstr(fp, NULL, ATRSIZ, tempmode)) == 1)
usr/src/lib/libpkg/common/gpkgmap.c
64
static int getstr(FILE *fp, char *sep, int n, char *str);
usr/src/lib/libpkg/common/srchcfile.c
267
if (getstr(&p, PATH_MAX, mylocal, ISWORDSEP)) {
usr/src/lib/libpkg/common/srchcfile.c
290
if (getstr(&p, CLSSIZ, ept->pkg_class, ISWORDSEP)) {
usr/src/lib/libpkg/common/srchcfile.c
344
getstr(&p, sizeof (ept->ainfo.owner), ept->ainfo.owner,
usr/src/lib/libpkg/common/srchcfile.c
346
getstr(&p, sizeof (ept->ainfo.group), ept->ainfo.group,
usr/src/lib/libpkg/common/srchcfile.c
378
while ((c = getstr(&p, sizeof (pkgname), pkgname, ISPKGNAMESEP)) <= 0) {
usr/src/lib/libpkg/common/srchcfile.c
421
(void) getstr(&p, sizeof (classname), classname,
usr/src/lib/libpkg/common/srchcfile.c
48
static int getstr(char **cp, int n, char *str, int separator[]);
usr/src/lib/libxcurses/h/curses.h
607
extern int getstr(char *);
usr/src/lib/libxcurses/h/curses.h
944
#define mvgetstr(y,x,s) (move(y,x)?ERR:getstr(s))
usr/src/lib/libxcurses/src/libc/xcurses/getnstr.c
98
(getstr)(str)
usr/src/lib/libxcurses2/h/curses.h
422
extern int getstr(char *);
usr/src/lib/libxcurses2/h/curses.h
899
(move(y, x) ? (s, ERR) : getstr(s))
usr/src/tools/lintdump/lintdump.c
197
getstr(fp, name, sizeof (name));
usr/src/tools/lintdump/lintdump.c
276
getstr(fp, name, sizeof (name));
usr/src/tools/lintdump/lintdump.c
469
getstr(fp, name, sizeof (name));
usr/src/tools/lintdump/lintdump.c
486
getstr(fp, name, sizeof (name));
usr/src/tools/lintdump/lintdump.c
67
static void getstr(FILE *, char *, size_t);
usr/src/uts/common/fs/zfs/lua/lapi.c
1205
return (name == NULL) ? "" : getstr(name);
usr/src/uts/common/fs/zfs/lua/lapi.c
508
return getstr(ts);
usr/src/uts/common/fs/zfs/lua/lapi.c
525
return getstr(ts);
usr/src/uts/common/fs/zfs/lua/ldebug.c
110
else return getstr(s);
usr/src/uts/common/fs/zfs/lua/ldebug.c
199
ar->source = p->source ? getstr(p->source) : "=?";
usr/src/uts/common/fs/zfs/lua/ldebug.c
493
*name = getstr(G(L)->tmname[tm]);
usr/src/uts/common/fs/zfs/lua/ldebug.c
578
luaO_chunkid(buff, getstr(src), LUA_IDSIZE);
usr/src/uts/common/fs/zfs/lua/ldump.c
72
DumpBlock(getstr(s),size*sizeof(char),D);
usr/src/uts/common/fs/zfs/lua/lfunc.c
156
return getstr(f->locvars[i].varname);
usr/src/uts/common/fs/zfs/lua/llex.c
104
luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE);
usr/src/uts/common/fs/zfs/lua/lobject.h
424
#define svalue(o) getstr(rawtsvalue(o))
usr/src/uts/common/fs/zfs/lua/lparser.c
1200
getstr(label), ll->arr[i].line);
usr/src/uts/common/fs/zfs/lua/lparser.c
349
getstr(gt->name), gt->line, getstr(vname));
usr/src/uts/common/fs/zfs/lua/lparser.c
466
msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line);
usr/src/uts/common/fs/zfs/lua/lparser.c
64
luaX_newstring(ls, getstr(ts), ts->tsv.len);
usr/src/uts/common/fs/zfs/lua/lstring.c
143
(memcmp(str, getstr(ts), l * sizeof(char)) == 0)) {
usr/src/uts/common/fs/zfs/lua/lstring.c
38
(memcmp(getstr(a), getstr(b), len) == 0)); /* equal contents */
usr/src/uts/common/fs/zfs/lua/ltable.c
104
s->tsv.hash = luaS_hash(getstr(s), s->tsv.len, s->tsv.hash);
usr/src/uts/common/fs/zfs/lua/lvm.c
210
const char *l = getstr(ls);
usr/src/uts/common/fs/zfs/lua/lvm.c
212
const char *r = getstr(rs);