Lines Matching defs:bufSize
194 constexpr int bufSize = 1024;
195 char buf[bufSize] = { 0 };
196 strerror_r(errno, buf, bufSize);
219 constexpr int bufSize = 1024;
220 char buf[bufSize] = { 0 };
221 strerror_r(errno, buf, bufSize);
248 constexpr int bufSize = 1024;
249 char buf[bufSize] = { 0 };
250 strerror_r(errno, buf, bufSize);
255 constexpr int bufSize = 1024;
256 char buf[bufSize] = { 0 };
257 strerror_r(errno, buf, bufSize);
263 constexpr int bufSize = 1024;
264 char buf[bufSize] = { 0 };
265 strerror_r(errno, buf, bufSize);