Lines Matching refs:BUF_SIZE_DEFAULT
170 char buffer[BUF_SIZE_DEFAULT] = { 0 };
171 uv_strerror_r((int)req.result, buffer, BUF_SIZE_DEFAULT);
240 constexpr int bufSize = BUF_SIZE_DEFAULT;
282 char currentDir[BUF_SIZE_DEFAULT];
327 char currentDir[BUF_SIZE_DEFAULT];
572 char buffer[BUF_SIZE_DEFAULT] = { 0 };
573 uv_strerror_r(rc, buffer, BUF_SIZE_DEFAULT);
1225 char buffer[BUF_SIZE_DEFAULT] = { 0 };
1226 uv_strerror_r((int)req.result, buffer, BUF_SIZE_DEFAULT);
1256 char buffer[BUF_SIZE_DEFAULT] = { 0 };
1257 uv_strerror_r((int)req.result, buffer, BUF_SIZE_DEFAULT);
1265 char buffer[BUF_SIZE_DEFAULT] = { 0 };
1266 uv_strerror_r((int)req.result, buffer, BUF_SIZE_DEFAULT);
1305 char buffer[BUF_SIZE_DEFAULT] = { 0 };
1306 uv_strerror_r((int)req.result, buffer, BUF_SIZE_DEFAULT);
1316 char buffer[BUF_SIZE_DEFAULT] = { 0 };
1317 uv_strerror_r((int)req.result, buffer, BUF_SIZE_DEFAULT);
1339 char bufPath[BUF_SIZE_DEFAULT] = "";
1340 char buf[BUF_SIZE_DEFAULT] = "";
1360 char buffer[BUF_SIZE_DEFAULT] = { 0 };
1361 uv_strerror_r((int)req.result, buffer, BUF_SIZE_DEFAULT);
1409 char buffer[BUF_SIZE_DEFAULT] = { 0 };
1410 uv_strerror_r((int)req.result, buffer, BUF_SIZE_DEFAULT);
1419 char buffer[BUF_SIZE_DEFAULT] = { 0 };
1420 uv_strerror_r((int)req.result, buffer, BUF_SIZE_DEFAULT);
1526 char buf[BUF_SIZE_DEFAULT] = { 0 };
1527 uv_err_name_r(ret, buf, BUF_SIZE_DEFAULT);
2190 char buffer[BUF_SIZE_DEFAULT] = { 0 };
2192 strerror_s(buffer, BUF_SIZE_DEFAULT, errno);
2194 strerror_r(errno, buffer, BUF_SIZE_DEFAULT);