hunt.c | 77 char Buf[BUFSIZ]; 116 static char buf[NI_MAXHOST]; local in function:lookuphost 120 buf, sizeof(buf), NULL, 0, NI_NOFQDN); 124 return buf; 438 char buf[BUFSIZ]; local in function:dump_scores 449 while ((cnt = read(s, buf, BUFSIZ)) > 0) 450 write(fileno(stdout), buf, cnt);
|