Home
last modified time | relevance | path

Searched refs:err_buf (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c51 static char err_buf[128]; variable
60 if (emit->buf != err_buf) in svga_shader_expand()
66 emit->ptr = err_buf; in svga_shader_expand()
67 emit->buf = err_buf; in svga_shader_expand()
68 emit->size = sizeof(err_buf); in svga_shader_expand()
272 if (emit.buf != err_buf) in svga_tgsi_vgpu9_translate()
Dsvga_tgsi_vgpu10.c467 static char err_buf[128]; variable
475 if (emit->buf != err_buf) in expand()
481 emit->ptr = err_buf; in expand()
482 emit->buf = err_buf; in expand()
483 emit->size = sizeof(err_buf); in expand()
/third_party/boost/tools/build/src/engine/
Dexecnt.cpp1321 string * err_buf; in reportWindowsError() local
1337 err_buf = cmdtab[ slot ].buffer_err; in reportWindowsError()
1339 err_buf = cmdtab[ slot ].buffer_out; in reportWindowsError()
1340 string_append( err_buf, apiName ); in reportWindowsError()
1341 string_append( err_buf, "() Windows API failed: " ); in reportWindowsError()
1343 string_append( err_buf, buf ); in reportWindowsError()
1346 string_append( err_buf, ".\n" ); in reportWindowsError()
1349 string_append( err_buf, " - " ); in reportWindowsError()
1350 string_append( err_buf, errorMessage ); in reportWindowsError()
1352 if( err_buf->value[ err_buf->size - 1 ] != '\n' ) in reportWindowsError()
[all …]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c87 char err_buf[REGEX_ERR_BUF_SIZE]; in regex_helper() local
94 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper()
95 fprintf(stderr, "Failed to compile regex: %s\n", err_buf); in regex_helper()
106 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper()
107 fprintf(stderr, "Failed to match regex: %s\n", err_buf); in regex_helper()
/third_party/node/src/
Dnode_worker.cc133 char err_buf[128]; in WorkerThreadData() local
134 uv_err_name_r(ret, err_buf, sizeof(err_buf)); in WorkerThreadData()
135 w->Exit(1, "ERR_WORKER_INIT_FAILED", err_buf); in WorkerThreadData()
671 char err_buf[128]; in StartThread() local
672 uv_err_name_r(ret, err_buf, sizeof(err_buf)); in StartThread()
676 THROW_ERR_WORKER_INIT_FAILED(isolate, err_buf); in StartThread()
/third_party/boost/libs/locale/test/
Dtest_codecvt.cpp215 wchar_t err_buf[3] = { '1' , 0xDC9E }; // second surrogate not works both for UTF-16 and 32 in test_codecvt_err() local
216 wchar_t const *err_utf = err_buf; in test_codecvt_err()
/third_party/boost/libs/nowide/test/
Dtest_codecvt.cpp248 wchar_t err_buf[3] = {'1', 0xDC9E, 0}; // second surrogate not works both for UTF-16 and 32 in test_codecvt_err() local
249 const wchar_t* err_utf = err_buf; in test_codecvt_err()
/third_party/e2fsprogs/e2fsck/
Dsuper.c385 goto err_buf; in release_orphan_inodes()
389 goto err_buf; in release_orphan_inodes()
410 err_buf: in release_orphan_inodes()
/third_party/weston/libweston/backend-drm/
Dvaapi-recorder.c876 goto err_buf; in setup_vpp()
881 err_buf: in setup_vpp()