/third_party/curl/docs/examples/ |
H A D | ephiperfifo.c | 78 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */ 240 fprintf(stderr, "read(tfd) == %ld", err); in timer_cb() 258 fprintf(stderr, "EPOLL_CTL_DEL failed for fd: %d : %s\n", in remsock() 277 fprintf(stderr, "EPOLL_CTL_DEL failed for fd: %d : %s\n", in setsock() 288 fprintf(stderr, "EPOLL_CTL_ADD failed for fd: %d : %s\n", in setsock()
|
/third_party/curl/lib/ |
H A D | conncache.c | 564 fprintf(stderr, "=Bundle cache=\n"); 575 fprintf(stderr, "%s -", he->key); 580 fprintf(stderr, " [%p %d]", (void *)conn, conn->inuse); 583 fprintf(stderr, "\n");
|
/third_party/cups-filters/filter/ |
H A D | urftopdf.cpp | 49 #define dprintf(format, ...) fprintf(stderr, "DEBUG: (" PROGRAM ") " format, __VA_ARGS__) 54 #define iprintf(format, ...) fprintf(stderr, "INFO: (" PROGRAM ") " format, __VA_ARGS__) 58 fprintf(stderr, "CRIT: (" PROGRAM ") die(%s) [%s]\n", str, strerror(errno)); in die() 424 fprintf(stderr, "Usage: %s <job> <user> <job name> <copies> <option> [file]\n", argv[0]); in main()
|
/third_party/libwebsockets/lib/core/ |
H A D | logs.c | 298 fprintf(stderr, "%c%s%s%c[0m", 27, colours[m], line, 27); in _lwsl_emit_stderr() 300 fprintf(stderr, "%s", line); in _lwsl_emit_stderr() 329 fprintf(stderr, "Unable to write log to file\n"); in lws_log_emit_cx_file() 345 fprintf(stderr, "Unable to open log %s: errno %d\n", in lws_log_use_cx_file()
|
/third_party/libuv/test/ |
H A D | test-tty.c | 76 fprintf(stderr, "Cannot open /dev/tty as read-only: %s\n", strerror(errno)); in TEST_IMPL() 77 fflush(stderr); in TEST_IMPL() 83 fprintf(stderr, "Cannot open /dev/tty as write-only: %s\n", strerror(errno)); in TEST_IMPL() 84 fflush(stderr); in TEST_IMPL()
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_context_info.c | 159 fprintf(stderr, "ERROR: "); in printf_err() 160 vfprintf(stderr, str, args); in printf_err() 161 fflush(stderr); in printf_err() 931 mbedtls_fprintf(stderr, "Failed to initialize PSA Crypto implementation: %d\n", in main()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | pgmdump2.c | 58 static int shaderdb = 0; /* output shaderdb style traces to stderr */ 388 fprintf(stderr, in decode_shader_descriptor_block() 509 fprintf(stderr, "usage: pgmdump2 [--verbose] [--expand] [--full] " in main() 520 fprintf(stderr, "could not open: %s\n", infile); in main() 552 fprintf(stderr, "error: %m"); in main()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_job.c | 384 fprintf(stderr, "BCL:\n"); in vc4_job_submit() 495 fprintf(stderr, "Draw call returned %s. " in vc4_job_submit() 510 fprintf(stderr, "Job throttling failed\n"); in vc4_job_submit() 517 fprintf(stderr, "Wait failed.\n"); in vc4_job_submit()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_kernel.c | 319 fprintf(stderr, "NIR (from SPIR-V) for kernel\n"); in brw_kernel_from_spirv() 320 nir_print_shader(nir, stderr); in brw_kernel_from_spirv() 419 fprintf(stderr, "NIR (before I/O lowering) for kernel\n"); in brw_kernel_from_spirv() 420 nir_print_shader(nir, stderr); in brw_kernel_from_spirv()
|
H A D | brw_vec4_tcs.cpp | 450 fprintf(stderr, "TCS Input "); in brw_compile_tcs() 451 brw_print_vue_map(stderr, &input_vue_map, MESA_SHADER_TESS_CTRL); in brw_compile_tcs() 452 fprintf(stderr, "TCS Output "); in brw_compile_tcs() 453 brw_print_vue_map(stderr, &vue_prog_data->vue_map, MESA_SHADER_TESS_CTRL); in brw_compile_tcs()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_event_win32.c | 444 fprintf(stderr, "%s(): could not determine base socket for fd %d\n", in ares_evsys_win32_event_add() 454 fprintf(stderr, in ares_evsys_win32_event_add() 465 fprintf(stderr, "%s(): could not create peer socket\n", __FUNCTION__); in ares_evsys_win32_event_add() 474 fprintf(stderr, "%s(): failed to bind peer socket to IOCP\n", __FUNCTION__); in ares_evsys_win32_event_add()
|
/third_party/mesa3d/src/intel/tools/imgui/ |
H A D | imgui_impl_opengl3.cpp | 275 fprintf(stderr, "ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile %s!\n", desc); in CheckShader() 281 fprintf(stderr, "%s\n", buf.begin()); in CheckShader() 293 fprintf(stderr, "ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to link %s!\n", desc); in CheckProgram() 299 fprintf(stderr, "%s\n", buf.begin()); in CheckProgram()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aub_read.c | 276 fprintf(stderr, "*0x%" PRIx64 " = *0x%p (%d)\n", addr, data, size); in do_write() 369 fprintf(stderr, "0x%x, 0x%x, 0x%x, len: %d\n", in aub_read_command() 372 fprintf(stderr, "0x%08x ", *cur); in aub_read_command() 373 fprintf(stderr, "\n"); in aub_read_command()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video.c | 298 fprintf(stderr, "opening firmware file %s failed: %m\n", path); in nouveau_vp3_load_firmware() 305 fprintf(stderr, "reading firmware file %s failed: %m\n", path); in nouveau_vp3_load_firmware() 310 fprintf(stderr, "firmware file %s too large!\n", path); in nouveau_vp3_load_firmware() 315 fprintf(stderr, "firmware file %s wrong size!\n", path); in nouveau_vp3_load_firmware()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_screen.c | 618 fprintf(stderr, "lima: LIMA_CTX_NUM_PLB %d out of range [%d %d], " in lima_screen_parse_env() 626 fprintf(stderr, "lima: LIMA_PLB_MAX_BLK %d out of range [%d %d], " in lima_screen_parse_env() 633 fprintf(stderr, "lima: LIMA_PPIR_FORCE_SPILLING %d less than 0, " in lima_screen_parse_env() 640 fprintf(stderr, "lima: LIMA_PLB_PP_STREAM_CACHE_SIZE %d less than 0, " in lima_screen_parse_env()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_variable.c | 586 fprintf(stderr, "%u: TEMP[%u].%u: ", in rc_variable_print() 589 fprintf(stderr, "chan %u: start=%u end=%u ", i, in rc_variable_print() 592 fprintf(stderr, "%u readers\n", var->ReaderCount); in rc_variable_print() 594 fprintf(stderr, "Friend: \n\t"); in rc_variable_print()
|
/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_openssl.c | 381 tty_out = stderr; in open_console() 384 tty_out = stderr; in open_console() 402 tty_out = stderr; in open_console() 558 if (tty_out != stderr) in close_console()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | antora-prep.py | 89 print(f'No title found for anchor {anchor}', file=sys.stderr) 98 print(f'Cannot determine which page {anchor} comes from, passing through to Antora intact', file=sys.stderr) 312 print(f'WARNING: No closing >> found on line {lineno} of {self.relpath}', file=sys.stderr) 511 print('WARNING: No module xrefMap containing xrefMap dictionary', file=sys.stderr)
|
H A D | reflib.py | 16 errFile = sys.stderr 647 Returns (branch name, ''), or (None, stderr output) if the branch name 653 stderr=subprocess.PIPE) 656 if len(results.stderr) > 0: 657 return (None, results.stderr)
|
/third_party/openssl/crypto/ui/ |
H A D | ui_openssl.c | 381 tty_out = stderr; in open_console() 384 tty_out = stderr; in open_console() 402 tty_out = stderr; in open_console() 558 if (tty_out != stderr) in close_console()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
H A D | main.cpp | 52 fprintf(stderr, "[vulkan] Error: VkResult = %d\n", err); in check_vk_result() 61 fprintf(stderr, "[vulkan] Debug report from ObjectType: %i\nMessage: %s\n\n", objectType, pMessage); in debug_report() 219 fprintf(stderr, "Error no WSI support on physical device 0\n"); in SetupVulkanWindow() 352 fprintf(stderr, "Glfw Error %d: %s\n", error, description); in glfw_error_callback()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_process_headers.c | 181 fprintf (stderr, in testInternalGet() 230 fprintf (stderr, in testMultithreadedGet() 280 fprintf (stderr, in testMultithreadedPoolGet() 431 fprintf (stderr, "Error (code: %u)\n", errorCount); in main()
|
H A D | test_put.c | 160 fprintf (stderr, in testInternalPut() 216 fprintf (stderr, in testMultithreadedPut() 274 fprintf (stderr, in testMultithreadedPoolPut() 437 fprintf (stderr, "Error (code: %u)\n", errorCount); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/ |
H A D | bloat.py | 94 print >>sys.stderr, 'unparsed:', repr(line) 258 print >>sys.stderr, 'sym `%s`\tparts `%s`\tkey `%s`' % (sym, parts, key) 403 print >>sys.stderr, ("%s failed demangling, " 407 print >>sys.stderr, ("Could not find c++filt at %s, "
|
/third_party/toybox/kconfig/ |
H A D | mconf.c | 317 fprintf(stderr, N_("Your display is too small to run Menuconfig!\n")); in init_wsize() 318 fprintf(stderr, N_("It must be at least 19 lines by 80 columns.\n")); in init_wsize() 902 fprintf(stderr, _("\n\n" in main() 913 fprintf(stderr, _("\n\n" in main()
|