/src/games/phantasia/ |
io.c | 82 getanswer(" ", FALSE); 105 return (getanswer("T ", TRUE)); 109 getanswer(" ", TRUE); 144 ch = getanswer("NY", FALSE); 150 ch = getanswer("NY", FALSE); 171 getanswer(const char *choices, phbool def) function in typeref:typename:int
|
/src/lib/libc/net/ |
gethnamaddr.c | 132 "gethostby*.getanswer: asked for \"%s\", got \"%s\""; 155 static struct hostent *getanswer(const querybuf *, int, const char *, int, 214 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, function in typeref:struct:hostent * 364 "gethostby*.getanswer: asked for \"%s %s %s\", got type \"%s\"", 979 hp = getanswer(buf, n, name, type, res, info->hp, info->buf, 1059 hp = getanswer(buf, n, qbuf, T_PTR, res, info->hp, info->buf,
|
getaddrinfo.c | 271 static struct addrinfo *getanswer(res_state, const querybuf *, int, 1697 "gethostby*.getanswer: asked for \"%s\", got \"%s\""; 1702 getanswer(res_state res, const querybuf *answer, int anslen, const char *qname, function in typeref:struct:addrinfo * 1827 "gethostby*.getanswer: asked for \"%s %s %s\", got type \"%s\"", 2071 ai = getanswer(res, buf, q->n, q->name, q->qtype, pai); 2078 ai = getanswer(res, buf2, q2->n, q2->name, q2->qtype, pai);
|