/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/icu/tools/unicode/c/genprops/ |
H A D | casepropsbuilder.cpp | 338 fprintf(stderr, "genprops error: casepropsbuilder utrie2_open() failed - %s\n", in CasePropsBuilder() 344 fprintf(stderr, in CasePropsBuilder() 372 fprintf(stderr, "genprops error: case folding too long (length=%ld>%d=UGENCASE_UNFOLD_STRING_WIDTH)\n", in addUnfolding() 494 fprintf(stderr, "genprops error: a soft-dotted character has ccc!=0\n"); in setProps() 510 fprintf(stderr, in setProps() 522 fprintf(stderr, "genprops error: casepropsbuilder: too many exceptions\n"); in setProps() 528 fprintf(stderr, in setProps() 552 fprintf(stderr, "genprops error: unable to set case mapping values: %s\n", in setProps() 586 fprintf(stderr, "genprops error: casepropsbuilder: too many exceptions\n"); in makeExcProps() 592 fprintf(stderr, in makeExcProps() [all...] |
H A D | emojipropsbuilder.cpp | 158 fprintf(stderr, "genprops/emoji error: umutablecptrie_open() failed: %s\n", 172 fprintf(stderr, "genprops/emoji error: new UCharsTrieBuilder() failed: %s\n", 343 fprintf(stderr, 360 fprintf(stderr, 369 fprintf(stderr, 390 fprintf(stderr, 397 fprintf(stderr, 406 fprintf(stderr, "genprops/emoji error: no strings for property index %d\n", (int)index); 414 fprintf(stderr, 515 fprintf(stderr, "genprop [all...] |
H A D | bidipropsbuilder.cpp | 210 fprintf(stderr, "genprops error: bidipropsbuilder utrie2_open() failed - %s\n", in BiDiPropsBuilder() 235 fprintf(stderr, in encodeBidiMirroringGlyph() 250 fprintf(stderr, in encodeBidiMirroringGlyph() 282 fprintf(stderr, in setProps() 303 fprintf(stderr, "genprops error: BiDiPropsBuilder utrie2_setRange32() failed - %s\n", in setProps() 316 fprintf(stderr, "genprops error: Joining_Group for out-of-range code points U+%04lx..U+%04lx\n", in setProps() 374 fprintf(stderr, in makeMirror() 386 fprintf(stderr, in makeMirror() 424 fprintf(stderr, "genprops error: utrie2_freeze()+utrie2_serialize() failed: %s (length %ld)\n", in build() 567 fprintf(stderr, "genprop in writeBinaryData() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsusermap.c | 218 fprintf(stderr,"\"%s\" opened\n",volume); in open_volume() 221 fprintf(stderr,"Could not open \"%s\"\n",volume); in open_volume() 224 fprintf(stderr,"Make sure you have" in open_volume() 227 fprintf(stderr,"Make sure \"%s\" is not mounted\n", in open_volume() 232 fprintf(stderr,"A volume is already open\n"); in open_volume() 242 fprintf(stderr,"\"%s\" closed\n",volume); in close_volume() 244 fprintf(stderr,"Could not close \"%s\"\n",volume); in close_volume() 896 fprintf(stderr, "* Could not create mapping file \"%s\"\n", in outputmap() 1043 fprintf(stderr, "Usage : ntfsusermap [vol1: [vol2: ...]]\n"); in checkoptions() 1044 fprintf(stderr, " \"vol in checkoptions() [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2grep.c | 655 fprintf(stderr, "pcre2grep: Error %d, %d, %d or %d means that a resource " in pcre2grep_exit() 658 fprintf(stderr, "pcre2grep: Check your regex for nested unlimited loops.\n"); in pcre2grep_exit() 688 fprintf(stderr, "pcre2grep: malloc failed\n"); in add_pattern() 693 fprintf(stderr, "pcre2grep: pattern is too long (limit is %d bytes)\n", in add_pattern() 1002 fprintf(stderr, "pcre2grep: malloc failed\n"); in opendirectory() 1182 fprintf(stderr, "Usage: pcre2grep [-"); in usage() 1185 if (op->one_char > 0) fprintf(stderr, "%c", op->one_char); in usage() 1187 fprintf(stderr, "] [long options] [pattern] [files]\n"); in usage() 1188 fprintf(stderr, "Type \"pcre2grep --help\" for more information and the long " in usage() 1349 fprintf(stderr, "pcre2gre in decode_number() [all...] |
/third_party/cups-filters/utils/ |
H A D | driverless.c | 499 fprintf(stderr, "DEBUG: Started %s (PID %d)\n", ippfind_argv[0], in list_printers() 566 fprintf(stderr, "ERROR: ippfind (PID %d) stopped with an error: %s\n", in list_printers() 580 fprintf(stderr, "ERROR: ippfind (PID %d) stopped with status %d!\n", in list_printers() 586 fprintf(stderr, "ERROR: ippfind (PID %d) stopped on signal %d!\n", in list_printers() 590 fprintf(stderr, "DEBUG: ippfind (PID %d) exited with no errors.\n", in list_printers() 634 fprintf(stderr, "DEBUG2: %s\n", ptr1); in generate_ppd() 640 fprintf(stderr, "ERROR: Unable to create PPD file: Could not poll " in generate_ppd() 650 fprintf(stderr, "ERROR: Unable to create PPD file: %s\n", in generate_ppd() 653 fprintf(stderr, "ERROR: Unable to create PPD file: %s\n", in generate_ppd() 656 fprintf(stderr, "ERRO in generate_ppd() [all...] |
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-icmp_redirector.c | 105 stream = stderr; in usage() 131 fprintf(stderr, "Catch signal. type is %d\n", type); in set_signal_flag() 142 fprintf(stderr, "Unexpected signal (%d) is caught\n", type); in set_signal_flag() 180 fprintf(stderr, in parse_options() 205 fprintf(stderr, "Interface name is not specified\n"); in parse_options() 253 fprintf(stderr, "%s is changed into promiscuous mode\n", in open_socket() 257 fprintf(stderr, "Packet receiving socket is %d\n", sd); in open_socket() 292 fprintf(stderr, "ARP OP code is %02x\n", in return_arp_reply() 482 fprintf(stderr, "Received NS is a DAD NS\n"); in return_neigh_adv() 703 fprintf(stderr, "Receive in analyze_ip6_datagram() [all...] |
/third_party/ffmpeg/tests/checkasm/ |
H A D | float_dsp.c | 58 fprintf(stderr, "%d: %- .12f - %- .12f = % .12g\n", in test_vector_fmul() 81 fprintf(stderr, "%d: %- .12f - %- .12f = % .12g\n", in test_vector_dmul() 104 fprintf(stderr, "%d: %- .12f - %- .12f = % .12g\n", in test_vector_fmul_add() 126 fprintf(stderr, "%d: %- .12f - %- .12f = % .12g\n", in test_vector_fmul_scalar() 149 fprintf(stderr, "%d: %- .12f - %- .12f = % .12g\n", in test_vector_fmul_window() 174 fprintf(stderr, "%d: %- .12f - %- .12f = % .12g\n", in test_vector_fmac_scalar() 197 fprintf(stderr, "%d: %- .12f - %- .12f = % .12g\n", i, in test_vector_dmul_scalar() 221 fprintf(stderr, "%d: %- .12f - %- .12f = % .12g\n", in test_vector_dmac_scalar() 252 fprintf(stderr, "%d: %- .12f - %- .12f = % .12g\n", in test_butterflies_float() 254 fprintf(stderr, " in test_butterflies_float() [all...] |
/third_party/alsa-utils/axfer/ |
H A D | container.c | 173 fprintf(stderr, in container_parser_init() 250 fprintf(stderr, in container_builder_init() 313 fprintf(stderr, in container_context_pre_process() 335 fprintf(stderr, "Container: %s\n", in container_context_pre_process() 337 fprintf(stderr, " format: %s\n", in container_context_pre_process() 339 fprintf(stderr, " sample format: %s\n", in container_context_pre_process() 341 fprintf(stderr, " bytes/sample: %u\n", in container_context_pre_process() 343 fprintf(stderr, " samples/frame: %u\n", in container_context_pre_process() 345 fprintf(stderr, " frames/second: %u\n", in container_context_pre_process() 348 fprintf(stderr, " frame in container_context_pre_process() [all...] |
/third_party/alsa-lib/test/ |
H A D | playmidi1.c | 197 fprintf(stderr, "tick offset = %d\n", tick_offset); in do_header() 440 fprintf(stderr, "usage: playmidi1 [options] [file]\n"); in usage() 441 fprintf(stderr, " options:\n"); in usage() 442 fprintf(stderr, " -v: verbose mode\n"); in usage() 443 fprintf(stderr, " -a client:port : set destination address (default=%d:%d)\n", in usage() 445 fprintf(stderr, " -q queue: use the specified queue\n"); in usage() 446 fprintf(stderr, " -s queue: slave mode (allow external clock synchronization)\n"); in usage() 447 fprintf(stderr, " -r : play on real-time mode\n"); in usage() 448 fprintf(stderr, " -b : play on non-blocking mode\n"); in usage() 470 fprintf(stderr, "invali in main() [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra_validate.c | 109 fprintf(stderr, "ra validation fail: %s\n", condstr); in validate_error() 110 fprintf(stderr, " -> for instruction: "); in validate_error() 423 fprintf(stderr, "no reaching definition"); in dump_reg_state() 425 fprintf(stderr, in dump_reg_state() 431 fprintf(stderr, "ssa_%u:%u(%sr%u.%c) + %u", state->def->instr->serialno, in dump_reg_state() 455 stderr, in check_reaching_src() 458 fprintf(stderr, "expected: "); in check_reaching_src() 460 fprintf(stderr, "\n"); in check_reaching_src() 461 fprintf(stderr, "actual: "); in check_reaching_src() 463 fprintf(stderr, "\ in check_reaching_src() [all...] |
/third_party/node/lib/internal/ |
H A D | worker.js | 239 const stderr = new ReadableWorkerStdio(this[kPort], 'stderr'); 240 if (!options.stderr) { 241 stderr[kIncrementsPortRef] = false; 242 pipeWithoutWarning(stderr, process.stderr); 245 this[kParentSideStdio] = { stdin, stdout, stderr }; 351 const { stdout, stderr } = this[kParentSideStdio]; 357 if (!stderr.readableEnded) { 358 debug(`[${threadId}] explicitly closes stderr fo [all...] |
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount.c | 158 fprintf(stderr, in mount_help() 261 fprintf(stderr, "fuse: internal error, can't find mount flag\n"); in set_mount_flag() 354 fprintf(stderr, "got control message of unknown type %d\n", in receive_fd() 426 fprintf(stderr, "fuse: missing mountpoint\n"); in fuse_mount_fusermount() 493 fprintf(stderr, "fuse: missing mountpoint\n"); in fuse_mount_sys() 499 fprintf(stderr ,"fuse: failed to access mountpoint %s: %s\n", in fuse_mount_sys() 513 fprintf(stderr, in fuse_mount_sys() 516 fprintf(stderr, "fuse: failed to open %s: %s\n", devname, in fuse_mount_sys() 534 fprintf(stderr, "fuse: failed to allocate memory\n"); in fuse_mount_sys() 573 fprintf(stderr, "fus in fuse_mount_sys() [all...] |
/third_party/libdrm/tests/tegra/ |
H A D | vic30.c | 62 fprintf(stderr, "failed to map configuration structure: %s\n", in vic30_fill() 117 fprintf(stderr, "failed to map configuration structure: %s\n", in vic30_blit() 225 fprintf(stderr, "failed to map configuration structure: %s\n", in vic30_flip() 387 fprintf(stderr, "failed to allocate syncpoint: %s\n", strerror(-err)); in vic30_new() 393 fprintf(stderr, "failed to allocate configuration structure: %s\n", in vic30_new() 401 fprintf(stderr, "failed to map configuration structure: %s\n", in vic30_new() 408 fprintf(stderr, "failed to allocate filter buffer: %s\n", in vic30_new() 415 fprintf(stderr, "failed to map filter buffer: %s\n", strerror(-err)); in vic30_new() 425 fprintf(stderr, "failed to map filter buffer: %s\n", in vic30_new() 432 fprintf(stderr, "faile in vic30_new() [all...] |
/third_party/ltp/testcases/realtime/lib/ |
H A D | librttest.c | 119 fprintf(stderr, in rt_init_long() 133 fprintf(stderr, in rt_init_long() 145 fprintf(stderr, "Programmer error -- argument --%s flag" in rt_init_long() 150 fprintf(stderr, "Programmer error -- argument --%s " in rt_init_long() 156 fprintf(stderr, "Programmer error -- argument --%s " in rt_init_long() 191 fprintf(stderr, "long option missing arg\n"); in rt_init_long() 193 fprintf(stderr, "option -%c: missing arg\n", in rt_init_long() 199 fprintf(stderr, "unrecognized long option\n"); in rt_init_long() 201 fprintf(stderr, "option -%c not recognized\n", in rt_init_long() 209 fprintf(stderr, in rt_init_long() [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngerror.c | 732 fprintf(stderr, "libpng error no. %s: %s", in PNG_FUNCTION() 734 fprintf(stderr, PNG_STRING_NEWLINE); in PNG_FUNCTION() 739 fprintf(stderr, "libpng error: %s, offset=%d", in PNG_FUNCTION() 741 fprintf(stderr, PNG_STRING_NEWLINE); in PNG_FUNCTION() 747 fprintf(stderr, "libpng error: %s", error_message ? error_message : in PNG_FUNCTION() 749 fprintf(stderr, PNG_STRING_NEWLINE); in PNG_FUNCTION() 803 fprintf(stderr, "libpng warning no. %s: %s", in png_default_warning() 805 fprintf(stderr, PNG_STRING_NEWLINE); in png_default_warning() 810 fprintf(stderr, "libpng warning: %s", in png_default_warning() 812 fprintf(stderr, PNG_STRING_NEWLIN in png_default_warning() [all...] |
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | infblock.c | 84 Tracev((stderr, "inflate: blocks reset\n")); in inflate_blocks_reset() 113 Tracev((stderr, "inflate: blocks allocated\n")); in inflate_blocks_new() 145 Tracev((stderr, "inflate: stored block%s\n", in inflate_blocks() 153 Tracev((stderr, "inflate: fixed codes block%s\n", in inflate_blocks() 172 Tracev((stderr, "inflate: dynamic codes block%s\n", in inflate_blocks() 196 Tracev((stderr, "inflate: stored length %u\n", s->sub.left)); in inflate_blocks() 211 Tracev((stderr, "inflate: stored end, %lu total out\n", in inflate_blocks() 236 Tracev((stderr, "inflate: table sizes ok\n")); in inflate_blocks() 262 Tracev((stderr, "inflate: bits tree ok\n")); in inflate_blocks() 330 Tracev((stderr, "inflat in inflate_blocks() [all...] |