Lines Matching defs:strbuf
215 char strbuf[ISC_STRERRORSIZE];
231 isc__strerror(errno, strbuf, sizeof(strbuf));
232 (*report)("couldn't malloc '%s': %s", filename, strbuf);
240 isc__strerror(errno, strbuf, sizeof(strbuf));
241 (*report)("couldn't open pid file '%s': %s", filename, strbuf);
248 isc__strerror(errno, strbuf, sizeof(strbuf));
250 filename, strbuf);