Symbol: getstring
games/phantasia/fight.c
1433
getstring(Databuf, SZ_DATABUF);
games/phantasia/gamesupport.c
226
getstring(Databuf, 9);
games/phantasia/gamesupport.c
235
getstring(Databuf, SZ_NAME);
games/phantasia/gamesupport.c
253
getstring(Databuf, SZ_PASSWORD);
games/phantasia/gamesupport.c
259
getstring(playerp->p_password, SZ_PASSWORD);
games/phantasia/gamesupport.c
86
getstring(Databuf, SZ_DATABUF);
games/phantasia/interplayer.c
1015
getstring(Databuf, SZ_DATABUF);
games/phantasia/interplayer.c
1046
getstring(Databuf, SZ_DATABUF);
games/phantasia/interplayer.c
920
getstring(Databuf, SZ_DATABUF);
games/phantasia/io.c
168
getstring(Databuf, SZ_DATABUF);
games/phantasia/main.c
437
getstring(Databuf, SZ_DATABUF);
games/phantasia/main.c
451
getstring(Player.p_name, SZ_NAME);
games/phantasia/main.c
473
getstring(Player.p_password, SZ_PASSWORD);
games/phantasia/main.c
475
getstring(Databuf, SZ_PASSWORD);
games/phantasia/main.c
585
getstring(Databuf, SZ_DATABUF);
games/phantasia/main.c
605
getstring(Databuf, SZ_DATABUF);
games/phantasia/main.c
650
getstring(Databuf, SZ_DATABUF);
games/phantasia/main.c
887
getstring(Databuf, SZ_NAME);
games/phantasia/main.c
898
getstring(Databuf, SZ_PASSWORD);
games/phantasia/phantglobs.h
101
void getstring(char *, int);
lib/libc/gen/getnetgrent.c
212
if (!getstring(pp, ',', &ng->ng_host))
lib/libc/gen/getnetgrent.c
215
if (!getstring(pp, ',', &ng->ng_user))
lib/libc/gen/getnetgrent.c
218
if (!getstring(pp, ')', &ng->ng_domain))
lib/libc/gen/getnetgrent.c
68
static int getstring(char **, int, char **);
sbin/disklabel/editor.c
1023
p = getstring(prompt, help, p);
sbin/disklabel/editor.c
1072
p = getstring(prompt, helpstring, buf);
sbin/disklabel/editor.c
1107
p = getstring(prompt, helpstring, buf);
sbin/disklabel/editor.c
1235
p = getstring("label name",
sbin/disklabel/editor.c
1334
s = getstring("duid", "The disklabel UID, given as a 16 "
sbin/disklabel/editor.c
149
char *getstring(const char *, const char *, const char *);
sbin/disklabel/editor.c
1697
p = getstring("FS type",
sbin/disklabel/editor.c
1750
p = getstring("mount point",
sbin/disklabel/editor.c
382
arg = getstring("Write new label?",
sbin/disklabel/editor.c
426
arg = getstring("Filename",
usr.bin/m4/gnum4.c
185
static char *getstring(void);
usr.bin/m4/gnum4.c
368
pbstr(getstring());
usr.bin/m4/gnum4.c
443
return getstring();
usr.bin/m4/gnum4.c
495
pbstr(getstring());
usr.bin/m4/gnum4.c
617
pbstr(getstring());
usr.bin/m4/gnum4.c
666
pbstr(getstring());
usr.sbin/netgroup_mkdb/stringlist.c
200
if (!getstring(pp, ',', &ng->ng_host))
usr.sbin/netgroup_mkdb/stringlist.c
203
if (!getstring(pp, ',', &ng->ng_user))
usr.sbin/netgroup_mkdb/stringlist.c
206
if (!getstring(pp, ')', &ng->ng_domain))
usr.sbin/netgroup_mkdb/stringlist.c
39
static int getstring(char **, int, char **);
usr.sbin/rmt/rmt.c
136
getstring(device, sizeof(device));
usr.sbin/rmt/rmt.c
137
getstring(mode, sizeof(mode));
usr.sbin/rmt/rmt.c
203
getstring(device, sizeof(device)); /* discard */
usr.sbin/rmt/rmt.c
210
getstring(count, sizeof(count));
usr.sbin/rmt/rmt.c
211
getstring(pos, sizeof(pos));
usr.sbin/rmt/rmt.c
219
getstring(count, sizeof(count));
usr.sbin/rmt/rmt.c
236
getstring(count, sizeof(count));
usr.sbin/rmt/rmt.c
249
getstring(op, sizeof(op));
usr.sbin/rmt/rmt.c
250
getstring(count, sizeof(count));
usr.sbin/rmt/rmt.c
68
void getstring(char *, int);