/third_party/curl/tests/libtest/ |
H A D | lib1530.c | 36 fprintf(stderr, "opensocket() returns CURL_SOCKET_BAD\n"); in opensocket() 47 fprintf(stderr, "curl_global_init() failed\n"); in test() 53 fprintf(stderr, "curl_easy_init() failed\n"); in test()
|
/third_party/libuv/docs/code/spawn/ |
H A D | main.c | 11 fprintf(stderr, "Process exited with status %" PRId64 ", signal %d\n", exit_status, term_signal); in on_exit() 29 fprintf(stderr, "%s\n", uv_strerror(r)); in main() 32 fprintf(stderr, "Launched process with ID %d\n", child_req.pid); in main()
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
H A D | MemcmpTest.cpp | 17 fprintf(stderr, "BINGO %zd\n", Size); in LLVMFuzzerTestOneInput() 21 fprintf(stderr, "%c", C); in LLVMFuzzerTestOneInput() 23 fprintf(stderr, "\n"); in LLVMFuzzerTestOneInput()
|
/third_party/node/test/parallel/ |
H A D | test-child-process-spawn-event.js | 23 subprocess.stderr.on('data', common.mustNotCall()); 24 subprocess.stderr.on('end', mustCallAfterSpawn()); 25 subprocess.stderr.on('close', mustCallAfterSpawn());
|
/third_party/node/tools/ |
H A D | run-valgrind.py | 59 process = subprocess.Popen(command, stderr=subprocess.PIPE) 61 errors = process.stderr.readlines() 65 sys.stderr.writelines(errors)
|
/third_party/mesa3d/src/util/tests/format/ |
H A D | srgb.c | 15 fprintf(stderr, "%s converted to linear is %s\n", in main() 25 fprintf(stderr, "%s can't be converted to a linear equivalent\n", in main() 32 fprintf(stderr, "%s converted to linear and back to srgb becomes %s\n", in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
H A D | tirpc_rpc_call.c | 60 fprintf(stderr, "Server : %s\n", hostname); in main() 61 fprintf(stderr, "Server # %d\n", progNum); in main() 67 //fprintf(stderr, "received = %d\n", recVar); in main() 71 fprintf(stderr, "FAILLLLLLLLLLLLLLLLLLLLLL\n"); in main()
|
/third_party/ltp/testcases/lib/ |
H A D | tst_check_kconfigs.c | 21 fprintf(stderr, "The delim must be a single character\n"); in main() 26 fprintf(stderr, "Please provide kernel kconfig list and delim " in main() 38 fprintf(stderr, "malloc failed\n"); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | dup3.c | 30 int ret = dup3(fd, fileno(stderr), O_CLOEXEC); in dup3_0100() 31 EXPECT_EQ("dup3_0100", ret, fileno(stderr)); in dup3_0100() 44 int ret = dup3(fd, fileno(stderr), O_CLOEXEC); in dup3_0200()
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | time.rs | 14 /// will print to stderr when it is `drop`'d 40 let stderr = io::stderr(); in print_elapsed() 42 writeln!(stderr.lock(), " time: {:>9.3} ms.\t{}", time, self.name) in print_elapsed()
|
/third_party/python/Tools/scripts/ |
H A D | copytime.py | 11 sys.stderr.write('usage: copytime source destination\n') 17 sys.stderr.write(file1 + ': cannot stat\n') 22 sys.stderr.write(file2 + ': cannot change time\n')
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | test_utils_unittest_helper.cpp | 38 fprintf(stderr, "Expected command line:\n%s %s %s\n", argv[0], kRunAppTestArg1, in main() 48 fprintf(stderr, "%s", kRunAppTestStderr); in main() 52 fprintf(stderr, "%s", env.c_str()); in main()
|
/third_party/selinux/libselinux/utils/ |
H A D | getpidprevcon.c | 15 fprintf(stderr, "usage: %s pid\n", argv[0]); in main() 20 fprintf(stderr, "%s: invalid pid %s\n", argv[0], argv[1]); in main() 26 fprintf(stderr, "%s: getpidprevcon() failed: %s\n", argv[0], strerror(errno)); in main()
|
H A D | getpidcon.c | 15 fprintf(stderr, "usage: %s pid\n", argv[0]); in main() 20 fprintf(stderr, "%s: invalid pid %s\n", argv[0], argv[1]); in main() 26 fprintf(stderr, "%s: getpidcon() failed: %s\n", argv[0], strerror(errno)); in main()
|
H A D | setenforce.c | 12 fprintf(stderr, "usage: %s [ Enforcing | Permissive | 1 | 0 ]\n", in usage() 25 fprintf(stderr, "%s: SELinux is disabled\n", argv[0]); in main() 39 fprintf(stderr, "%s: security_setenforce() failed: %s\n", argv[0], strerror(errno)); in main()
|
/third_party/selinux/libsepol/utils/ |
H A D | chkcon.c | 26 fprintf(stderr, "Can't open '%s': %s\n", in main() 31 fprintf(stderr, "Error while processing %s: %s\n", in main() 38 fprintf(stderr, "%s is not valid\n", argv[2]); in main()
|
/third_party/selinux/checkpolicy/test/ |
H A D | dismod.c | 732 fprintf(stderr, "Can't open '%s': %s\n", in read_policy() 744 fprintf(stderr, "Could not read from policy.\n"); in read_policy() 751 fprintf(stderr, "%s: Out of memory!\n", __FUNCTION__); in read_policy() 764 fprintf(stderr, "%s: Out of memory!\n", __FUNCTION__); in read_policy() 785 fprintf(stderr, "fgets failed at line %d: %s\n", __LINE__, in link_module() 798 fprintf(stderr, in link_module() 804 fprintf(stderr, "This file is not a loadable policy module.\n"); in link_module() 809 fprintf(stderr, "Could not index module.\n"); in link_module() 877 fprintf(stderr, "%s: Out of memory!\n", __FUNCTION__); in main() 881 fprintf(stderr, in main() [all...] |
/third_party/node/lib/internal/console/ |
H A D | constructor.js | 105 function Console(options /* or: stdout, stderr, ignoreErrors = true */) { 116 stderr: arguments[1], 123 stderr = stdout, 133 if (!stderr || typeof stderr.write !== 'function') { 134 throw new ERR_CONSOLE_WRITABLE_STREAM('stderr'); 168 this[kBindStreamsEager](stdout, stderr); 194 value: function(stdout, stderr) { 197 '_stderr': { __proto__: null, ...consolePropAttributes, value: stderr }, 204 // Lazily load the stdout and stderr fro [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsfallocate.c | 127 fprintf(stderr, "ERROR: "); in err_exit() 129 vfprintf(stderr, fmt, ap); in err_exit() 131 fprintf(stderr, "Aborting...\n"); in err_exit() 133 fprintf(stderr, "Warning: Could not umount %s\n", dev_name); in err_exit() 142 fprintf(stderr, "Copyright (c) 2013-2014 Jean-Pierre Andre\n" in copyright() 152 fprintf(stderr, "%s", ntfs_gpl); in license() 162 fprintf(stderr, "Usage: %s [options] -l length device file [attr-type " in usage() 176 fprintf(stderr, "%s%s", ntfs_bugs, ntfs_home); in usage() 189 fprintf(stderr, "ERROR: "); in err_usage() 191 vfprintf(stderr, fm in err_usage() [all...] |
/build/config/linux/ |
H A D | pkg-config.py | 142 sys.stderr.write('PKG_CONFIG_LIBDIR=%s\n' % libdir) 163 sys.stderr.write('Error from pkg-config.\n') 171 sys.stderr.write('Running: %s\n' % cmd) 183 sys.stderr.write('Running: %s\n' % cmd) 194 sys.stderr.write('Running: %s\n' % ' '.join(cmd)) 199 sys.stderr.write('Could not run pkg-config.\n')
|
/third_party/cups-filters/cupsfilters/ |
H A D | image-png.c | 84 fprintf(stderr, "DEBUG: PNG image: %dx%dx%d, color_type=%x (%s%s%s)\n", in _cupsImageReadPNG() 109 fprintf(stderr, "DEBUG: PNG image has invalid dimensions %ux%u!\n", in _cupsImageReadPNG() 140 fprintf(stderr, "DEBUG: PNG image has invalid resolution %dx%d PPI\n", in _cupsImageReadPNG() 192 fprintf(stderr, "DEBUG: PNG image dimensions (%ux%u) too large!\n", in _cupsImageReadPNG() 204 fprintf(stderr, "DEBUG: PNG image dimensions (%ux%u) too large!\n", in _cupsImageReadPNG() 219 fputs("DEBUG: Unable to allocate memory for PNG image!\n", stderr); in _cupsImageReadPNG()
|
/third_party/icu/icu4c/source/test/perf/utrie2perf/ |
H A D | utrie2perf.cpp | 129 fprintf(stderr, "error: unorm_quickCheck(UNORM_FCD) failed: %s\n", in call() 149 fprintf(stderr, "error: unorm_quickCheck(UNORM_FCD) failed: %s\n", 168 fprintf(stderr, "error: bogus result from unorm_checkFCDUTF8()\n"); 199 fprintf(stderr, "error: unorm_normalize(UNORM_NFC) failed: %s\n", in call() 227 fprintf(stderr, "error: GetBiDiClass() did not collect bits\n"); in call() 257 fprintf(stderr, "FAILED: Tests could not be run please check the " in main()
|
/third_party/mbedtls/programs/test/ |
H A D | metatest.c | 209 mbedtls_fprintf(stderr, "%s: Bad name format: %s\n", __func__, name); in test_memory_poison() 220 mbedtls_fprintf(stderr, in test_memory_poison() 227 mbedtls_fprintf(stderr, in test_memory_poison() 234 mbedtls_fprintf(stderr, in test_memory_poison() 439 help(stderr, argv0); in main() 481 mbedtls_fprintf(stderr, "%s: FATAL: No such metatest: %s\n", in main()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_opt_dead_code.c | 46 fprintf(stderr, "Removing: "); in dce() 48 fprintf(stderr, "\n"); in dce() 79 fprintf(stderr, in vir_dce_flags() 82 fprintf(stderr, "\n"); in vir_dce_flags() 257 fprintf(stderr, in vir_opt_dead_code() 260 fprintf(stderr, "\n"); in vir_opt_dead_code()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | main.cpp | 169 fflush(stderr); in check_output() 178 fprintf(stderr, "%s: fork() failed: %s\n", argv[0], strerror(errno)); in check_output() 187 fprintf(stderr, "%s: execlp() failed: %s\n", argv[0], strerror(errno)); in check_output() 234 fprintf(stderr, "%s: Invalid argument\n", argv[0]); in main() 240 fprintf(stderr, help_message, argv[0]); in main() 293 fprintf(stderr, "%s: No matching tests\n", argv[0]); in main()
|