Home
last modified time | relevance | path

Searched refs:hpbuf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/games/hack/
H A Dhack.end.c584 char hpbuf[10]; in outentry() local
587 strlcpy(hpbuf, (t1->hp > 0) ? itoa(t1->hp) : "-", sizeof(hpbuf)); in outentry()
588 hppos = COLNO - 7 - strlen(hpbuf); in outentry()
592 (void) strlcpy(linebuf+pos, hpbuf, sizeof(linebuf)-pos); in outentry()
/dragonfly/lib/libc/net/
H A Dname6.c476 struct hostent *hp, hpbuf; in _hpaddr() local
479 hp = &hpbuf; in _hpaddr()
500 struct hostent *hp, hpbuf; in _hpmerge() local
510 hp = &hpbuf; in _hpmerge()