/third_party/curl/tests/libtest/ |
H A D | lib583.c | 66 fprintf(stderr, "curl_multi_perform()...\n"); in test() 70 fprintf(stderr, "curl_multi_perform() succeeded\n"); in test() 72 fprintf(stderr, "curl_multi_remove_handle()...\n"); in test() 75 fprintf(stderr, "curl_multi_remove_handle() failed, " in test() 80 fprintf(stderr, "curl_multi_remove_handle() succeeded\n"); in test()
|
H A D | lib643.c | 78 fprintf(stderr, "curl_easy_init() failed\n"); in once() 85 fprintf(stderr, "curl_mime_init() failed\n"); in once() 93 fprintf(stderr, "curl_mime_addpart(1) failed\n"); in once() 133 fprintf(stderr, "curl_mime_addpart(2) failed\n"); in once() 150 fprintf(stderr, "curl_mime_addpart(3) failed\n"); in once() 169 fprintf(stderr, "curl_mime_addpart(4) failed\n"); in once() 185 fprintf(stderr, "curl_mime_addpart(5) failed\n"); in once() 255 fprintf(stderr, "curl_global_init() failed\n"); in test()
|
H A D | lib3026.c | 64 fprintf(stderr, "%s:%d On Windows but the " in test() 87 fprintf(stderr, "%s:%d Couldn't create thread, errno %lu\n", in test() 101 fprintf(stderr, "%s:%d thread[%u]: curl_global_init() failed," in test() 137 fprintf(stderr, "%s:%d Have pthread but the " in test() 148 fprintf(stderr, "%s:%d Couldn't create thread, errno %d\n", in test() 160 fprintf(stderr, "%s:%d thread[%u]: curl_global_init() failed," in test() 178 fprintf(stderr, "%s:%d No pthread but the " in test()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 3-1.c | 55 fprintf(stderr, "pthread_attr_init(): %s\n", strerror(ret)); in main() 62 fprintf(stderr, in main() 70 fprintf(stderr, "pthread_create(): %s\n", strerror(ret)); in main() 80 fprintf(stderr, in main() 89 fprintf(stderr, in main()
|
/third_party/python/Tools/demo/ |
H A D | rpythond.py | 42 stderr = sys.stderr 43 sys.stdout = sys.stderr = fakefile = io.StringIO() 51 sys.stderr = stderr
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
H A D | pngtopng.c | 62 fprintf(stderr, "pngtopng: write %s: %s\n", argv[2], in main() 67 fprintf(stderr, "pngtopng: read %s: %s\n", argv[1], in main() 75 fprintf(stderr, "pngtopng: out of memory: %lu bytes\n", in main() 89 fprintf(stderr, "pngtopng: %s: %s\n", argv[1], image.message); in main() 94 fprintf(stderr, "pngtopng: usage: pngtopng input-file output-file\n"); in main()
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
H A D | socat.c | 72 fprintf (stderr, "fork failed: %s\n", strerror (errno)); in zzuf_socat_start() 82 fprintf (stderr, in zzuf_socat_start() 86 fprintf (stderr, in zzuf_socat_start() 94 fprintf (stderr, "execution of `zzuf' failed: %s\n", strerror (errno)); in zzuf_socat_start() 107 fprintf (stderr, "Failed to killpg: %s\n", strerror (errno)); in zzuf_socat_stop()
|
/third_party/selinux/libselinux/utils/ |
H A D | compute_relabel.c | 16 fprintf(stderr, "usage: %s scontext tcontext tclass\n", in main() 22 fprintf(stderr, "%s: invalid source context '%s'\n", argv[0], argv[1]); in main() 27 fprintf(stderr, "%s: invalid target context '%s'\n", argv[0], argv[2]); in main() 33 fprintf(stderr, "%s: invalid class '%s'\n", argv[0], argv[3]); in main() 39 fprintf(stderr, "%s: security_compute_relabel failed: %s\n", in main()
|
H A D | compute_create.c | 17 fprintf(stderr, "usage: %s scontext tcontext tclass [objname]\n", in main() 23 fprintf(stderr, "%s: invalid source context '%s'\n", argv[0], argv[1]); in main() 28 fprintf(stderr, "%s: invalid target context '%s'\n", argv[0], argv[2]); in main() 34 fprintf(stderr, "%s: invalid class '%s'\n", argv[0], argv[3]); in main() 42 fprintf(stderr, "%s: security_compute_create failed: %s\n", in main()
|
H A D | compute_member.c | 16 fprintf(stderr, "usage: %s scontext tcontext tclass\n", in main() 22 fprintf(stderr, "%s: invalid source context '%s'\n", argv[0], argv[1]); in main() 27 fprintf(stderr, "%s: invalid target context '%s'\n", argv[0], argv[2]); in main() 33 fprintf(stderr, "%s: invalid class '%s'\n", argv[0], argv[3]); in main() 39 fprintf(stderr, "%s: security_compute_member failed: %s\n", in main()
|
H A D | validatetrans.c | 15 fprintf(stderr, "usage: %s scontext tcontext tclass newcontext\n", in main() 21 fprintf(stderr, "%s: invalid source context '%s'\n", argv[0], argv[1]); in main() 26 fprintf(stderr, "%s: invalid target context '%s'\n", argv[0], argv[2]); in main() 32 fprintf(stderr, "%s: invalid class '%s'\n", argv[0], argv[3]); in main() 37 fprintf(stderr, "%s: invalid new context '%s'\n", argv[0], argv[4]); in main()
|
/third_party/node/deps/base64/base64/bin/ |
H A D | base64.c | 127 fprintf(stderr, "%s: malloc: %s\n", in buffer_alloc() 162 fprintf(stderr, "%s: writev: %s\n", in writev_retry() 227 fprintf(stderr, "%s: write: %s\n", in write_stdout() 322 fprintf(stderr, "%s: %s: read error\n", in encode() 391 fprintf(stderr, "%s: %s: decoding error\n", in decode() 418 fprintf(stderr, "%s: %s: read error\n", in decode() 496 fprintf(stderr, in parse_opts() 504 fprintf(stderr, "%s: missing argument for '%c'\n", in parse_opts() 509 fprintf(stderr, "%s: unknown option '%c'\n", in parse_opts() 522 fprintf(stderr, " in parse_opts() [all...] |
/third_party/rust/crates/bindgen/csmith-fuzzing/ |
H A D | predicate.py | 132 stderr = decode(child.stderr) 133 for line in stderr.splitlines(): 134 sys.stderr.write("+") 135 sys.stderr.write(line) 136 sys.stderr.write("\n") 208 child = run(command, stderr=subprocess.PIPE, stdout=subprocess.PIPE) 213 contains(pattern, decode(child.stderr).splitlines())): 240 stderr=subprocess.PIPE) 245 contains(pattern, decode(child.stderr) [all...] |
/third_party/cups-filters/filter/ |
H A D | imagetopdf.c | 216 fprintf(stderr,"ERROR: Can't allocate pageObjects\n"); in allocPageObjects() 232 fprintf(stderr,"ERROR: Can't allocate objects\n"); in newObj() 243 fprintf(stderr,"ERROR: Can't allocate objects\n"); in newObj() 703 setbuf(stderr, NULL); in main() 711 fputs("ERROR: imagetopdf job-id user title copies options [file]\n", stderr); in main() 716 fprintf(stderr, "INFO: %s %s %s %s %s %s %s\n", argv[0], argv[1], argv[2], in main() 736 fprintf(stderr, "DEBUG: imagetopdf - copying to temp print file \"%s\"\n", in main() 741 fprintf(stderr, in main() 1186 fputs("ERROR: Unable to open image file for printing!\n", stderr); in main() 1206 fprintf(stderr, "DEBU in main() [all...] |
/third_party/ffmpeg/libavcodec/tests/ |
H A D | jpeg2000dwt.c | 41 fprintf(stderr, "ff_jpeg2000_dwt_init failed\n"); in test_dwt() 46 fprintf(stderr, "ff_dwt_encode failed\n"); in test_dwt() 51 fprintf(stderr, "ff_dwt_encode failed\n"); in test_dwt() 56 fprintf(stderr, "missmatch at %d (%d != %d) decomp:%d border %d %d %d %d\n", in test_dwt() 80 fprintf(stderr, "ff_jpeg2000_dwt_init failed\n"); in test_dwtf() 85 fprintf(stderr, "ff_dwt_encode failed\n"); in test_dwtf() 90 fprintf(stderr, "ff_dwt_encode failed\n"); in test_dwtf() 95 fprintf(stderr, "missmatch at %d (%f != %f) decomp:%d border %d %d %d %d\n", in test_dwtf()
|
/third_party/curl/docs/examples/ |
H A D | http2-download.c | 69 fprintf(stderr, "%u %s, %lu bytes (0x%lx)\n", in dump() 74 fprintf(stderr, "%4.4lx: ", (unsigned long)i); in dump() 80 fprintf(stderr, "%02x ", ptr[i + c]); in dump() 82 fputs(" ", stderr); in dump() 92 fprintf(stderr, "%c", in dump() 101 fputc('\n', stderr); /* newline */ in dump() 117 fprintf(stderr, "== %u Info: %s", num, data); in my_trace() 156 fprintf(stderr, "error: could not open file %s for writing: %s\n", in setup()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/ |
H A D | cpuset_memory_spread_testset.sh | 211 cpuset_set "$cpusetpath" "$cpu_list" "$node_list" "0" 2> $CPUSET_TMP/stderr 213 cpuset_log_error $CPUSET_TMP/stderr 218 /bin/echo "$is_spread" > "$cpusetpath/cpuset.memory_spread_page" 2> $CPUSET_TMP/stderr 220 cpuset_log_error $CPUSET_TMP/stderr 225 /bin/echo "$test_pid" > "$cpusetpath/tasks" 2> $CPUSET_TMP/stderr 227 cpuset_log_error $CPUSET_TMP/stderr 234 /bin/echo 3 > /proc/sys/vm/drop_caches 2> $CPUSET_TMP/stderr 236 cpuset_log_error $CPUSET_TMP/stderr
|
/third_party/nghttp2/examples/ |
H A D | deflate.c | 67 fprintf(stderr, "nghttp2_hd_deflate_init failed with error: %s\n", in main() 75 fprintf(stderr, "nghttp2_hd_inflate_init failed with error: %s\n", in main() 124 fprintf(stderr, "nghttp2_hd_deflate_hd() failed with error: %s\n", in deflate() 179 fprintf(stderr, "inflate failed with error code %zd", rv); in inflate_header_block() 189 fwrite(nv.name, 1, nv.namelen, stderr); in inflate_header_block() 190 fprintf(stderr, ": "); in inflate_header_block() 191 fwrite(nv.value, 1, nv.valuelen, stderr); in inflate_header_block() 192 fprintf(stderr, "\n"); in inflate_header_block()
|
/third_party/zlib/examples/ |
H A D | zpipe.c | 153 fputs("zpipe: ", stderr); in zerr() 157 fputs("error reading stdin\n", stderr); in zerr() 159 fputs("error writing stdout\n", stderr); in zerr() 162 fputs("invalid compression level\n", stderr); in zerr() 165 fputs("invalid or incomplete deflate data\n", stderr); in zerr() 168 fputs("out of memory\n", stderr); in zerr() 171 fputs("zlib version mismatch!\n", stderr); in zerr() 202 fputs("zpipe usage: zpipe [-d] < source > dest\n", stderr); in main()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | commands.c | 104 fprintf(stderr, "%s: command '%s' missing required argument: %s\n\n", in required_arg() 154 fprintf(stderr, "%s: segment %s must be numeric value" in get_scaled_value() 202 fprintf(stderr, "%s: anon seg access type must be one of: " in get_shared() 225 fprintf(stderr, in get_access() 239 fprintf(stderr, "%s: no NUMA support on this platform\n", in numa_supported() 284 fprintf(stderr, "%s: unrecognized policy %s\n", in get_mbind_policy() 318 fprintf(stderr, "%s: expected 'wait' after '+'\n", in get_mbind_flags() 333 fprintf(stderr, "%s: unrecognized mbind flag: %s\n", in get_mbind_flags() 352 fprintf(stderr, "%s: expected digit for <node/list>\n", in get_nodemask() 360 fprintf(stderr, " in get_nodemask() [all...] |
/third_party/curl/tests/unit/ |
H A D | unit2603.c | 55 fprintf(stderr, "expected %s: '%s' but got '%s'\n", name, exp_s, s); in check_eq() 60 fprintf(stderr, "expected %s: '%s' but got NULL\n", name, exp_s); in check_eq() 64 fprintf(stderr, "expected %s: NULL but got '%s'\n", name, s); in check_eq() 86 fprintf(stderr, "got err %d parsing: '%s'\n", err, buf); in parse_success() 92 fprintf(stderr, "only %zd/%zu consumed for: '%s'\n", in parse_success() 102 fprintf(stderr, "expected %zu input bytes to remain, but got %zu\n", in parse_success() 112 fprintf(stderr, "expected %zu headers but got %zu\n", t->header_count, in parse_success()
|
/third_party/ffmpeg/doc/examples/ |
H A D | scaling_video.c | 66 fprintf(stderr, "Usage: %s output_file output_size\n" in main() 77 fprintf(stderr, in main() 85 fprintf(stderr, "Could not open destination file %s\n", dst_filename); in main() 94 fprintf(stderr, in main() 106 fprintf(stderr, "Could not allocate source image\n"); in main() 113 fprintf(stderr, "Could not allocate destination image\n"); in main() 130 fprintf(stderr, "Scaling succeeded. Play the output file with the command:\n" in main()
|
/third_party/eudev/src/udev/ |
H A D | udevadm-control.c | 68 fprintf(stderr, "root privileges required\n"); in adm_control() 89 fprintf(stderr, "invalid number '%s'\n", optarg); in adm_control() 118 fprintf(stderr, "expect <KEY>=<value> instead of '%s'\n", optarg); in adm_control() 132 fprintf(stderr, "invalid number '%s'\n", optarg); in adm_control() 148 fprintf(stderr, "invalid timeout value\n"); in adm_control() 158 fprintf(stderr, "Extraneous argument: %s\n", argv[optind]); in adm_control() 160 fprintf(stderr, "Option missing\n"); in adm_control()
|
/third_party/fsverity-utils/programs/ |
H A D | cmd_dump_metadata.c | 45 fputs(" Expected", stderr); in parse_metadata_type() 48 putc(',', stderr); in parse_metadata_type() 49 putc(' ', stderr); in parse_metadata_type() 51 fputs("or ", stderr); in parse_metadata_type() 52 fprintf(stderr, "\"%s\"", metadata_types[i].name); in parse_metadata_type() 54 fprintf(stderr, "\n"); in parse_metadata_type() 160 usage(cmd, stderr); in fsverity_cmd_dump_metadata()
|
/third_party/alsa-lib/test/ |
H A D | queue_timer.c | 39 fprintf(stderr, "failed to open ALSA sequencer interface\n"); in main() 48 fprintf(stderr, "failed to create ALSA sequencer port\n"); in main() 53 fprintf(stderr, "failed to create ALSA sequencer queue\n"); in main() 102 fprintf(stderr, " real time: %12ld sec %8ld usec\nqueue time: %12ld sec %8ld usec\n diff: %12ld sec %8ld usec\n diffdiff: %12ld sec %8ld usec\n", in main() 110 fprintf(stderr, "oops! queue slipped\n"); in main() 112 fprintf(stderr, "(ignoring in first few seconds)\n"); in main() 120 fprintf(stderr, "\n"); in main()
|