/netbsd-src/games/hack/ |
H A D | hack.shknam.c | 209 findname(char *nampt, int let_i) in findname() function 226 findname(nampt, 0); in findname()
|
H A D | extern.h | 389 void findname(char *, int);
|
H A D | hack.mkshop.c | 202 findname(ESHK->shknam, let); in mkshop()
|
/netbsd-src/sbin/sysctl/ |
H A D | pathconf.c | 159 if ((indx = findname(string, "top", &bufp, &pclist)) == -1) 197 findname(string, level, bufp, namelist) in findname() function
|
/netbsd-src/sbin/fsck_ext2fs/ |
H A D | extern.h | 47 int findname(struct inodesc *);
|
H A D | utilities.c | 444 idesc.id_func = findname; in getpathname()
|
H A D | inode.c | 596 findname(struct inodesc *idesc) in findname() function
|
/netbsd-src/games/phantasia/ |
H A D | phantglobs.h | 84 long findname(const char *, struct player *);
|
H A D | gamesupport.c | 68 if (loc < 0L && (loc = findname(Databuf, playerp)) < 0L) in changestats() 196 if (Wizard || findname(Databuf, &Other) < 0L) in changestats()
|
H A D | main.c | 420 if (findname(Player.p_name, &Other) >= 0L) in rollnewplayer() 779 if ((loc = findname(Databuf, &Player)) >= 0L) in recallplayer()
|
H A D | interplayer.c | 844 if ((loc = findname(Databuf, &Other)) >= 0L) { in dotampered()
|
H A D | misc.c | 526 findname(const char *name, struct player *playerp) in findname() function
|
/netbsd-src/sbin/fsck_lfs/ |
H A D | extern.h | 55 int findname(struct inodesc *);
|
H A D | utilities.c | 221 idesc.id_func = findname; in getpathname()
|
H A D | inode.c | 501 findname(struct inodesc * idesc) in findname() function
|
/netbsd-src/sbin/fsck_ffs/ |
H A D | pass3.c | 118 idesc.id_func = findname; in pass3()
|
H A D | extern.h | 52 int findname(struct inodesc *);
|
H A D | utilities.c | 512 idesc.id_func = findname; in getpathname()
|
H A D | inode.c | 605 findname(struct inodesc *idesc) in findname() function
|
/netbsd-src/usr.bin/pmap/ |
H A D | pmap.c | 44 static char *findname(kvm_t *, struct kbit *, struct kbit *, struct kbit *, 460 name = findname(kd, vmspace, vm_map_entry, vp, vfs, uvm_obj); in dump_vm_map_entry() 746 findname(kvm_t *kd, struct kbit *vmspace, in findname() function
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | message.c | 820 findname(dns_name_t **foundname, const dns_name_t *target, in findname() function 2592 result = findname(&foundname, target, &msg->sections[section]); in dns_message_findname()
|
H A D | resolver.c | 3596 findname(fetchctx_t *fctx, const dns_name_t *name, in_port_t port, in findname() function 3940 findname(fctx, &ns.name, 0, stdoptions, 0, now, &overquota, in fctx_getaddresses() 3970 findname(fctx, &a->_u._n.name, a->_u._n.port, in fctx_getaddresses()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | message.c | 809 findname(dns_name_t **foundname, const dns_name_t *target, in name_hash_add() 2565 result = findname(&foundname, target, &msg->sections[section]); in dns_message_firstname() 812 findname(dns_name_t **foundname, const dns_name_t *target, findname() function
|
H A D | resolver.c | 3239 findname(fetchctx_t *fctx, const dns_name_t *name, in_port_t port, in add_bad() 3625 findname(fctx, &ns.name, 0, stdoptions | static_stub, 0, now, in fctx_getaddresses() 3655 findname(fctx, &a->_u._n.name, a->_u._n.port, in fctx_getaddresses() 3393 findname(fetchctx_t *fctx, const dns_name_t *name, in_port_t port, findname() function
|