Symbol: findname
games/hack/hack.h
600
void findname(char *, size_t, char);
games/hack/hack.mkshop.c
187
findname(ESHK->shknam, sizeof ESHK->shknam, let);
games/hack/hack.shknam.c
197
if(let) findname(nampt, len, 0);
games/phantasia/gamesupport.c
111
if (loc < 0L && (loc = findname(Databuf, playerp)) < 0L)
games/phantasia/gamesupport.c
238
if (Wizard || findname(Databuf, &Other) < 0L)
games/phantasia/interplayer.c
1058
if ((loc = findname(Databuf, &Other)) >= 0L) {
games/phantasia/main.c
458
if (findname(Player.p_name, &Other) >= 0L)
games/phantasia/main.c
890
if ((loc = findname(Databuf, &Player)) >= 0L)
games/phantasia/phantglobs.h
97
long findname(char *, struct player *);
sbin/fsck_ext2fs/extern.h
48
int findname(struct inodesc *);
sbin/fsck_ext2fs/utilities.c
414
idesc.id_func = findname;
sbin/fsck_ffs/extern.h
48
int findname(struct inodesc *);
sbin/fsck_ffs/utilities.c
536
idesc.id_func = findname;
sbin/sysctl/sysctl.c
1377
if ((indx = findname(string, "third", bufpp, vfsvars)) == -1)
sbin/sysctl/sysctl.c
1416
if ((indx = findname(string, "third", bufpp, lp)) == -1)
sbin/sysctl/sysctl.c
1442
if ((indx = findname(string, "third", bufpp, &bioslist)) == -1)
sbin/sysctl/sysctl.c
1492
if ((indx = findname(string, "third", bufpp, &swpenclist)) == -1)
sbin/sysctl/sysctl.c
1812
if ((indx = findname(string, "third", bufpp, &nchstatslist)) == -1)
sbin/sysctl/sysctl.c
1880
if ((indx = findname(string, "third", bufpp, &ttylist)) == -1)
sbin/sysctl/sysctl.c
1909
if ((indx = findname(string, "third", bufpp, &forkstatlist)) == -1)
sbin/sysctl/sysctl.c
194
int findname(char *, char *, char **, struct list *);
sbin/sysctl/sysctl.c
1968
if ((indx = findname(string, "third", bufpp, &kernmalloclist)) == -1)
sbin/sysctl/sysctl.c
2077
if ((indx = findname(string, "third", bufpp, &chipsetlist)) == -1)
sbin/sysctl/sysctl.c
2131
if ((indx = findname(string, "third", bufpp, &inetlist)) == -1)
sbin/sysctl/sysctl.c
2146
if ((indx = findname(string, "fourth", bufpp, lp)) == -1)
sbin/sysctl/sysctl.c
2158
if ((tindx = findname(string, "fifth", bufpp, lp)) == -1)
sbin/sysctl/sysctl.c
2266
if ((indx = findname(string, "third", bufpp, &inet6list)) == -1)
sbin/sysctl/sysctl.c
2281
if ((indx = findname(string, "fourth", bufpp, lp)) == -1)
sbin/sysctl/sysctl.c
2293
if ((tindx = findname(string, "fifth", bufpp, lp)) == -1)
sbin/sysctl/sysctl.c
2323
if ((indx = findname(string, "third", bufpp, &netunixlist)) == -1)
sbin/sysctl/sysctl.c
2337
if ((indx = findname(string, "fourth", bufpp, lp)) == -1)
sbin/sysctl/sysctl.c
2362
if ((indx = findname(string, "third", bufpp, &netlinklist)) == -1)
sbin/sysctl/sysctl.c
2377
if ((indx = findname(string, "fourth", bufpp, lp)) == -1)
sbin/sysctl/sysctl.c
2394
if ((indx = findname(string, "third", bufpp, &bpflist)) == -1)
sbin/sysctl/sysctl.c
2415
if ((indx = findname(string, "third", bufpp, &mplslist)) == -1)
sbin/sysctl/sysctl.c
2427
if ((tindx = findname(string, "fourth", bufpp, lp)) == -1)
sbin/sysctl/sysctl.c
2447
if ((indx = findname(string, "third", bufpp, &pipexlist)) == -1)
sbin/sysctl/sysctl.c
2459
if ((tindx = findname(string, "fourth", bufpp, lp)) == -1)
sbin/sysctl/sysctl.c
2480
if ((indx = findname(string, "third", bufpp, &semlist)) == -1)
sbin/sysctl/sysctl.c
2499
if ((indx = findname(string, "third", bufpp, &shmlist)) == -1)
sbin/sysctl/sysctl.c
2519
if ((indx = findname(string, "third", bufpp, &watchdoglist)) == -1)
sbin/sysctl/sysctl.c
2539
if ((indx = findname(string, "third", bufpp, &tclist)) == -1)
sbin/sysctl/sysctl.c
2880
if ((indx = findname(string, "third", bufpp, &audiolist)) == -1)
sbin/sysctl/sysctl.c
2899
if ((indx = findname(string, "third", bufpp, &videolist)) == -1)
sbin/sysctl/sysctl.c
2918
if ((indx = findname(string, "third", bufpp, &witnesslist)) == -1)
sbin/sysctl/sysctl.c
2938
if ((indx = findname(string, "third", bufpp, &batterylist)) == -1)
sbin/sysctl/sysctl.c
413
if ((indx = findname(string, "top", &bufp, &toplist)) == -1)
sbin/sysctl/sysctl.c
429
if ((indx = findname(string, "second", &bufp, lp)) == -1)
usr.bin/dig/lib/dns/message.c
1921
result = findname(&foundname, target,
usr.bin/dig/lib/dns/message.c
909
result = findname(&name2, name, section);
usr.sbin/procmap/procmap.c
188
char *findname(kvm_t *, struct kbit *, struct vm_map_entry *, struct kbit *,
usr.sbin/procmap/procmap.c
725
name = findname(kd, vmspace, vme, vp, vfs, uvm_obj);