| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc.c | 54 fprintf(stderr, "Usage:\n"); in usage() 55 fprintf(stderr, "\tdtc [options] <input file>\n"); in usage() 56 fprintf(stderr, "\nOptions:\n"); in usage() 57 fprintf(stderr, "\t-h\n"); in usage() 58 fprintf(stderr, "\t\tThis help text\n"); in usage() 59 fprintf(stderr, "\t-q\n"); in usage() 60 fprintf(stderr, "\t\tQuiet: -q suppress warnings, -qq errors, -qqq all\n"); in usage() 61 fprintf(stderr, "\t-I <input format>\n"); in usage() 62 fprintf(stderr, "\t\tInput formats are:\n"); in usage() 63 fprintf(stderr, "\t\t\tdts - device tree source text\n"); in usage() [all …]
|
| H A D | checks.c | 26 fprintf(stderr, "=== %s: ", (c)->name); \ 27 fprintf(stderr, __VA_ARGS__); \ 28 fprintf(stderr, "\n"); \ 101 fprintf(stderr, "%s (%s): ", in check_msg() 103 vfprintf(stderr, fmt, ap); in check_msg() 104 fprintf(stderr, "\n"); in check_msg() 662 fprintf(stderr, "ERROR: Input tree has errors, aborting " in process_checks() 666 fprintf(stderr, "Warning: Input tree has errors, " in process_checks()
|
| H A D | dtc-parser.tab.c_shipped | 706 YYFPRINTF (stderr, "%s ", Title); \ 707 yy_symbol_print (stderr, \ 709 YYFPRINTF (stderr, "\n"); \ 788 YYFPRINTF (stderr, "Stack now"); 792 YYFPRINTF (stderr, " %d", yybot); 794 YYFPRINTF (stderr, "\n"); 822 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", 827 YYFPRINTF (stderr, " $%d = ", yyi + 1); 828 yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], 831 YYFPRINTF (stderr, "\n"); [all …]
|
| H A D | srcpos.c | 243 fprintf(stderr, "Warning: %s ", srcstr); in srcpos_warn() 244 vfprintf(stderr, fmt, va); in srcpos_warn() 245 fprintf(stderr, "\n"); in srcpos_warn()
|
| H A D | util.h | 28 fprintf(stderr, "FATAL ERROR: "); in die() 29 vfprintf(stderr, str, ap); in die()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.tab.c | 905 YYFPRINTF (stderr, "%s ", Title); \ 906 yy_symbol_print (stderr, \ 908 YYFPRINTF (stderr, "\n"); \ 987 YYFPRINTF (stderr, "Stack now"); 991 YYFPRINTF (stderr, " %d", yybot); 993 YYFPRINTF (stderr, "\n"); 1021 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", 1026 YYFPRINTF (stderr, " $%d = ", yyi + 1); 1027 yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], 1030 YYFPRINTF (stderr, "\n"); [all …]
|
| H A D | zconf.tab.c_shipped | 905 YYFPRINTF (stderr, "%s ", Title); \ 906 yy_symbol_print (stderr, \ 908 YYFPRINTF (stderr, "\n"); \ 987 YYFPRINTF (stderr, "Stack now"); 991 YYFPRINTF (stderr, " %d", yybot); 993 YYFPRINTF (stderr, "\n"); 1021 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", 1026 YYFPRINTF (stderr, " $%d = ", yyi + 1); 1027 yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], 1030 YYFPRINTF (stderr, "\n"); [all …]
|
| H A D | zconf.y | 96 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 559 fprintf(stderr, "%s:%d: location of the '%s'\n", in zconf_endtoken() 572 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno()); in zconfprint() 574 vfprintf(stderr, err, ap); in zconfprint() 576 fprintf(stderr, "\n"); in zconfprint() 584 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno()); in zconf_error() 586 vfprintf(stderr, err, ap); in zconf_error() 588 fprintf(stderr, "\n"); in zconf_error() 594 fprintf(stderr, "%s:%d: %s\n", zconf_curname(), zconf_lineno() + 1, err); in zconferror()
|
| H A D | symbol.c | 357 fprintf(stderr, "warning: ("); in sym_calc_value() 358 expr_fprint(e, stderr); in sym_calc_value() 359 fprintf(stderr, ") selects %s which has unmet direct dependencies (", in sym_calc_value() 361 expr_fprint(sym->dir_dep.expr, stderr); in sym_calc_value() 362 fprintf(stderr, ")\n"); in sym_calc_value() 985 fprintf(stderr, "unexpected recursive dependency error\n"); in sym_check_print_recursive() 1005 fprintf(stderr, "%s:%d:error: recursive dependency detected!\n", in sym_check_print_recursive() 1008 fprintf(stderr, "%s:%d:\tsymbol %s %s value contains %s\n", in sym_check_print_recursive() 1014 fprintf(stderr, "%s:%d:\tsymbol %s depends on %s\n", in sym_check_print_recursive() 1019 fprintf(stderr, "%s:%d:\tchoice %s contains symbol %s\n", in sym_check_print_recursive() [all …]
|
| H A D | conf.c | 495 fprintf(stderr, _("See README for usage info\n")); in main() 510 fprintf(stderr, _("***\n" in main() 570 fprintf(stderr, in main() 623 fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); in main() 627 fprintf(stderr, _("\n*** Error during update of the configuration.\n\n")); in main() 632 fprintf(stderr, _("n*** Error while saving defconfig to: %s\n\n"), in main() 638 fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); in main() 653 fprintf(stderr, "\nError in reading or end of file.\n");
|
| H A D | menu.c | 25 fprintf(stderr, "%s:%d:warning: ", menu->file->name, menu->lineno); in menu_warn() 26 vfprintf(stderr, fmt, ap); in menu_warn() 27 fprintf(stderr, "\n"); in menu_warn() 35 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno); in prop_warn() 36 vfprintf(stderr, fmt, ap); in prop_warn() 37 fprintf(stderr, "\n"); in prop_warn()
|
| H A D | mconf.c | 819 fprintf(stderr, N_("Your display is too small to run Menuconfig!\n")); in main() 820 fprintf(stderr, N_("It must be at least 19 lines by 80 columns.\n")); in main() 842 fprintf(stderr, _("\n\n" in main() 855 fprintf(stderr, _("\n\n" in main()
|
| H A D | kconfig_load.c | 20 fprintf(stderr, "%s\n", dlerror()); in kconfig_load() 29 fprintf(stderr, "%s\n", error); \ in kconfig_load()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | genksyms.c | 252 fprintf(stderr, " modversion is " in __add_symbol() 260 fprintf(stderr, "ignoring "); in __add_symbol() 262 fprintf(stderr, " modversion change\n"); in __add_symbol() 440 fprintf(stderr, "Token too long\n"); in read_node() 460 fprintf(stderr, "Unknown type %c\n", node.string[0]); in read_node() 671 fprintf(stderr, "%s: %s: modversion " in export_symbol() 676 fprintf(stderr, ", "); in export_symbol() 679 fprintf(stderr, " (became defined)"); in export_symbol() 688 fprintf(stderr, "\n"); in export_symbol() 702 fprintf(stderr, "%s:%d: ", cur_filename ? : "<stdin>", cur_line); in print_location() [all …]
|
| H A D | parse.c_shipped | 954 YYFPRINTF (stderr, "%s ", Title); \ 955 yy_symbol_print (stderr, \ 957 YYFPRINTF (stderr, "\n"); \ 1036 YYFPRINTF (stderr, "Stack now"); 1040 YYFPRINTF (stderr, " %d", yybot); 1042 YYFPRINTF (stderr, "\n"); 1070 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", 1075 YYFPRINTF (stderr, " $%d = ", yyi + 1); 1076 yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], 1079 YYFPRINTF (stderr, "\n"); [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | conmakehash.c | 29 fprintf(stderr, "Usage: \n" in usage() 68 fprintf(stderr, "ERROR: Only 255 unicodes/glyph permitted!\n"); in addpair() 122 fprintf(stderr, "%s: Warning: line too long\n", tblname); in main() 145 fprintf(stderr, "Bad input line: %s\n", buffer); in main() 158 fprintf(stderr, "Bad input line: %s\n", buffer); in main() 168 fprintf(stderr, in main() 175 fprintf(stderr, in main() 200 fprintf(stderr, in main() 209 fprintf(stderr, in main() 216 fprintf(stderr, in main() [all …]
|
| H A D | recordmcount.c | 117 fprintf(stderr, "malloc failed: %zu bytes\n", size); in umalloc() 174 fprintf(stderr, "not a regular file: %s\n", fname); in mmap_file() 299 fprintf(stderr, "unrecognized ELF data encoding %d: %s\n", in do_file() 323 fprintf(stderr, "unrecognized ET_REL file %s\n", fname); in do_file() 330 fprintf(stderr, "unrecognized e_machine %d %s\n", in do_file() 360 fprintf(stderr, "unrecognized ELF class %d %s\n", in do_file() 367 fprintf(stderr, in do_file() 385 fprintf(stderr, in do_file() 422 fprintf(stderr, "usage: recordmcount [-w] file.o...\n"); in main() 428 fprintf(stderr, "usage: recordmcount [-w] file.o...\n"); in main() [all …]
|
| H A D | docproc.c | 97 fprintf(stderr, "Usage: docproc {doc|depend} file\n"); in usage() 98 fprintf(stderr, "Input is read from file.tmpl. Output is sent to stdout\n"); in usage() 99 fprintf(stderr, "doc: frontend when generating kernel documentation\n"); in usage() 100 fprintf(stderr, "depend: generate list of files referenced within file\n"); in usage() 101 fprintf(stderr, "Environment variable SRCTREE: absolute path to sources.\n"); in usage() 102 fprintf(stderr, " KBUILD_SRC: absolute path to kernel source tree.\n"); in usage() 125 fprintf(stderr, "exec "); in exec_kernel_doc() 210 fprintf(stderr, "docproc: "); in find_export_symbols() 384 fprintf(stderr, "exec "); in find_all_symbols() 517 fprintf(stderr, "docproc: "); in main() [all …]
|
| H A D | kallsyms.c | 68 …fprintf(stderr, "Usage: kallsyms [--all-symbols] [--symbol-prefix=<prefix char>] < in.map > out.S\… in usage() 111 fprintf(stderr, "Read error or end of file.\n"); in read_symbol() 150 fprintf(stderr, "kallsyms failure: " in read_symbol() 237 fprintf(stderr, "out of memory\n"); in read_map() 336 fprintf(stderr, "kallsyms failure: " in write_src() 542 fprintf(stderr, "No valid symbol.\n"); in optimize_token_table()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | modpost.c | 57 fprintf(stderr, "FATAL: "); in fatal() 60 vfprintf(stderr, fmt, arglist); in fatal() 70 fprintf(stderr, "WARNING: "); in warn() 73 vfprintf(stderr, fmt, arglist); in warn() 81 fprintf(stderr, "ERROR: "); in merror() 84 vfprintf(stderr, fmt, arglist); in merror() 1282 fprintf(stderr, "%s", *s); in print_section_list() 1285 fprintf(stderr, ", "); in print_section_list() 1287 fprintf(stderr, "\n"); in print_section_list() 1333 fprintf(stderr, in report_sec_mismatch() [all …]
|
| H A D | mk_elfconfig.c | 13 fprintf(stderr, "Error: input truncated\n"); in main() 17 fprintf(stderr, "Error: not ELF\n"); in main()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/basic/ |
| H A D | fixdep.c | 129 fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n"); in usage() 289 fprintf(stderr, "fixdep: error opening config file: "); in do_config_file() 327 fprintf(stderr, "fixdep: parse error\n"); in parse_dep_file() 377 fprintf(stderr, "fixdep: error opening depfile: "); in print_deps() 382 fprintf(stderr, "fixdep: error fstat'ing depfile: "); in print_deps() 387 fprintf(stderr,"fixdep: %s is empty\n",depfile); in print_deps() 411 fprintf(stderr, "fixdep: sizeof(int) != 4 or wrong endianess? %#x\n", in traps()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/rt-tester/ |
| H A D | rt-tester.py | 125 sys.stderr.write("File not found %s\n" %(arguments[0])) 193 sys.stderr.write("Test failed in line %d\n" %(linenr)) 210 sys.stderr.write(str(ex)) 211 sys.stderr.write("\nSyntax error in line %d\n" %(linenr))
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/selinux/genheaders/ |
| H A D | genheaders.c | 32 fprintf(stderr, "%s: out of memory\n", progname); in stoupperx() 56 fprintf(stderr, "Could not open %s for writing: %s\n", in main() 116 fprintf(stderr, "Could not open %s for writing: %s\n", in main()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | stdio.h | 153 #define stderr __stderr() macro 178 #define stderr (_REENT->_stderr) macro 182 #define stderr (_impure_ptr->_stderr) macro
|