Home
last modified time | relevance | path

Searched refs:stderr (Results 1351 - 1375 of 5233) sorted by relevance

1...<<51525354555657585960>>...210

/kernel/linux/linux-5.10/drivers/staging/greybus/tools/
H A Dloopback_test.c178 fprintf(stderr, "Usage: loopback_test TEST [SIZE] ITERATIONS [SYSPATH] [DBGPATH]\n\n" in usage()
253 fprintf(stderr, "unable to open %s\n", path); in open_sysfs()
264 fprintf(stderr, "unable to read from %s%s %s\n", sys_pfx, node, in read_sysfs_int_fd()
278 fprintf(stderr, "unable to read from %s%s %s\n", sys_pfx, node, in read_sysfs_float_fd()
315 fprintf(stderr, "unable to write to %s%s %s\n", sys_pfx, node, in write_sysfs_val()
536 fprintf(stderr, "unable to open %s for appendation\n", file_name); in log_results()
551 fprintf(stderr, "unable to write %d bytes to csv.\n", len); in log_results()
563 fprintf(stderr, "unable to write %d bytes to csv.\n", len); in log_results()
612 fprintf(stderr, "max number of devices reached!\n"); in find_loopback_devices()
655 fprintf(stderr, "Erro in open_poll_files()
[all...]
/third_party/cups-filters/filter/
H A Dtexttopdf.c93 fprintf(stderr,"No viable font found\n"); in font_load()
388 fprintf(stderr, "ERROR: Unable to open %s: %s\n", filename, in WriteProlog()
404 fprintf(stderr, "ERROR: Bad charset file %s\n", filename); in WriteProlog()
415 fprintf(stderr, "ERROR: Bad charset file %s\n", filename); in WriteProlog()
477 fprintf(stderr, "ERROR: Bad font description line: %s\n", valptr); in WriteProlog()
490 fprintf(stderr, "ERROR: Bad text direction %s\n", valptr); in WriteProlog()
513 fprintf(stderr, "ERROR: Bad font description line: %s\n", valptr); in WriteProlog()
526 fprintf(stderr, "ERROR: Bad text width %s\n", valptr); in WriteProlog()
559 fprintf(stderr,"WARNING: Ignored bad font \"%s\"\n",valptr); in WriteProlog()
661 fprintf(stderr, "ERRO in WriteProlog()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_search.c588 fprintf(stderr, "%f", sconst->data.d); in dump_value()
591 fprintf(stderr, "%"PRId64, sconst->data.i); in dump_value()
594 fprintf(stderr, "0x%"PRIx64, sconst->data.u); in dump_value()
597 fprintf(stderr, "%s", sconst->data.u != 0 ? "True" : "False"); in dump_value()
608 fprintf(stderr, "#"); in dump_value()
609 fprintf(stderr, "%c", var->variable + 'a'); in dump_value()
615 fprintf(stderr, "("); in dump_value()
617 fprintf(stderr, "~"); in dump_value()
620 case nir_search_op_##n: fprintf(stderr, #n); break; in dump_value()
630 fprintf(stderr, " in dump_value()
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_subprocess.py42 self._proc.stderr = None
146 stdout, stderr = await proc.communicate(data)
322 stdout, stderr = await proc.communicate()
346 stderr=asyncio.subprocess.PIPE,
349 stdout, stderr = await proc.communicate(message)
365 stderr=asyncio.subprocess.PIPE,
368 stdout, stderr = await proc.communicate(b'')
384 stderr=asyncio.subprocess.PIPE,
387 stdout, stderr = await proc.communicate()
403 stderr
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_util.c173 fprintf(stderr, "Error while generating file name\n"); in DumpFrame()
179 WFPRINTF(stderr, "Error opening file for writing: %s\n", file_name); in DumpFrame()
186 WFPRINTF(stderr, "Write error for file %s\n", file_name); in DumpFrame()
192 WFPRINTF(stderr, "Error writing to file: %s\n", file_name); in DumpFrame()
228 WFPRINTF(stderr, "Error parsing image: %s\n", (const W_CHAR*)filename); in ReadAnimatedWebP()
233 fprintf(stderr, "Error getting global info about the animation\n"); in ReadAnimatedWebP()
254 fprintf(stderr, "Error decoding frame #%u\n", frame_index); in ReadAnimatedWebP()
273 fprintf(stderr, "Error dumping frames to %s\n", dump_folder); in ReadAnimatedWebP()
492 fprintf(stderr, "Potentially corrupt color map.\n"); in ReadFrameGIF()
518 WFPRINTF(stderr, "Coul in ReadAnimatedGIF()
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dsign-file.c79 fprintf(stderr, in format()
81 fprintf(stderr, in format()
94 fprintf(stderr, "At main.c:%d:\n", l); in display_openssl_errors()
98 fprintf(stderr, "- SSL %s: %s:%d\n", buf, file, line); in display_openssl_errors()
191 fprintf(stderr, "%s: Read wanted retry\n", x509_name); in read_x509()
195 fprintf(stderr, "%s: Short read\n", x509_name); in read_x509()
290 fprintf(stderr, "sign-file: %s only supports SHA1 signing\n", in main()
/kernel/linux/linux-6.6/scripts/
H A Dsign-file.c79 fprintf(stderr, in format()
81 fprintf(stderr, in format()
94 fprintf(stderr, "At main.c:%d:\n", l); in display_openssl_errors()
98 fprintf(stderr, "- SSL %s: %s:%d\n", buf, file, line); in display_openssl_errors()
191 fprintf(stderr, "%s: Read wanted retry\n", x509_name); in read_x509()
195 fprintf(stderr, "%s: Short read\n", x509_name); in read_x509()
290 fprintf(stderr, "sign-file: %s only supports SHA1 signing\n", in main()
/third_party/cups-filters/cupsfilters/
H A Dimage-sun.c97 fputs("DEBUG: Reading Sun Raster image...\n", stderr); in _cupsImageReadSunRaster()
108 fprintf(stderr, "DEBUG: ras_width=%d, ras_height=%d, ras_depth=%d, ras_type=%d, ras_maplength=%d\n", in _cupsImageReadSunRaster()
116 fputs("DEBUG: Raster image cannot be loaded!\n", stderr); in _cupsImageReadSunRaster()
156 fputs("DEBUG: Unable to allocate memory!\n", stderr); in _cupsImageReadSunRaster()
165 fputs("DEBUG: Unable to allocate memory!\n", stderr); in _cupsImageReadSunRaster()
173 fputs("DEBUG: Unable to allocate memory!\n", stderr); in _cupsImageReadSunRaster()
183 fprintf(stderr, "DEBUG: bpp=%d, scanwidth=%d\n", bpp, scanwidth); in _cupsImageReadSunRaster()
/third_party/icu/icu4c/source/common/
H A Ducmndata.cpp240 fprintf(stderr, "\tx%d: %s\n", number, &base[toc->entry[number].nameOffset]); in offsetTOCLookupFn()
248 fprintf(stderr, "%s: Found.\n", tocEntryName); in offsetTOCLookupFn()
258 fprintf(stderr, "%s: Not found.\n", tocEntryName); in offsetTOCLookupFn()
264 fprintf(stderr, "returning header\n"); in offsetTOCLookupFn()
289 fprintf(stderr, "\tx%d: %s\n", number, toc->entry[number].entryName); in pointerTOCLookupFn()
296 fprintf(stderr, "%s: Found.\n", toc->entry[number].entryName); in pointerTOCLookupFn()
302 fprintf(stderr, "%s: Not found.\n", name); in pointerTOCLookupFn()
/third_party/libwebsockets/lib/roles/http/
H A Dminilex.c12 * Run it twice to test parsing on the generated table on stderr
366 fprintf(stderr, "terminal too big\n"); in issue()
397 fprintf(stderr, in issue()
436 fprintf(stderr, " trying %d '%s'\n", n, rset[n]); in issue()
441 fprintf(stderr, "failed\n"); in issue()
454 fprintf(stderr, "decode failed %d\n", y); in issue()
459 fprintf(stderr, "All decode OK\n"); in issue()
499 fprintf(stderr, "did all the variants\n"); in main()
/third_party/mesa3d/src/getopt/
H A Dgetopt_long.c201 fprintf(stderr, ambig, (int)current_argv_len, in parse_long_options()
211 fprintf(stderr, noarg, (int)current_argv_len, in parse_long_options()
241 fprintf(stderr, recargstring, in parse_long_options()
259 fprintf(stderr, illoptstring, current_argv); in parse_long_options()
421 fprintf(stderr, illoptchar, optchar); in getopt_internal()
432 fprintf(stderr, recargchar, optchar); in getopt_internal()
453 fprintf(stderr, recargchar, optchar); in getopt_internal()
/third_party/node/deps/icu-small/source/common/
H A Ducmndata.cpp240 fprintf(stderr, "\tx%d: %s\n", number, &base[toc->entry[number].nameOffset]); in offsetTOCLookupFn()
248 fprintf(stderr, "%s: Found.\n", tocEntryName); in offsetTOCLookupFn()
258 fprintf(stderr, "%s: Not found.\n", tocEntryName); in offsetTOCLookupFn()
264 fprintf(stderr, "returning header\n"); in offsetTOCLookupFn()
289 fprintf(stderr, "\tx%d: %s\n", number, toc->entry[number].entryName); in pointerTOCLookupFn()
296 fprintf(stderr, "%s: Found.\n", toc->entry[number].entryName); in pointerTOCLookupFn()
302 fprintf(stderr, "%s: Not found.\n", name); in pointerTOCLookupFn()
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dinclude.h166 fprintf(stderr, "Can't open %s\n", proc_policy_profile); in clear_status()
207 fprintf(stderr, "You can't use this program for this kernel." in tomoyo_test_init()
213 fprintf(stderr, "Can't open %s .\n", proc_policy_profile); in tomoyo_test_init()
219 fprintf(stderr, "Can't open %s .\n", in tomoyo_test_init()
226 fprintf(stderr, "Can't open %s .\n", in tomoyo_test_init()
232 fprintf(stderr, "You need to register this program to %s to " in tomoyo_test_init()
242 fprintf(stderr, "Can't open %s .\n", in tomoyo_test_init()
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c90 fprintf(stderr, "Usage: %s [options]\n" in usage()
214 fprintf(stderr, "Both -m \"always mmap\" and -M " in read_options()
223 fprintf(stderr, "Chunk size %u smaller than record size %u\n", in read_options()
255 fprintf(stderr, "Couldn't allocate %zu bytes, try smaller " in alloc_mem()
413 fprintf(stderr, "Couldn't find key %zd\n", key); in search_mem()
468 fprintf(stderr, "Error creating thread %d\n", i); in start_threads()
493 fprintf(stderr, "Error joining thread %d\n", i); in start_threads()
/third_party/python/Tools/scripts/
H A Dfixdiv.py12 The warnings are written to stderr, so you must use `2>' for the I/O
13 redirect. I know of no way to redirect stderr on Windows in a DOS
14 box, so you will have to modify the script to set sys.stderr to some
157 sys.stderr.write("%s: extra file arguments ignored\n", sys.argv[0])
173 sys.stderr.write("%s: %s\n" % (sys.argv[0], msg))
174 sys.stderr.write("Usage: %s [-m] warnings\n" % sys.argv[0])
175 sys.stderr.write("Try `%s -h' for more information.\n" % sys.argv[0])
186 sys.stderr.write("can't open: %s\n" % msg)
196 sys.stderr.write("Warning: ignored input " + line)
211 sys.stderr
[all...]
/third_party/python/Lib/ctypes/
H A Dutil.py126 stderr=subprocess.STDOUT,
161 stderr=subprocess.DEVNULL)
183 stderr=subprocess.DEVNULL)
214 stderr=subprocess.DEVNULL)
245 stderr=subprocess.DEVNULL,
291 stderr=subprocess.DEVNULL,
312 stderr=subprocess.PIPE,
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dpngdec.c38 if (error != NULL) fprintf(stderr, "libpng error: %s\n", error); in error_function()
108 fprintf(stderr, "Malformed raw profile, expected '\\n' got '\\x%.2X'\n", in ProcessRawProfile()
117 fprintf(stderr, "Malformed raw profile, expected '\\n' got '\\x%.2X'\n", in ProcessRawProfile()
185 fprintf(stderr, "Ignoring additional '%s'\n", text->key); in ExtractMetadataFromPNG()
188 fprintf(stderr, "Failed to process: '%s'\n", text->key); in ExtractMetadataFromPNG()
338 fprintf(stderr, "Error extracting PNG metadata!\n"); in ReadPNG()
368 fprintf(stderr, "PNG support not compiled. Please install the libpng " in ReadPNG()
H A Dwebpdec.c39 fprintf(stderr, in PrintAnimationWarning()
47 WFPRINTF(stderr, "Decoding of %s failed.\n", (const W_CHAR*)in_file); in PrintWebPError()
48 fprintf(stderr, "Status: %d", status); in PrintWebPError()
50 fprintf(stderr, "(%s)", kStatusMessages[status]); in PrintWebPError()
52 fprintf(stderr, "\n"); in PrintWebPError()
98 fprintf(stderr, "Failed during WebPIDecode().\n"); in DecodeWebPIncremental()
156 fprintf(stderr, "Library version mismatch!\n"); in ReadWebP()
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
H A Dtest_get.c114 fprintf (stderr, "."); in testInternalGet()
133 fprintf (stderr, "\n"); in testInternalGet()
158 fprintf (stderr, "."); in testMultithreadedGet()
177 fprintf (stderr, "\n"); in testMultithreadedGet()
219 fprintf (stderr, "."); in testExternalGet()
290 fprintf (stderr, "\n"); in testExternalGet()
311 fprintf (stderr, "Error (code: %u)\n", errorCount); in main()
H A Dtest_get_chunked.c140 fprintf (stderr, "."); in testInternalGet()
156 fprintf (stderr, "\n"); in testInternalGet()
181 fprintf (stderr, "."); in testMultithreadedGet()
197 fprintf (stderr, "\n"); in testMultithreadedGet()
239 fprintf (stderr, "."); in testExternalGet()
307 fprintf (stderr, "\n"); in testExternalGet()
327 fprintf (stderr, "Error (code: %u)\n", errorCount); in main()
H A Dtest_post.c169 fprintf (stderr, "."); in testInternalPost()
192 fprintf (stderr, "\n"); in testInternalPost()
221 fprintf (stderr, "."); in testMultithreadedPost()
244 fprintf (stderr, "\n"); in testMultithreadedPost()
290 fprintf (stderr, "."); in testExternalPost()
369 fprintf (stderr, "\n"); in testExternalPost()
391 fprintf (stderr, "Error (code: %u)\n", errorCount); in main()
H A Dtest_put.c139 fprintf (stderr, "."); in testInternalPut()
162 fprintf (stderr, "\n"); in testInternalPut()
190 fprintf (stderr, "."); in testMultithreadedPut()
213 fprintf (stderr, "\n"); in testMultithreadedPut()
258 fprintf (stderr, "."); in testExternalPut()
337 fprintf (stderr, "\n"); in testExternalPut()
358 fprintf (stderr, "Error (code: %u)\n", errorCount); in main()
H A Dtest_put_chunked.c110 fprintf (stderr, "Not ready for response: %u/%u\n", *done, 8); in ahc_echo()
145 fprintf (stderr, "."); in testInternalPut()
168 fprintf (stderr, "\n"); in testInternalPut()
214 fprintf (stderr, in testMultithreadedPut()
271 fprintf (stderr, "."); in testExternalPut()
348 fprintf (stderr, "\n"); in testExternalPut()
368 fprintf (stderr, "Error (code: %u)\n", errorCount); in main()
/third_party/optimized-routines/networking/test/
H A Dchksum.c109 fprintf(stderr, "\nInvalid checksum for offset %u size %u: " in verify()
188 fprintf(stderr, "Invalid block size %d\n", blksize); in main()
202 fprintf(stderr, "Invalid CPU frequency %"PRId64"\n", in main()
214 fprintf(stderr, "Invalid implementation %s\n", optarg); in main()
225 fprintf(stderr, "Invalid number of operations %d\n", numops); in main()
236 fprintf(stderr, "Invalid pool size %d\n", poolsize); in main()
256 fprintf(stderr, "Usage: checksum <options>\n" in main()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducmndata.cpp240 fprintf(stderr, "\tx%d: %s\n", number, &base[toc->entry[number].nameOffset]); in offsetTOCLookupFn()
248 fprintf(stderr, "%s: Found.\n", tocEntryName); in offsetTOCLookupFn()
258 fprintf(stderr, "%s: Not found.\n", tocEntryName); in offsetTOCLookupFn()
264 fprintf(stderr, "returning header\n"); in offsetTOCLookupFn()
289 fprintf(stderr, "\tx%d: %s\n", number, toc->entry[number].entryName); in pointerTOCLookupFn()
296 fprintf(stderr, "%s: Found.\n", toc->entry[number].entryName); in pointerTOCLookupFn()
302 fprintf(stderr, "%s: Not found.\n", name); in pointerTOCLookupFn()

Completed in 18 milliseconds

1...<<51525354555657585960>>...210