Symbol: blist
games/hunt/huntd/shots.c
1002
explshot(blist, obp->b_y, obp->b_x);
games/hunt/huntd/shots.c
1010
explshot(BULLET *blist, int y, int x)
games/hunt/huntd/shots.c
1014
for (bp = blist; bp != NULL; bp = bp->b_next)
games/hunt/huntd/shots.c
1097
find_under(BULLET *blist, BULLET *bp)
games/hunt/huntd/shots.c
1101
for (nbp = blist; nbp != NULL; nbp = nbp->b_next)
games/hunt/huntd/shots.c
132
blist = Bullets;
games/hunt/huntd/shots.c
134
for (bp = blist; bp != NULL; bp = next) {
games/hunt/huntd/shots.c
72
BULLET *blist;
games/hunt/huntd/shots.c
85
blist = Bullets;
games/hunt/huntd/shots.c
87
for (bp = blist; bp != NULL; bp = next) {
games/hunt/huntd/shots.c
986
zapshot(BULLET *blist, BULLET *obp)
games/hunt/huntd/shots.c
992
for (bp = blist; bp != NULL; bp = bp->b_next) {
sbin/ldconfig/ldconfig.c
376
struct hints_bucket *blist;
sbin/ldconfig/ldconfig.c
408
blist = (struct hints_bucket *)xmalloc(n);
sbin/ldconfig/ldconfig.c
409
memset(blist, 0, n);
sbin/ldconfig/ldconfig.c
412
blist[i].hi_next = -1;
sbin/ldconfig/ldconfig.c
420
bp = blist +
sbin/ldconfig/ldconfig.c
425
if (blist[i].hi_pathx == 0)
sbin/ldconfig/ldconfig.c
433
bp = &blist[bp->hi_next];
sbin/ldconfig/ldconfig.c
435
bp = blist + i;
sbin/ldconfig/ldconfig.c
472
if ((size_t)write(fd, blist, hdr.hh_nbucket * sizeof(struct hints_bucket)) !=
sbin/ldconfig/ldconfig.c
501
free(blist);
sbin/ldconfig/ldconfig.c
507
free(blist);
sbin/ldconfig/ldconfig.c
519
struct hints_bucket *blist;
sbin/ldconfig/ldconfig.c
562
blist = (struct hints_bucket *)((char *)addr + hdr->hh_hashtab);
sbin/ldconfig/ldconfig.c
566
struct hints_bucket *bp = &blist[i];
sys/kern/subr_blist.c
202
bl = kmem_zalloc(sizeof(struct blist), KM_SLEEP);
sys/kern/subr_blist.c
232
kmem_free(bl, sizeof(struct blist));
sys/sys/blist.h
75
typedef struct blist *blist_t;
sys/sys/blist.h
81
extern void blist_destroy(blist_t blist);
sys/sys/blist.h
82
extern blist_blkno_t blist_alloc(blist_t blist, blist_blkno_t count);
sys/sys/blist.h
83
extern void blist_free(blist_t blist, blist_blkno_t blkno, blist_blkno_t count);
sys/sys/blist.h
86
extern void blist_print(blist_t blist);
usr.sbin/lpr/lpd/lpd.c
124
char **blist; /* list of addresses to bind(2) to */
usr.sbin/lpr/lpd/lpd.c
167
newblist = realloc(blist,
usr.sbin/lpr/lpd/lpd.c
171
blist = newblist;
usr.sbin/lpr/lpd/lpd.c
174
blist[blist_addrs++] = strdup(optarg);
usr.sbin/lpr/lpd/lpd.c
288
if (blist != NULL) {
usr.sbin/lpr/lpd/lpd.c
290
free(blist[i]);
usr.sbin/lpr/lpd/lpd.c
291
free(blist);
usr.sbin/lpr/lpd/lpd.c
751
error = getaddrinfo((blist_addrs == 0) ? NULL : blist[blidx],
usr.sbin/lpr/lpd/lpd.c
755
syslog(LOG_ERR, "%s: %s", blist[blidx],