/third_party/curl/tests/libtest/ |
H A D | lib1534.c | 45 fprintf(stderr, "%s:%d curl_easy_getinfo() failed with code %d (%s)\n", in test() 50 fprintf(stderr, "%s:%d filetime init failed; expected -1 but is %ld\n", in test() 61 fprintf(stderr, "%s:%d curl_easy_perform() failed with code %d (%s)\n", in test() 71 fprintf(stderr, "%s:%d curl_easy_getinfo() failed with code %d (%s)\n", in test() 76 fprintf(stderr, "%s:%d filetime of http resource is incorrect; " in test() 88 fprintf(stderr, "%s:%d curl_easy_duphandle() failed\n", in test() 96 fprintf(stderr, "%s:%d curl_easy_getinfo() failed with code %d (%s)\n", in test() 101 fprintf(stderr, "%s:%d filetime init failed; expected -1 but is %ld\n", in test() 115 fprintf(stderr, "%s:%d curl_easy_getinfo() failed with code %d (%s)\n", in test() 120 fprintf(stderr, " in test() [all...] |
H A D | lib1535.c | 47 fprintf(stderr, "%s:%d curl_easy_getinfo() failed with code %d (%s)\n", in test() 52 fprintf(stderr, "%s:%d protocol init failed; expected 0 but is %ld\n", in test() 62 fprintf(stderr, "%s:%d curl_easy_perform() failed with code %d (%s)\n", in test() 74 fprintf(stderr, "%s:%d curl_easy_getinfo() failed with code %d (%s)\n", in test() 79 fprintf(stderr, "%s:%d protocol of http resource is incorrect; " in test() 91 fprintf(stderr, "%s:%d curl_easy_duphandle() failed\n", in test() 101 fprintf(stderr, "%s:%d curl_easy_getinfo() failed with code %d (%s)\n", in test() 106 fprintf(stderr, "%s:%d protocol init failed; expected 0 but is %ld\n", in test() 122 fprintf(stderr, "%s:%d curl_easy_getinfo() failed with code %d (%s)\n", in test() 127 fprintf(stderr, " in test() [all...] |
H A D | lib2304.c | 35 fprintf(stderr, in ping() 50 fprintf(stderr, "ws: got PONG back\n"); in recv_pong() 53 fprintf(stderr, "ws: got the same payload back\n"); in recv_pong() 58 fprintf(stderr, "ws: did NOT get the same payload back\n"); in recv_pong() 61 fprintf(stderr, "recv_pong: got %u bytes rflags %x\n", (int)rlen, in recv_pong() 65 fprintf(stderr, "ws: curl_ws_recv returned %u, received %u\n", (int)result, in recv_pong() 79 fprintf(stderr, "recv_any: got %u bytes rflags %x\n", (int)rlen, in recv_any() 90 fprintf(stderr, in websocket_close() 97 fprintf(stderr, "ws: websocket() starts\n"); in websocket() 100 fprintf(stderr, "Sen in websocket() [all...] |
/third_party/openssl/demos/bio/ |
H A D | client-arg.c | 35 fprintf(stderr, "Missing argument for %s\n", *args); in main() 39 fprintf(stderr, "Error in command %s\n", *args); in main() 40 ERR_print_errors_fp(stderr); in main() 50 fprintf(stderr, "Missing -connect argument\n"); in main() 57 fprintf(stderr, "Unknown argument %s\n", *args); in main() 63 fprintf(stderr, "Finish error\n"); in main() 64 ERR_print_errors_fp(stderr); in main() 79 fprintf(stderr, "Can't locate SSL pointer\n"); in main() 89 fprintf(stderr, "Error connecting to server\n"); in main() 90 ERR_print_errors_fp(stderr); in main() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | xdp_synproxy.c | 39 fprintf(stderr, "Error: bpf_tc_hook_destroy: %s\n", strerror(-err)); in cleanup() 40 fprintf(stderr, "Failed to destroy the TC hook\n"); in cleanup() 48 fprintf(stderr, "Error: bpf_prog_get_fd_by_id: %s\n", strerror(-prog_fd)); in cleanup() 51 fprintf(stderr, "Error: bpf_set_link_xdp_fd: %s\n", strerror(-err)); in cleanup() 52 fprintf(stderr, "Failed to detach XDP program\n"); in cleanup() 60 fprintf(stderr, "Error: bpf_set_link_xdp_fd_opts: %s\n", strerror(-err)); in cleanup() 63 fprintf(stderr, "Failed to detach XDP program\n"); in cleanup() 73 fprintf(stderr, "Usage: %s [--iface <iface>|--prog <prog_id>] [--mss4 <mss ipv4> --mss6 <mss ipv6> --wscale <wscale> --ttl <ttl>] [--ports <port1>,<port2>,...] [--single] [--tc]\n", in usage() 202 fprintf(stderr, "Error: bpf_object__open_file: %s\n", strerror(-err)); in syncookie_attach() 208 fprintf(stderr, "Erro in syncookie_attach() [all...] |
/kernel/linux/linux-6.6/tools/iio/ |
H A D | iio_generic_buffer.c | 226 fprintf(stderr, "Enabling/disabling channels: can't open %s\n", in enable_disable_all_channels() 240 fprintf(stderr, "Failed to enable/disable %s\n", in enable_disable_all_channels() 255 fprintf(stderr, "Usage: generic_buffer [options]...\n" in print_usage() 289 fprintf(stderr, "Failed to disable trigger: %s\n", in cleanup() 298 fprintf(stderr, "Failed to disable buffer: %s\n", in cleanup() 306 fprintf(stderr, "Failed to disable all channels\n"); in cleanup() 313 fprintf(stderr, "Caught signal %d\n", signum); in sig_handler() 456 fprintf(stderr, "Device not set\n"); in main() 461 fprintf(stderr, "Only one of --device-num or --device-name needs to be set\n"); in main() 468 fprintf(stderr, "Faile in main() [all...] |
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | genrb.cpp | 151 fprintf(stderr, "%s: error in command line argument \"%s\"\n", argv[0], argv[-argc]); in main() 157 fprintf(stderr, "%s: cannot combine --writePoolBundle and --usePoolBundle\n", argv[0]); in main() 161 fprintf(stderr, "%s: --icu4xMode requires --ucadata\n", argv[0]); in main() 167 fprintf(stderr, "%s: unsupported --formatVersion %s\n", argv[0], s); in main() 172 fprintf(stderr, "%s: cannot combine --formatVersion 1 with --writePoolBundle or --usePoolBundle\n", argv[0]); in main() 181 fprintf(stderr, in main() 189 fprintf(stderr, in main() 203 fprintf(stderr, in main() 208 fprintf(stderr, in main() 215 fprintf(stderr, in main() [all...] |
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | genrb.cpp | 151 fprintf(stderr, "%s: error in command line argument \"%s\"\n", argv[0], argv[-argc]); in main() 157 fprintf(stderr, "%s: cannot combine --writePoolBundle and --usePoolBundle\n", argv[0]); in main() 161 fprintf(stderr, "%s: --icu4xMode requires --ucadata\n", argv[0]); in main() 167 fprintf(stderr, "%s: unsupported --formatVersion %s\n", argv[0], s); in main() 172 fprintf(stderr, "%s: cannot combine --formatVersion 1 with --writePoolBundle or --usePoolBundle\n", argv[0]); in main() 181 fprintf(stderr, in main() 189 fprintf(stderr, in main() 203 fprintf(stderr, in main() 208 fprintf(stderr, in main() 215 fprintf(stderr, in main() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | rtcpie.c | 50 fprintf(stderr, "usage: rtctest [rtcdev] [d]\n"); in main() 66 fprintf(stderr, "\nNo periodic IRQ support\n"); in main() 72 fprintf(stderr, "\nPeriodic IRQ rate is %ldHz.\n", old_pie_rate); in main() 74 fprintf(stderr, "Counting 20 interrupts at:"); in main() 75 fflush(stderr); in main() 84 fprintf(stderr, in main() 92 fprintf(stderr, "\n%ldHz:\t", tmp); in main() 93 fflush(stderr); in main() 114 fprintf(stderr, "\nPIE delta error: %ld.%06ld should be close to 0.%06ld\n", in main() 121 fprintf(stderr, " in main() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | rtcpie.c | 50 fprintf(stderr, "usage: rtctest [rtcdev] [d]\n"); in main() 66 fprintf(stderr, "\nNo periodic IRQ support\n"); in main() 72 fprintf(stderr, "\nPeriodic IRQ rate is %ldHz.\n", old_pie_rate); in main() 74 fprintf(stderr, "Counting 20 interrupts at:"); in main() 75 fflush(stderr); in main() 84 fprintf(stderr, in main() 92 fprintf(stderr, "\n%ldHz:\t", tmp); in main() 93 fflush(stderr); in main() 114 fprintf(stderr, "\nPIE delta error: %ld.%06ld should be close to 0.%06ld\n", in main() 121 fprintf(stderr, " in main() [all...] |
/third_party/ffmpeg/tools/ |
H A D | pktdumper.c | 43 fprintf(stderr, "Dump (up to maxpkts) AVPackets as they are demuxed by libavformat.\n"); in usage() 44 fprintf(stderr, "Each packet is dumped in its own file named like\n"); in usage() 45 fprintf(stderr, "$(basename file.ext)_$PKTNUM_$STREAMINDEX_$STAMP_$SIZE_$FLAGS.bin\n"); in usage() 46 fprintf(stderr, "pktdumper [-nw] file [maxpkts]\n"); in usage() 47 fprintf(stderr, "-n\twrite No file at all, only demux.\n"); in usage() 48 fprintf(stderr, "-w\tWait at end of processing instead of quitting.\n"); in usage() 82 fprintf(stderr, "cannot use filenames containing '%%'\n"); in main() 86 fprintf(stderr, "filename too long\n"); in main() 94 fprintf(stderr, "cannot open input: error %d\n", err); in main() 100 fprintf(stderr, "avformat_find_stream_inf in main() [all...] |
/third_party/libwebsockets/lib/misc/ |
H A D | daemonize.c | 61 fprintf(stderr, in child_handler() 69 fprintf(stderr, in child_handler() 127 fprintf(stderr, in lws_daemonize() 132 fprintf(stderr, in lws_daemonize() 142 fprintf(stderr, "Out of mem in lws_daemonize\n"); in lws_daemonize() 156 fprintf(stderr, "unable to fork daemon, code=%d (%s)", in lws_daemonize() 193 fprintf(stderr, in lws_daemonize() 204 fprintf(stderr, in lws_daemonize() 212 fprintf(stderr, "unable to freopen() stdin, code %d (%s)", in lws_daemonize() 216 fprintf(stderr, "unabl in lws_daemonize() [all...] |
/third_party/libdrm/tests/tegra/ |
H A D | syncpt-wait.c | 49 fprintf(stderr, "failed to open channel to %s: %s\n", in channel_open() 76 fprintf(stderr, "open() failed: %s\n", strerror(errno)); in main() 82 fprintf(stderr, "failed to open Tegra device: %s\n", strerror(-err)); in main() 89 fprintf(stderr, "failed to allocate syncpoint: %s\n", strerror(-err)); in main() 97 fprintf(stderr, "failed to open channel: %s\n", strerror(-err)); in main() 103 fprintf(stderr, "failed to create job: %s\n", strerror(-err)); in main() 109 fprintf(stderr, "failed to create push buffer: %s\n", strerror(-err)); in main() 115 fprintf(stderr, "failed to prepare push buffer: %s\n", strerror(-err)); in main() 122 fprintf(stderr, "failed to push syncpoint: %s\n", strerror(-err)); in main() 128 fprintf(stderr, "faile in main() [all...] |
/third_party/python/Tools/scripts/ |
H A D | pickle2db.py | 53 sys.stderr.write(__doc__ % globals()) 74 sys.stderr.write("Unable to open %s\n" % args[0]) 84 sys.stderr.write("bsddb module unavailable.\n") 90 sys.stderr.write("bsddb module unavailable.\n") 96 sys.stderr.write("bsddb module unavailable.\n") 102 sys.stderr.write("dbm module unavailable.\n") 108 sys.stderr.write("dbm.gnu module unavailable.\n") 114 sys.stderr.write("dbm.ndbm module unavailable.\n") 118 sys.stderr.write("bsddb module unavailable - ") 119 sys.stderr [all...] |
/third_party/openssl/demos/signature/ |
H A D | rsa_pss_hash.c | 48 fprintf(stderr, "Failed to load private key\n"); in sign() 55 fprintf(stderr, "Failed to create MD context\n"); in sign() 66 fprintf(stderr, "Failed to initialize signing context\n"); in sign() 75 fprintf(stderr, "Failed to hash message into signing context\n"); in sign() 81 fprintf(stderr, "Failed to get signature length\n"); in sign() 88 fprintf(stderr, "Failed to allocate memory for signature\n"); in sign() 94 fprintf(stderr, "Failed to sign\n"); in sign() 126 fprintf(stderr, "Failed to load public key\n"); in verify() 133 fprintf(stderr, "Failed to create MD context\n"); in verify() 144 fprintf(stderr, "Faile in verify() [all...] |
/third_party/skia/tools/skqp/ |
H A D | find_commit_with_best_gold_results.py | 63 sys.stderr.write('%s\n' % commit) 64 sys.stderr.flush() 71 sys.stderr.write('\nerror "%s":\n' % url) 73 sys.stderr.write('.') 74 sys.stderr.flush() 88 sys.stderr.write('\n%d\n' % result) 89 sys.stderr.flush() 114 sys.stderr.write('%s\n' % ' '.join(args)) 116 sys.stderr.write('%d\n' % len(commits)) 118 sys.stderr [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/ |
H A D | test_signals_utils.c | 69 fprintf(stderr, "==>> completed. SKIP.\n"); in default_result() 71 fprintf(stderr, "==>> completed. PASS(1)\n"); in default_result() 100 fprintf(stderr, in handle_signal_unsupported() 103 fprintf(stderr, in handle_signal_unsupported() 130 fprintf(stderr, in handle_signal_ok() 207 fprintf(stderr, in handle_signal_copyctx() 226 fprintf(stderr, in handle_signal_copyctx() 237 fprintf(stderr, "Handled SIG_UNSUPP\n"); in default_handler() 240 fprintf(stderr, "Handled SIG_TRIG\n"); in default_handler() 243 fprintf(stderr, "Handle in default_handler() [all...] |
/third_party/python/Lib/asyncio/ |
H A D | subprocess.py | 24 self.stdin = self.stdout = self.stderr = None 36 if self.stderr is not None: 37 info.append(f'stderr={self.stderr!r}') 52 self.stderr = streams.StreamReader(limit=self._limit, 54 self.stderr.set_transport(stderr_transport) 68 reader = self.stderr 91 reader = self.stderr 125 self.stderr = protocol.stderr [all...] |
/third_party/libfuse/util/ |
H A D | fusermount.c | 107 fprintf(stderr, "%s: could not determine username\n", progname); in get_user_name() 148 fprintf(stderr, "%s: unable to open fuse lock file: %s\n", in lock_umount() 154 fprintf(stderr, "%s: error getting lock: %s\n", progname, in lock_umount() 170 fprintf(stderr, "%s: error releasing lock: %s\n", in unlock_umount() 199 fprintf(stderr, "%s: failed to open %s: %s\n", progname, mtab, in may_unmount() 238 fprintf(stderr, in may_unmount() 286 fprintf(stderr, "%s: failed to mark mounts private: %s\n", in check_is_mount_child() 293 fprintf(stderr, "%s: failed to open %s: %s\n", progname, in check_is_mount_child() 305 fprintf(stderr, "%s: failed to open %s: %s\n", progname, in check_is_mount_child() 312 fprintf(stderr, " in check_is_mount_child() [all...] |
/third_party/ltp/testcases/kernel/ipc/pipeio/ |
H A D | pipeio.c | 209 fprintf(stderr, in parse_options() 214 fprintf(stderr, "%s: --c option must be " in parse_options() 221 fprintf(stderr, in parse_options() 226 fprintf(stderr, "%s: --e option must be " in parse_options() 259 fprintf(stderr, in parse_options() 262 fprintf(stderr, "\tIt must be x(hex), o(octal)," in parse_options() 272 fprintf(stderr, "%s: --f option invalid" in parse_options() 274 fprintf(stderr, "\tIt must be x(hex)," in parse_options() 286 fprintf(stderr, "%s: --I arg is invalid, " in parse_options() 300 fprintf(stderr, " in parse_options() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 63 fprintf(stderr, "Usage: mptcp_connect [-6] [-u] [-s MPTCP|TCP] [-p port] [-m mode]" in die_usage() 65 fprintf(stderr, "\t-6 use ipv6\n"); in die_usage() 66 fprintf(stderr, "\t-t num -- set poll timeout to num\n"); in die_usage() 67 fprintf(stderr, "\t-S num -- set SO_SNDBUF to num\n"); in die_usage() 68 fprintf(stderr, "\t-R num -- set SO_RCVBUF to num\n"); in die_usage() 69 fprintf(stderr, "\t-p num -- use port num\n"); in die_usage() 70 fprintf(stderr, "\t-s [MPTCP|TCP] -- use mptcp(default) or tcp sockets\n"); in die_usage() 71 fprintf(stderr, "\t-m [poll|mmap|sendfile] -- use poll(default)/mmap+write/sendfile\n"); in die_usage() 72 fprintf(stderr, "\t-u -- check mptcp ulp\n"); in die_usage() 73 fprintf(stderr, "\ in die_usage() [all...] |
/kernel/linux/linux-6.6/samples/landlock/ |
H A D | sandboxer.c | 97 fprintf(stderr, "Missing environment variable %s\n", env_var); in populate_ruleset() 117 fprintf(stderr, "Failed to open \"%s\": %s\n", in populate_ruleset() 130 fprintf(stderr, in populate_ruleset() 183 fprintf(stderr, in main() 186 fprintf(stderr, in main() 188 fprintf(stderr, "Environment variables containing paths, " in main() 190 fprintf(stderr, in main() 193 fprintf(stderr, in main() 196 fprintf(stderr, in main() 202 fprintf(stderr, in main() [all...] |
/third_party/f2fs-tools/tools/f2fs_io/ |
H A D | f2fs_io.c | 63 vfprintf(stderr, format, va); in do_die() 65 fprintf(stderr, ": %s", strerror(err)); in do_die() 66 putc('\n', stderr); in do_die() 168 fputs("Excess arguments\n\n", stderr); in do_fsync() 169 fputs(cmd->cmd_help, stderr); in do_fsync() 192 fputs("Excess arguments\n\n", stderr); in do_set_verity() 193 fputs(cmd->cmd_help, stderr); in do_set_verity() 230 fputs("Excess arguments\n\n", stderr); in do_getflags() 231 fputs(cmd->cmd_help, stderr); in do_getflags() 307 fputs("Excess arguments\n\n", stderr); in do_setflags() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | genrb.cpp | 146 fprintf(stderr, "%s: error in command line argument \"%s\"\n", argv[0], argv[-argc]); in main() 152 fprintf(stderr, "%s: cannot combine --writePoolBundle and --usePoolBundle\n", argv[0]); in main() 158 fprintf(stderr, "%s: unsupported --formatVersion %s\n", argv[0], s); in main() 163 fprintf(stderr, "%s: cannot combine --formatVersion 1 with --writePoolBundle or --usePoolBundle\n", argv[0]); in main() 172 fprintf(stderr, in main() 180 fprintf(stderr, in main() 194 fprintf(stderr, in main() 199 fprintf(stderr, in main() 206 fprintf(stderr, in main() 213 fprintf(stderr, in main() [all...] |
/third_party/python/Lib/test/ |
H A D | test_pdb.py | 1716 stderr=subprocess.STDOUT, 1719 stdout, stderr = proc.communicate(str.encode(commands)) 1721 stderr = stderr and bytes.decode(stderr) 1725 f"Unexpected return code\nstdout: {stdout}\nstderr: {stderr}" 1727 return stdout, stderr 1814 stderr=subprocess.STDOUT, 1817 stdout, stderr = proc.communicate(b'quit\n') 1835 stdout, stderr [all...] |