| /scripts/ |
| D | rust_is_available_test.py | 87 def generate_bindgen_libclang(cls, stderr): argument 88 return cls.generate_bindgen(cls.bindgen_default_bindgen_version_stdout, stderr) 137 self.assertEqual(result.stderr, b"") 144 self.assertNotEqual(result.stderr, b"") 149 … self.assertIn(b"Please see Documentation/rust/quick-start.rst for details", result.stderr) 154 … self.assertIn(b"Please see Documentation/rust/quick-start.rst for details", result.stderr) 158 result.stderr = result.stderr.decode() 164 self.assertIn("Environment variable 'RUSTC' is not set.", result.stderr) 165 self.assertIn("This script is intended to be called from Kbuild.", result.stderr) 169 self.assertIn("Environment variable 'BINDGEN' is not set.", result.stderr) [all …]
|
| D | spdxcheck.py | 341 sys.stderr.write('stdin input "-" must be the only path argument\n') 357 sys.stderr.write('%s: %s\n' %(se.el.path, se.txt)) 359 sys.stderr.write('%s\n' %se.txt) 363 sys.stderr.write('FAIL: %s\n' %ex) 364 sys.stderr.write('%s\n' %traceback.format_exc()) 373 sys.stderr.write('FAIL: Reading exclude file %s: %s\n' %(fname, ex)) 389 sys.stderr.write('path %s does not exist\n' %p) 403 sys.stderr.write('\n') 404 sys.stderr.write('License files: %12d\n' %spdx.license_files) 405 sys.stderr.write('Exception files: %12d\n' %spdx.exception_files) [all …]
|
| D | sorttable.h | 237 fprintf(stderr, "get start_mcount_loc error!"); in get_mcount_loc() 243 fprintf(stderr, "get stop_mcount_loc error!"); in get_mcount_loc() 358 fprintf(stderr, in do_sort() 367 fprintf(stderr, in do_sort() 376 fprintf(stderr, in do_sort() 385 fprintf(stderr, in do_sort() 393 fprintf(stderr, in do_sort() 400 fprintf(stderr, "no __ex_table in file: %s\n", fname); in do_sort() 405 fprintf(stderr, "no .symtab in file: %s\n", fname); in do_sort() 410 fprintf(stderr, "no .strtab in file: %s\n", fname); in do_sort() [all …]
|
| D | sorttable.c | 97 fprintf(stderr, "not a regular file: %s\n", fname); in mmap_file() 103 fprintf(stderr, "Could not mmap file: %s\n", fname); in mmap_file() 292 fprintf(stderr, "unrecognized ELF data encoding %d: %s\n", in do_file() 300 fprintf(stderr, "unrecognized ET_EXEC/ET_DYN file %s\n", fname); in do_file() 326 fprintf(stderr, "unrecognized e_machine %d %s\n", in do_file() 335 fprintf(stderr, in do_file() 346 fprintf(stderr, in do_file() 355 fprintf(stderr, "unrecognized ELF class %d %s\n", in do_file() 370 fprintf(stderr, "usage: sorttable vmlinux...\n"); in main()
|
| D | ssl-common.h | 15 fprintf(stderr, "At main.c:%d:\n", l); in drain_openssl_errors() 20 fprintf(stderr, "- SSL %s: %s:%d\n", buf, file, line); in drain_openssl_errors()
|
| D | recordmcount.c | 103 fprintf(stderr, "lseek: seek before file\n"); in ulseek() 155 fprintf(stderr, "malloc failed: %zu bytes\n", size); in umalloc() 196 fprintf(stderr, "not a regular file: %s\n", fname); in mmap_file() 527 fprintf(stderr, "unrecognized ELF data encoding %d: %s\n", in do_file() 560 fprintf(stderr, "unrecognized ET_REL file %s\n", fname); in do_file() 567 fprintf(stderr, "unrecognized e_machine %u %s\n", in do_file() 612 fprintf(stderr, "unrecognized ELF class %d %s\n", in do_file() 618 fprintf(stderr, in do_file() 637 fprintf(stderr, in do_file() 682 fprintf(stderr, "usage: recordmcount [-w] file.o...\n"); in main() [all …]
|
| D | sign-file.c | 82 fprintf(stderr, in format() 84 fprintf(stderr, in format() 156 fprintf(stderr, "no pkcs11 engine/provider available\n"); in read_private_key_pkcs11() 195 fprintf(stderr, "%s: Read wanted retry\n", x509_name); in read_x509() 199 fprintf(stderr, "%s: Short read\n", x509_name); in read_x509() 294 fprintf(stderr, "sign-file: %s only supports SHA1 signing\n", in main()
|
| D | asn1_compiler.c | 534 fprintf(stderr, "%s:%u: Unknown character in grammar: '%c'\n", in tokenise() 585 fprintf(stderr, "Format: %s [-v] [-d] <grammar-file> <c-file> <hdr-file>\n", in main() 621 fprintf(stderr, "%s: Short read\n", filename); in main() 758 fprintf(stderr, "%s: No defined types\n", filename); in build_type_list() 823 fprintf(stderr, "%s:%d: Parse error at token '%s'\n", in parse() 891 fprintf(stderr, "%s:%d: Unrecognised tag class token '%s'\n", in parse_type() 899 fprintf(stderr, "%s:%d: Missing tag number '%s'\n", in parse_type() 914 fprintf(stderr, "%s:%d: Missing closing square bracket '%s'\n", in parse_type() 1015 fprintf(stderr, "%s:%d: Type '%s' undefined\n", in parse_type() 1065 fprintf(stderr, "%s:%d: Token '%s' does not introduce a type\n", in parse_type() [all …]
|
| D | kallsyms.c | 76 fprintf(stderr, "Usage: kallsyms [--all-symbols] [--absolute-percpu] in.map > out.S\n"); in usage() 145 fprintf(stderr, "line format error\n"); in read_symbol() 153 fprintf(stderr, "Symbol %s too long for kallsyms (%zu >= %d).\n" in read_symbol() 388 fprintf(stderr, "kallsyms failure: " in write_src() 395 fprintf(stderr, "kallsyms failure: " in write_src() 471 fprintf(stderr, "kallsyms failure: " in write_src()
|
| /scripts/dtc/ |
| D | fdtoverlay.c | 60 fprintf(stderr, in apply_one() 75 fprintf(stderr, "\nFailed to apply '%s': %s\n", in apply_one() 102 fprintf(stderr, "\nFailed to read '%s'\n", input_filename); in do_fdtoverlay() 106 fprintf(stderr, in do_fdtoverlay() 121 fprintf(stderr, "\nFailed to read '%s'\n", argv[i]); in do_fdtoverlay() 125 fprintf(stderr, in do_fdtoverlay() 145 fprintf(stderr, "\nFailed to write '%s'\n", in do_fdtoverlay()
|
| D | fdtput.c | 43 fprintf(stderr, "Error at '%1.*s': %s\n", namelen, name, in report_error() 70 fprintf(stderr, "Decoding value:\n"); in encode_value() 87 fprintf(stderr, "Out of mmory: cannot alloc " in encode_value() 97 fprintf(stderr, "\tstring: '%s'\n", ptr); in encode_value() 106 fprintf(stderr, "\t%s: %d\n", in encode_value() 116 fprintf(stderr, "Value size %d\n", upto); in encode_value() 280 fprintf(stderr, "Error: %s\n\n", msg); in usage() 282 fprintf(stderr, "%s", usage_msg); in usage()
|
| D | fdtget.c | 39 fprintf(stderr, "Error at '%s': %s\n", where, fdt_strerror(err)); in report_error() 70 fprintf(stderr, "Unterminated string\n"); in show_data() 84 fprintf(stderr, "Property length must be a multiple of " in show_data() 285 fprintf(stderr, "Error: %s\n\n", msg); in usage() 287 fprintf(stderr, "%s", usage_msg); in usage()
|
| D | util.h | 39 fprintf(stderr, "FATAL ERROR: "); in die() 40 vfprintf(stderr, str, ap); in die()
|
| /scripts/selinux/genheaders/ |
| D | genheaders.c | 35 fprintf(stderr, "%s: out of memory\n", progname); in stoupperx() 57 fprintf(stderr, "Could not open %s for writing: %s\n", in main() 111 fprintf(stderr, "Could not successfully close %s: %s\n", in main() 118 fprintf(stderr, "Could not open %s for writing: %s\n", in main() 136 fprintf(stderr, "Too many permissions to fit into an access vector at (%s, %s).\n", in main() 151 fprintf(stderr, "Could not successfully close %s: %s\n", in main()
|
| /scripts/mod/ |
| D | mk_elfconfig.c | 13 fprintf(stderr, "Error: input truncated\n"); in main() 17 fprintf(stderr, "Error: not ELF\n"); in main()
|
| /scripts/genksyms/ |
| D | genksyms.c | 238 fprintf(stderr, " modversion is " in __add_symbol() 247 fprintf(stderr, "ignoring "); in __add_symbol() 249 fprintf(stderr, " modversion change\n"); in __add_symbol() 435 fprintf(stderr, "Token too long\n"); in read_node() 455 fprintf(stderr, "Unknown type %c\n", node.string[0]); in read_node() 666 fprintf(stderr, "%s: %s: modversion " in export_symbol() 671 fprintf(stderr, ", "); in export_symbol() 674 fprintf(stderr, " (became defined)"); in export_symbol() 683 fprintf(stderr, "\n"); in export_symbol() 696 fprintf(stderr, "%s:%d: ", cur_filename ? : "<stdin>", cur_line); in print_location() [all …]
|
| D | genksyms.h | 72 fprintf(stderr, "out of memory\n"); \ 78 fprintf(stderr, "out of memory\n"); \
|
| /scripts/kconfig/ |
| D | parser.y | 101 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 151 fprintf(stderr, "%s:%d: error: choice member must have a prompt\n", 157 fprintf(stderr, "%s:%d: error: choice member must be bool\n", 260 fprintf(stderr, "%s:%d: error: choice must have a prompt\n", 506 fprintf(stderr, "%s:%d: error: %s", 514 fprintf(stderr, "%s:%d: error: %s", 592 fprintf(stderr, "%s:%d: location of the '%s'\n", in zconf_endtoken() 605 fprintf(stderr, "%s:%d: ", cur_filename, cur_lineno); in zconfprint() 607 vfprintf(stderr, err, ap); in zconfprint() 609 fprintf(stderr, "\n"); in zconfprint() [all …]
|
| D | conf.c | 81 fprintf(stderr, "\nError in reading or end of file.\n"); in xfgets() 703 fprintf(stderr, "%s: Kconfig file missing\n", av[0]); in main() 713 fprintf(stderr, in main() 743 fprintf(stderr, in main() 760 fprintf(stderr, in main() 777 fprintf(stderr, in main() 840 fprintf(stderr, "n*** Error while saving defconfig to: %s\n\n", in main() 846 fprintf(stderr, "\n*** Error during writing of the configuration.\n\n"); in main() 860 fprintf(stderr, in main()
|
| D | preprocess.c | 26 fprintf(stderr, "%s:%d: ", cur_filename, yylineno); in pperror() 28 vfprintf(stderr, format, ap); in pperror() 30 fprintf(stderr, "\n"); in pperror() 189 fprintf(stderr, "%s:%d: %s\n", cur_filename, yylineno, argv[1]); in do_warning_if()
|
| /scripts/clang-tools/ |
| D | run-clang-tools.py | 67 print(f"Skipping non-C file: '{file}'", file=sys.stderr) 75 stderr=subprocess.STDOUT, 78 sys.stderr.buffer.write(p.stdout)
|
| /scripts/basic/ |
| D | fixdep.c | 106 fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n"); in usage() 221 fprintf(stderr, "fixdep: error opening file: "); in read_file() 226 fprintf(stderr, "fixdep: error fstat'ing file: "); in read_file() 402 fprintf(stderr, "fixdep: parse error; no targets found\n"); in parse_dep_file() 435 fprintf(stderr, "fixdep: not all data was written to the output\n"); in main()
|
| /scripts/gendwarfksyms/ |
| D | types.c | 149 checkp(fputs(e->name, stderr)); in type_map_add() 150 checkp(fputs(" ", stderr)); in type_map_add() 151 type_list_write(&e->expanded, stderr); in type_map_add() 152 checkp(fputs("\n", stderr)); in type_map_add() 543 checkp(fputs(sym->name, stderr)); in expand_symbol() 544 checkp(fputs(" ", stderr)); in expand_symbol() 545 type_list_write(&version.type.expanded, stderr); in expand_symbol() 546 checkp(fputs("\n", stderr)); in expand_symbol()
|
| /scripts/kconfig/tests/ |
| D | conftest.py | 72 stderr=subprocess.PIPE, 88 self.stderr = ps.stderr.read().decode() 112 print(self.stderr)
|
| /scripts/gcc-plugins/ |
| D | stackleak_plugin.c | 107 fprintf(stderr, "stackleak: missing current_stack_pointer in %s()\n", in get_current_stack_pointer_decl() 204 fprintf(stderr, "stackleak: be careful, alloca() in %s()\n", in stackleak_instrument_execute() 412 fprintf(stderr, "stackleak: instrument %s(): calls_alloca\n", fn); in stackleak_cleanup_execute() 419 fprintf(stderr, "stackleak: instrument %s()\n", fn); in stackleak_cleanup_execute() 605 fprintf(stderr, "stackleak: disabled for this translation unit\n"); in plugin_init()
|