/third_party/node/deps/cares/src/tools/ |
H A D | ares_getopt.c | 104 (void)fprintf(stderr, "%s: illegal option -- %c\n", __FILE__, in ares_getopt() 126 (void)fprintf(stderr, "%s: option requires an argument -- %c\n", in ares_getopt()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-typed-test.cc | 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames() 100 fflush(stderr); in VerifyRegisteredTestNames()
|
/third_party/mesa3d/src/intel/tools/tests/ |
H A D | run-test.py | 48 stderr=subprocess.DEVNULL) as cmd: variable 53 file=sys.stderr)
|
/third_party/node/deps/icu-small/source/tools/gencmn/ |
H A D | gencmn.c | 62 fprintf(stderr, in main() 70 FILE *where = argc < 0 ? stderr : stdout; in main()
|
/third_party/node/deps/npm/node_modules/@colors/colors/lib/system/ |
H A D | supports-colors.js | 150 stderr: getSupportLevel(process.stderr),
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | _musllinux.py | 50 proc = subprocess.run([ld], stderr=subprocess.PIPE, text=True) 51 return _parse_musl_version(proc.stderr)
|
/third_party/libdrm/tests/util/ |
H A D | kms.c | 162 fprintf(stderr, "failed to open device '%s': %s\n", in util_open() 182 fprintf(stderr, "no device found\n"); in util_open()
|
/third_party/ltp/testcases/kernel/syscalls/setpgid/ |
H A D | setpgid01.c | 122 fprintf(stderr, "setpgid(0, 0) fails in " in setpgid_test2() 126 fprintf(stderr, "setpgid(0, 0) fails to make PGID" in setpgid_test2()
|
/third_party/ltp/testcases/network/multicast/mc_opts/ |
H A D | mc_verify_opts_error.c | 29 fprintf(stderr, in main() 43 fprintf(stderr, "Bad interface address\n"); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
H A D | tirpc_expertlevel_clnt_call_stress.c | 77 fprintf(stderr, "err nconf\n"); in main() 93 fprintf(stderr, "rpcb_getaddr failed!!\n"); in main()
|
/third_party/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str02.c | 194 fprintf(stderr, USAGE, program_name); in parse_args() 223 fprintf(stderr, "ERROR [line: %d] %s\n", line, msg); in error()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_freeargs/ |
H A D | rpc_svc_freeargs_svc.c | 73 fprintf(stderr, "svc_register: error (TCP)\n"); in main() 77 fprintf(stderr, "Error: svc_run returned!\n"); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_getargs/ |
H A D | rpc_svc_getargs.c | 73 fprintf(stderr, "svc_register: error (TCP)\n"); in main() 77 fprintf(stderr, "Error: svc_run returned!\n"); in main()
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_tc1.c | 234 fprintf(stderr, USAGE, program_name); in parse_args() 265 fprintf(stderr, USAGE, program_name); in parse_args()
|
H A D | sched_tc0.c | 223 fprintf(stderr, USAGE, program_name); in parse_args() 265 fprintf(stderr, USAGE, program_name); in parse_args()
|
/third_party/libevdev/test/ |
H A D | test-main.c | 86 fprintf(stderr, "This test needs to run as root\n"); in main() 90 fprintf(stderr, "This test needs /dev/input and /dev/uinput to exist\n"); in main()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator_validate.h | 39 #define DRM_INFO(...) fprintf(stderr, __VA_ARGS__) 40 #define DRM_ERROR(...) fprintf(stderr, __VA_ARGS__)
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | exit.c | 38 fprintf(stderr, "Fork Failed"); in exit_0100() 77 fprintf(stderr, "Fork Failed"); in exit_0200()
|
/third_party/python/Tools/scripts/ |
H A D | get-remote-certificate.py | 19 proc = Popen(cmd, stdout=PIPE, stderr=STDOUT, stdin=DEVNULL) 63 sys.stderr.write(
|
/third_party/pulseaudio/src/tests/ |
H A D | cpulimit-test.c | 50 fprintf(stderr, "Test failed\n"); in func() 80 fprintf(stderr, "Test failed\n"); in START_TEST()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | system_utils_win32.cpp | 83 fprintf(stderr, "Module was not loaded\n"); 122 fprintf(stderr, "Error loading shared library: 0x%x", ret); in OpenSharedLibrary()
|
/third_party/skia/third_party/externals/spirv-tools/tools/cfg/ |
H A D | cfg.cpp | 87 fprintf(stderr, "error: More than one input file specified\n"); in main() 99 fprintf(stderr, "error: More than one input file specified\n"); in main()
|
/third_party/openssl/demos/cms/ |
H A D | cms_sign2.c | 85 fprintf(stderr, "Error Signing Data\n"); in main() 86 ERR_print_errors_fp(stderr); in main()
|
/third_party/openssl/demos/pkey/ |
H A D | EVP_PKEY_DSA_paramfromdata.c | 51 fprintf(stderr, "EVP_PKEY_CTX_new_from_name() failed\n"); in main() 57 fprintf(stderr, "EVP_PKEY_fromdata() failed\n"); in main()
|
/third_party/openssl/demos/smime/ |
H A D | smsign2.c | 84 fprintf(stderr, "Error Signing Data\n"); in main() 85 ERR_print_errors_fp(stderr); in main()
|