ping6.c | 1226 char cresult[MAXDNAME + 1]; local in function:dnsdecode 1253 if (dnsdecode(&comp, cp, base, cresult, 1254 sizeof(cresult)) == NULL) 1256 if (strlcat(buf, cresult, bufsiz) >= bufsiz) 1263 l = snprintf(cresult, sizeof(cresult), 1265 if (l >= (int)sizeof(cresult) || l < 0) 1267 if (strlcat(buf, cresult, bufsiz) >= bufsiz)
|