/third_party/ffmpeg/doc/examples/ |
H A D | avio_reading.c | 70 fprintf(stderr, "usage: %s input_file\n" in main() 106 fprintf(stderr, "Could not open input\n"); in main() 112 fprintf(stderr, "Could not find stream information\n"); in main() 129 fprintf(stderr, "Error occurred: %s\n", av_err2str(ret)); in main()
|
/third_party/curl/tests/libtest/ |
H A D | lib510.c | 54 fprintf(stderr, "read buffer is too small to run test\n"); in read_callback() 73 fprintf(stderr, "curl_global_init() failed\n"); in test() 79 fprintf(stderr, "curl_easy_init() failed\n"); in test() 86 fprintf(stderr, "curl_slist_append() failed\n"); in test()
|
H A D | lib3102.c | 69 fprintf(stderr, "cert %d issuer does not match cert %d subject\n", in is_chain_in_order() 71 fprintf(stderr, "certificate chain is not in order\n"); in is_chain_in_order() 97 fprintf(stderr, "curl_global_init() failed\n"); in test() 103 fprintf(stderr, "curl_easy_init() failed\n"); in test()
|
H A D | lib569.c | 47 fprintf(stderr, "couldn't open the Session ID File\n"); in test() 52 fprintf(stderr, "curl_global_init() failed\n"); in test() 59 fprintf(stderr, "curl_easy_init() failed\n"); in test() 74 fprintf(stderr, "This should have failed. " in test()
|
H A D | lib570.c | 41 fprintf(stderr, "curl_global_init() failed\n"); in test() 47 fprintf(stderr, "curl_easy_init() failed\n"); in test() 71 fprintf(stderr, "Failed to detect CSeq mismatch"); in test() 110 fprintf(stderr, "Failed to detect a Session ID mismatch"); in test()
|
/third_party/ffmpeg/tools/ |
H A D | seek_print.c | 35 fprintf(ret ? stderr : stdout, in usage() 69 fprintf(stderr, "%s: %s\n", filename, av_err2str(ret)); in main() 73 fprintf(stderr, "%s: could not find codec parameters: %s\n", filename, in main() 96 fprintf(stderr, "'%s': unknown command\n", *argv); in main()
|
/third_party/cups-filters/cupsfilters/ |
H A D | testdriver.c | 64 fprintf(stderr, "ERROR: Usage: %s cat URI\n", argv[0]); in main() 65 fprintf(stderr, "ERROR: Usage: %s list\n", argv[0]); in main() 90 fprintf(stderr, "ERROR: Bad URI \"%s\"!\n", uri); in cat_ppd() 142 fprintf(stderr, "ERROR: Unknown URI \"%s\"!\n", uri); in cat_ppd()
|
/third_party/icu/icu4c/source/samples/legacy/ |
H A D | newcol.cpp | 80 fprintf(stderr, "Entered current, version: [%d.%d.%d.%d]\nMoving to sortkeys\n", uvi[0], uvi[1], uvi[2], uvi[3]); in test_current() 84 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize); in test_current() 87 fprintf(stderr, "Done sortkeys, doing qsort test\n"); in test_current() 93 fprintf(stderr, "Done current!\n"); in test_current()
|
/third_party/libuv/docs/code/tcp-echo-server/ |
H A D | main.c | 34 fprintf(stderr, "Write error %s\n", uv_strerror(status)); in echo_write() 48 fprintf(stderr, "Read error %s\n", uv_err_name(nread)); in echo_read() 57 fprintf(stderr, "New connection error %s\n", uv_strerror(status)); in on_new_connection() 83 fprintf(stderr, "Listen error %s\n", uv_strerror(r)); in main()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_opt_small_immediates.c | 88 fprintf(stderr, "opt_small_immediate() from: "); in vir_opt_small_immediates() 90 fprintf(stderr, "\n"); in vir_opt_small_immediates() 98 fprintf(stderr, "to: "); in vir_opt_small_immediates() 100 fprintf(stderr, "\n"); in vir_opt_small_immediates()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | common.h | 7 fprintf(stderr, "%s: option -%c ", prog, opt); \ 8 fprintf(stderr, "requires an argument\n"); \ 13 fprintf(stderr, \ 20 fprintf(stderr, "%s: Wrong argument -%c %s\n", \
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_opt_peephole_sf.c | 41 fprintf(stderr, "optimizing %s: ", type); in dump_from() 43 fprintf(stderr, "\n"); in dump_from() 52 fprintf(stderr, "to: "); in dump_to() 54 fprintf(stderr, "\n"); in dump_to()
|
/third_party/node/test/overlapped-checker/ |
H A D | main_win.c | 14 fprintf(stderr, "%s\n", buf); in die() 15 fflush(stderr); in die() 37 fprintf(stderr, "%d", write_count); in write() 38 fflush(stderr); in write()
|
/third_party/node/test/parallel/ |
H A D | test-inspect-address-in-use.js | 29 const stderr = child.stderr.toString().trim(); 32 console.log(stderr); 35 const match = stderr.match(
|
H A D | test-stdout-stderr-reading.js | 13 throw new Error('reading from stderr!'); 32 c1.stderr.setEncoding('utf8'); 33 c1.stderr.on('data', function(chunk) { 49 c1.stderr.setEncoding('utf8'); 50 c1.stderr.on('data', function(chunk) {
|
/third_party/node/test/sequential/ |
H A D | test-net-GH-5504.js | 80 wrap(s.stderr, process.stderr, 'SERVER 2>'); 86 wrap(c.stderr, process.stderr, 'CLIENT 2>');
|
/third_party/libexif/test/ |
H A D | test-mnote.c | 41 fprintf (stderr, "Could not parse maker note!\n"); in test_exif_data() 79 fprintf (stderr, "You need to supply a filename!\n"); in main() 86 fprintf (stderr, "Could not load data from '%s'!\n", argv[1]); in main() 99 fprintf (stderr, "Could not load data from buf!\n"); in main()
|
/third_party/ltp/testcases/kernel/numa/ |
H A D | support_numa.c | 71 fprintf(stderr, "Failed to open /proc/meminfo"); in read_hugepagesize() 84 fprintf(stderr, "can't find \"%s\" in %s", "Hugepagesize:", "/proc/meminfo"); in read_hugepagesize() 95 fprintf(stderr, "Here expect only one number(i.e. 2) as the parameter\n"); in main() 102 fprintf(stderr, "Memory is not available\n"); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_unreg/ |
H A D | tirpc_svc_unreg_mt.c | 53 fprintf(stderr, "Thread %ld\n", (long)arg); in my_thread_process() 113 fprintf(stderr, "Try to create thread %ld\n", i); in main() 116 fprintf(stderr, "pthread_create error for thread 1\n"); in main() 137 fprintf(stderr, "Result[%ld]=%d\n", i, in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/ |
H A D | tirpc_rpc_broadcast_mt.c | 60 fprintf(stderr, "Thread %ld\n", (long)arg); in my_thread_process() 111 fprintf(stderr, "Try to create thread %ld\n", i); in main() 114 fprintf(stderr, "pthread_create error for thread 1\n"); in main() 135 fprintf(stderr, "Result[%ld]=%d\n", i, in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
H A D | tirpc_toplevel_clnt_call_mt.c | 57 fprintf(stderr, "Thread %ld\n", (long)arg); in my_thread_process() 121 fprintf(stderr, "Try to create thread %ld\n", i); in main() 124 fprintf(stderr, "pthread_create error for thread 1\n"); in main() 145 fprintf(stderr, "Result[%ld]=%d\n", i, in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_reg/ |
H A D | tirpc_rpc_reg_mt.c | 59 fprintf(stderr, "Thread %ld\n", (long)arg); in my_thread_process() 115 fprintf(stderr, "Try to create thread %ld\n", i); in main() 118 fprintf(stderr, "pthread_create error for thread 1\n"); in main() 139 fprintf(stderr, "Result[%ld]=%d\n", i, in main()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | common_sparse.h | 96 fprintf(stderr, "Child %i failed to open '%s'\n", in read_sparse() 102 fprintf(stderr, "Child %i has opened '%s' for reading\n", in read_sparse() 110 fprintf(stderr, "Child %i loop %i\n", getpid(), i); in read_sparse() 117 fprintf(stderr, "non-zero read at offset %u\n", in read_sparse()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/ |
H A D | tirpc_rpc_broadcast_exp_mt.c | 62 fprintf(stderr, "Thread %ld\n", (long)arg); in my_thread_process() 114 fprintf(stderr, "Try to create thread %ld\n", i); in main() 117 fprintf(stderr, "pthread_create error for thread 1\n"); in main() 138 fprintf(stderr, "Result[%ld]=%d\n", i, in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_reg/ |
H A D | tirpc_svc_reg_mt.c | 53 fprintf(stderr, "Thread %ld\n", (long)arg); in my_thread_process() 109 fprintf(stderr, "Try to create thread %ld\n", i); in main() 112 fprintf(stderr, "pthread_create error for thread 1\n"); in main() 133 fprintf(stderr, "Result[%ld]=%d\n", i, in main()
|