Lines Matching defs:strbuf
226 char strbuf[ISC_STRERRORSIZE];
233 isc__strerror(errno, strbuf, sizeof(strbuf));
235 filename, strbuf);
241 isc__strerror(errno, strbuf, sizeof(strbuf));
243 filename, strbuf);
254 char strbuf[ISC_STRERRORSIZE];
270 isc__strerror(errno, strbuf, sizeof(strbuf));
271 (*report)("couldn't strdup() '%s': %s", filename, strbuf);
302 char strbuf[ISC_STRERRORSIZE];
313 isc__strerror(errno, strbuf, sizeof(strbuf));
315 filename, strbuf);