/third_party/alsa-lib/test/ |
H A D | seq.c | 34 fprintf(stderr, "Set client info error: %s\n", snd_strerror(err)); in set_name() 46 fprintf(stderr, "System info error: %s\n", snd_strerror(err)); in system_info() 74 fprintf(stderr, "Client %i info error: %s\n", idx, snd_strerror(err)); in show_queue_status() 98 fprintf(stderr, "Port %i/%i info error: %s\n", client, idx, snd_strerror(err)); in show_port_info() 126 fprintf(stderr, "Client %i info error: %s\n", idx, snd_strerror(err)); in show_client_info() 192 fprintf(stderr, "\07Invalid switch or option needs an argument.\n"); in main() 201 fprintf(stderr, "seq: Specify command...\n"); in main() 205 fprintf(stderr, "Open error: %s\n", snd_strerror(err)); in main() 222 fprintf(stderr, "Specify port...\n"); in main()
|
/third_party/libwebsockets/lwsws/ |
H A D | main.c | 45 fprintf(stderr, "Sorry Windows doesn't support fork().\n"); in fork() 212 fprintf(stderr, "root process receives reload\n"); in reload_handler() 214 fprintf(stderr, "passing HUP to child processes\n"); in reload_handler() 225 fprintf(stderr, "parent process waiting 2s...\n"); in reload_handler() 227 fprintf(stderr, "killing service processes\n"); in reload_handler() 266 fprintf(stderr, "Usage: lwsws [-c <config dir>] " in main() 284 fprintf(stderr, "Root process is %u\n", (unsigned int)getpid()); in main() 325 fprintf(stderr, "Your libuv is too old!\n"); in main() 357 fprintf(stderr, "lwsws exited cleanly: %d\n", n); in main()
|
/third_party/icu/icu4c/source/tools/gencfu/ |
H A D | gencfu.cpp | 152 fprintf(stderr, "error in command line argument \"%s\"\n", argv[-argc]); in main() 162 fprintf(stderr, "confusables file and output file must all be specified.\n"); in main() 197 fprintf(stderr, "%s\n", msg); in main() 209 fprintf(stderr, "%s: can not initialize ICU. status = %s\n", in main() 236 fprintf(stderr, "gencfu: uspoof_openFromSource error \"%s\" at file %s, line %d, column %d\n", in main() 249 fprintf(stderr, "gencfu: uspoof_serialize() returned %s\n", u_errorName(status)); in main() 269 fprintf(stderr, "gencfu: Could not open output file \"%s\", \"%s\"\n", in main() 280 fprintf(stderr, "gencfu: Error %d writing the output file\n", status); in main() 285 fprintf(stderr, "gencfu: Error writing to output file \"%s\"\n", outFileName); in main()
|
/third_party/rust/crates/bindgen/csmith-fuzzing/ |
H A D | driver.py | 76 result = run(cmd, stdin=DEVNULL, stdout=PIPE, stderr=PIPE) 78 result.stderr = decode(result.stderr) 89 for line in result.stderr.splitlines(): 90 sys.stderr.write("+") 91 sys.stderr.write(line) 92 sys.stderr.write("\n") 156 match = re.search(RUSTC_ERROR_REGEX, result.stderr) 276 result.stdout + result.stderr
|
/third_party/skia/third_party/externals/icu/source/tools/gencfu/ |
H A D | gencfu.cpp | 152 fprintf(stderr, "error in command line argument \"%s\"\n", argv[-argc]); in main() 162 fprintf(stderr, "confusables file and output file must all be specified.\n"); in main() 197 fprintf(stderr, "%s\n", msg); in main() 209 fprintf(stderr, "%s: can not initialize ICU. status = %s\n", in main() 236 fprintf(stderr, "gencfu: uspoof_openFromSource error \"%s\" at file %s, line %d, column %d\n", in main() 249 fprintf(stderr, "gencfu: uspoof_serialize() returned %s\n", u_errorName(status)); in main() 269 fprintf(stderr, "gencfu: Could not open output file \"%s\", \"%s\"\n", in main() 280 fprintf(stderr, "gencfu: Error %d writing the output file\n", status); in main() 285 fprintf(stderr, "gencfu: Error writing to output file \"%s\"\n", outFileName); in main()
|
/third_party/ltp/metadata/ |
H A D | metaparse.c | 26 #define WARN(str) fprintf(stderr, "WARNING: " str "\n") 259 fprintf(stderr, "INCLUDE %s/%s\n", includepath, fname); in open_include() 271 fprintf(stderr, "INCLUDE %s/%s\n", in open_include() 284 fprintf(stderr, "INCLUDE END\n"); in close_include() 340 fprintf(stderr, "APPLYING MACRO %s=%s\n", ret->key, (char*)ret->data); in try_apply_macro() 393 fprintf(stderr, "ARRAY %s LENGTH = %i\n", arr_id, arr_len); in look_for_array_size() 428 fprintf(stderr, "COMPUTING ARRAY '%s' LENGHT\n", arr_id); in parse_array_size() 636 fprintf(stderr, " MACRO %s=%s\n", e.key, (char*)e.data); in parse_macro() 675 fprintf(stderr, "file %s does not exist\n", fname); in parse_file() 745 fprintf(stderr, "Canno in convert_str2int() [all...] |
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_regression_getdelays.c | 49 fprintf(stderr, fmt, ##arg); \ 76 fprintf(stderr, "getdelays [-dilv] [-w logfile] [-r bufsize] " in usage() 78 fprintf(stderr, " -d: print delayacct stats\n"); in usage() 79 fprintf(stderr, " -i: print IO accounting (works only with -p)\n"); in usage() 80 fprintf(stderr, " -l: listen forever\n"); in usage() 81 fprintf(stderr, " -v: debug on\n"); in usage() 82 fprintf(stderr, " -C: container path\n"); in usage() 106 fprintf(stderr, "Unable to set socket rcv buf size " in create_nl_socket() 359 fprintf(stderr, "Error getting family id, errno %d\n", errno); in main() 370 fprintf(stderr, "erro in main() [all...] |
/third_party/nghttp2/ |
H A D | git-clang-format | 237 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 238 stdout, stderr = p.communicate() 251 # Assume error was already printed to stderr. 433 print >>sys.stderr, ('The following files would be modified but ' 435 print >>sys.stderr, unstaged_files 436 print >>sys.stderr, 'Please commit, stage, or stash them first.' 460 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, 462 stdout, stderr = p.communicate(input=stdin) 464 if stderr: 466 print >>sys.stderr, '` [all...] |
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | pkgitems.cpp | 95 fprintf(stderr, "icupkg: udata_openSwapper(\"%s\") failed - %s\n", in setItem() 101 ds->printErrorContext=stderr; in setItem() 105 fprintf(stderr, "icupkg: unable to allocate memory for swapping \"%s\"\n", pItem->name); in setItem() 152 fprintf(stderr, "icupkg/makeTargetName(%s) target item name length %ld too long\n", in makeTargetName() 229 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) alias string contains non-invariant characters\n", in checkAlias() 255 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) %%ALIAS contains a '/'\n", in checkAlias() 265 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) alias locale ID length %ld too long\n", in checkAlias() 339 fprintf(stderr, "icupkg/ures_enumDependencies(%s table res=%08x)[%d].recurse(%s: %08x) failed\n", in ures_enumDependencies() 360 fprintf(stderr, "icupkg/ures_enumDependencies(%s array res=%08x)[%d].recurse(%08x) failed\n", in ures_enumDependencies() 383 fprintf(stderr, "icupk in ures_enumDependencies() [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | pkgitems.cpp | 95 fprintf(stderr, "icupkg: udata_openSwapper(\"%s\") failed - %s\n", in setItem() 101 ds->printErrorContext=stderr; in setItem() 105 fprintf(stderr, "icupkg: unable to allocate memory for swapping \"%s\"\n", pItem->name); in setItem() 152 fprintf(stderr, "icupkg/makeTargetName(%s) target item name length %ld too long\n", in makeTargetName() 229 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) alias string contains non-invariant characters\n", in checkAlias() 255 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) %%ALIAS contains a '/'\n", in checkAlias() 265 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) alias locale ID length %ld too long\n", in checkAlias() 339 fprintf(stderr, "icupkg/ures_enumDependencies(%s table res=%08x)[%d].recurse(%s: %08x) failed\n", in ures_enumDependencies() 360 fprintf(stderr, "icupkg/ures_enumDependencies(%s array res=%08x)[%d].recurse(%08x) failed\n", in ures_enumDependencies() 383 fprintf(stderr, "icupk in ures_enumDependencies() [all...] |
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | test_func64.c | 46 temp = stderr; in test_func1() 79 temp = stderr; in test_func3() 118 temp = stderr; in test_func5() 143 temp = stderr; in test_func7() 175 temp = stderr; in test_func8() 258 temp = stderr; in test_func9() 292 temp = stderr; in test_func10() 327 temp = stderr; in test_func11() 362 temp = stderr; in test_func12() 395 temp = stderr; in test_func13() [all...] |
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | dwebp.c | 58 fprintf(stderr, "Saved to stdout\n"); in SaveOutput() 60 WFPRINTF(stderr, "Saved file %s\n", (const W_CHAR*)out_file); in SaveOutput() 65 fprintf(stderr, "Time to write output: %.3fs\n", write_time); in SaveOutput() 69 fprintf(stderr, "Error writing to stdout !!\n"); in SaveOutput() 71 WFPRINTF(stderr, "Error writing file %s !!\n", (const W_CHAR*)out_file); in SaveOutput() 199 fprintf(stderr, "Library version mismatch!\n"); in main() 251 fprintf(stderr, "Can't parse pixel_format %s\n", fmt); in main() 258 fprintf(stderr, "Can't parse 'external_memory' value %s\n", argv[c]); in main() 294 fprintf(stderr, "Unknown option '%s'\n", argv[c]); in main() 308 fprintf(stderr, "missin in main() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkgitems.cpp | 95 fprintf(stderr, "icupkg: udata_openSwapper(\"%s\") failed - %s\n", in setItem() 101 ds->printErrorContext=stderr; in setItem() 105 fprintf(stderr, "icupkg: unable to allocate memory for swapping \"%s\"\n", pItem->name); in setItem() 152 fprintf(stderr, "icupkg/makeTargetName(%s) target item name length %ld too long\n", in makeTargetName() 229 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) alias string contains non-invariant characters\n", in checkAlias() 255 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) %%ALIAS contains a '/'\n", in checkAlias() 265 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) alias locale ID length %ld too long\n", in checkAlias() 335 fprintf(stderr, "icupkg/ures_enumDependencies(%s table res=%08x)[%d].recurse(%s: %08x) failed\n", in ures_enumDependencies() 356 fprintf(stderr, "icupkg/ures_enumDependencies(%s array res=%08x)[%d].recurse(%08x) failed\n", in ures_enumDependencies() 378 fprintf(stderr, "icupk in ures_enumDependencies() [all...] |
/third_party/selinux/libselinux/utils/ |
H A D | sefcontext_compile.c | 43 fprintf(stderr, "Error opening %s: %s\n", in process_file() 56 * stderr. Android will set both to error and print in process_file() 271 fprintf(stderr, in usage() 336 fprintf(stderr, "%s: could not stat: %s: %s\n", argv[0], path, strerror(errno)); in main() 345 fprintf(stderr, "%s: failed to open %s: %s\n", in main() 351 fprintf(stderr, "%s: failed to load policy from %s\n", in main() 361 fprintf(stderr, "%s: calloc failed: %s\n", argv[0], strerror(errno)); in main() 380 fprintf(stderr, "%s: calloc failed: %s\n", argv[0], strerror(errno)); in main() 391 fprintf(stderr, "%s: process_file failed\n", argv[0]); in main() 397 fprintf(stderr, " in main() [all...] |
/third_party/python/Lib/test/ |
H A D | test_subprocess.py | 120 stderr=subprocess.PIPE) 124 self.assertIsInstance(p.stderr, io.BufferedIOBase) 128 p.stderr.close() 134 stderr=subprocess.PIPE, bufsize=0) 138 self.assertIsInstance(p.stderr, io.RawIOBase) 142 p.stderr.close() 194 # check_output() function stderr redirected to stdout 196 [sys.executable, "-c", "import sys; sys.stderr.write('BDFL')"], namespace 197 stderr=subprocess.STDOUT) 309 stdout=subprocess.PIPE, stderr [all...] |
/third_party/curl/tests/libtest/ |
H A D | lib574.c | 45 fprintf(stderr, "curl_global_init() failed\n"); in test() 51 fprintf(stderr, "curl_easy_init() failed\n"); in test() 63 fprintf(stderr, "curl_easy_perform() failed %d\n", res); in test() 68 fprintf(stderr, "curl_easy_perform() failed %d\n", res); in test()
|
H A D | lib676.c | 34 fprintf(stderr, "curl_global_init() failed\n"); in test() 40 fprintf(stderr, "curl_easy_init() failed\n"); in test() 53 fprintf(stderr, "retrieve 1 failed\n"); in test() 62 fprintf(stderr, "retrieve 2 failed\n"); in test()
|
H A D | lib582.c | 54 fprintf(stderr, "Remove socket fd %d\n", (int) fd); in removeFd() 75 fprintf(stderr, "Add socket fd %d for %s\n", (int) fd, what); in addFd() 167 fprintf(stderr, "Got an unexpected message from curl: %i\n", in checkForCompletion() 210 fprintf(stderr, "Curl error on %s: %i (%s)\n", in notifyCurl() 246 fprintf(stderr, "Usage: lib582 [url] [filename] [username]\n"); in test() 252 fprintf(stderr, "fopen() failed with error: %d (%s)\n", in test() 254 fprintf(stderr, "Error opening file: (%s)\n", libtest_arg2); in test() 262 fprintf(stderr, "fstat() failed with error: %d (%s)\n", in test() 264 fprintf(stderr, "ERROR: cannot open file (%s)\n", libtest_arg2); in test() 268 fprintf(stderr, "Se in test() [all...] |
/third_party/libuv/docs/code/thread-create/ |
H A D | main.c | 10 fprintf(stderr, "Hare ran another step\n"); in hare() 12 fprintf(stderr, "Hare done running!\n"); in hare() 19 fprintf(stderr, "Tortoise ran another step\n"); in tortoise() 22 fprintf(stderr, "Tortoise done running!\n"); in tortoise()
|
/third_party/node/test/parallel/ |
H A D | test-cli-options-negation.js | 19 assert(spawnWithFlags(['--no-max-http-header-size']).stderr.toString().includes( 25 assert(spawnWithFlags(['--no-i-dont-exist']).stderr.toString().includes( 34 assert(proc.stderr.toString().includes('Buffer() is deprecated')); 38 assert(!proc.stderr.toString().includes('Buffer() is deprecated'));
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/ |
H A D | 5-1.c | 24 fprintf(stderr, "Fail to initialize mutex, rc=%d\n", rc); in main() 30 fprintf(stderr, "Error at pthread_mutex_lock(), rc=%d\n", rc); in main() 36 fprintf(stderr, "Error at pthread_mutex_unlock(), rc=%d\n", rc); in main() 41 fprintf(stderr, in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
H A D | 2-1.c | 24 fprintf(stderr, "Error at pthread_mutex_init(), rc=%d\n", rc); in main() 37 fprintf(stderr, "Invalid mutex object\n"); in main() 40 fprintf(stderr, in main() 44 fprintf(stderr, "The current thread already owns the mutex\n"); in main()
|
/third_party/typescript/ |
H A D | compile_typescript.py | 25 stderr=subprocess.PIPE, 27 stdout, stderr = proc.communicate(timeout=120) 29 print(stdout.decode(), stderr.decode()) 30 raise Exception(stderr.decode())
|
/third_party/cups-filters/filter/ |
H A D | pdf.cxx | 68 fprintf(stderr, "ERROR: PDF template must contain exactly 1 page: %s\n", in pdf_load_template() 126 fprintf(stderr, "ERROR: Unable to prepend stream to requested PDF page\n"); in pdf_prepend_stream() 136 fprintf(stderr, "ERROR: Malformed PDF.\n"); in pdf_prepend_stream() 173 fprintf(stderr, "ERROR: Unable to add type1 font to requested PDF page\n"); in pdf_add_type1_font() 182 fprintf(stderr, "ERROR: Malformed PDF.\n"); in pdf_add_type1_font() 199 fprintf(stderr, "ERROR: Can't recognize Font resource in PDF template.\n"); in pdf_add_type1_font() 294 fprintf(stderr, "ERROR: Unable to resize requested PDF page\n"); in pdf_resize_page() 304 fprintf(stderr, "ERROR: pdf doesn't contain a valid mediabox\n"); in pdf_resize_page() 331 fprintf(stderr, "ERROR: Unable to duplicate requested PDF page\n"); in pdf_duplicate_page() 399 fprintf(stderr, "DEBU in pdf_fill_form() [all...] |
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | asm.c | 84 fprintf(stderr, "Undeclared label: %s\n", str); in resolve_label() 189 fprintf(stderr, in emit_instructions() 211 fprintf(stderr, "ALU instruction cannot have immediate and xmov\n"); in emit_instructions() 260 fprintf(stderr, "load and store do not exist on a5xx\n"); in emit_instructions() 301 fprintf(stderr, "jump label %s is incorrect for setsecure\n", in emit_instructions() 306 fprintf(stderr, "source for setsecure must be $02\n"); in emit_instructions() 364 fprintf(stderr, "Usage:\n" in usage() 389 fprintf(stderr, "no file specified!\n"); in main() 398 fprintf(stderr, "could not open \"%s\"\n", outfile); in main() 404 fprintf(stderr, "coul in main() [all...] |