| /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 | treesource.c | 72 fprintf(f, "%s: ", m->ref); in write_propval_string() 75 fprintf(f, "\""); in write_propval_string() 82 fprintf(f, "\\a"); in write_propval_string() 85 fprintf(f, "\\b"); in write_propval_string() 88 fprintf(f, "\\t"); in write_propval_string() 91 fprintf(f, "\\n"); in write_propval_string() 94 fprintf(f, "\\v"); in write_propval_string() 97 fprintf(f, "\\f"); in write_propval_string() 100 fprintf(f, "\\r"); in write_propval_string() 103 fprintf(f, "\\\\"); in write_propval_string() [all …]
|
| H A D | flattree.c | 119 fprintf(f, "\t.globl\t%s_%s\n", prefix, label); in emit_label() 120 fprintf(f, "%s_%s:\n", prefix, label); in emit_label() 121 fprintf(f, "_%s_%s:\n", prefix, label); in emit_label() 126 fprintf(f, "\t.globl\t%s\n", label); in emit_offset_label() 127 fprintf(f, "%s\t= . + %d\n", label, offset); in emit_offset_label() 132 fprintf((f), "\t.byte\t((" fmt ") >> 24) & 0xff\n", __VA_ARGS__); \ 133 fprintf((f), "\t.byte\t((" fmt ") >> 16) & 0xff\n", __VA_ARGS__); \ 134 fprintf((f), "\t.byte\t((" fmt ") >> 8) & 0xff\n", __VA_ARGS__); \ 135 fprintf((f), "\t.byte\t(" fmt ") & 0xff\n", __VA_ARGS__); \ 142 fprintf(f, "\t.byte 0x%02x; .byte 0x%02x; .byte 0x%02x; .byte 0x%02x\n", in asm_emit_cell() [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() 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 | srcpos.c | 218 fprintf(stdout, "Error: %s ", srcstr); in srcpos_verror() 220 fprintf(stdout, "\n"); in srcpos_verror() 243 fprintf(stderr, "Warning: %s ", srcstr); in srcpos_warn() 245 fprintf(stderr, "\n"); in srcpos_warn()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/selinux/mdp/ |
| H A D | mdp.c | 73 fprintf(fout, "class %s\n", secclass_map[i].name); in main() 74 fprintf(fout, "\n"); in main() 79 fprintf(fout, "sid %s\n", initial_sid_to_string[i]); in main() 80 fprintf(fout, "\n"); in main() 85 fprintf(fout, "class %s\n", map->name); in main() 86 fprintf(fout, "{\n"); in main() 88 fprintf(fout, "\t%s\n", map->perms[j]); in main() 89 fprintf(fout, "}\n\n"); in main() 91 fprintf(fout, "\n"); in main() 100 fprintf(fout, "type base_t;\n"); in main() [all …]
|
| /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() 72 fprintf(fout, "/* This file is automatically generated. Do not edit. */\n"); in main() 73 fprintf(fout, "#ifndef _SELINUX_FLASK_H_\n#define _SELINUX_FLASK_H_\n\n"); in main() 77 fprintf(fout, "#define SECCLASS_%s", map->name); in main() 79 fprintf(fout, " "); in main() 80 fprintf(fout, "%2d\n", i+1); in main() 83 fprintf(fout, "\n"); in main() 87 fprintf(fout, "#define SECINITSID_%s", s); in main() 89 fprintf(fout, " "); in main() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | confdata.c | 34 fprintf(stderr, "%s:%d:warning: ", conf_filename, conf_lineno); in conf_warning() 36 fprintf(stderr, "\n"); in conf_warning() 426 fprintf(out, "#define %s%s \"", CONFIG_, name); in conf_write_string() 428 fprintf(out, "%s%s=\"", CONFIG_, name); in conf_write_string() 438 fprintf(out, "\\%c", *str++); in conf_write_string() 453 fprintf(out, "# %s%s is not set\n", in conf_write_symbol() 457 fprintf(out, "%s%s=m\n", CONFIG_, sym->name); in conf_write_symbol() 460 fprintf(out, "%s%s=y\n", CONFIG_, sym->name); in conf_write_symbol() 470 fprintf(out, "%s%s=%s\n", CONFIG_, sym->name, str); in conf_write_symbol() 599 fprintf(out, _("#\n" in conf_write() [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() 576 fprintf(stderr, "\n"); in zconfprint() 584 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno()); 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() 607 fprintf(out, "%.*s", len, str); in print_quoted_string() 621 fprintf(out, "\nchoice\n"); in print_symbol() 623 fprintf(out, "\nconfig %s\n", sym->name); in print_symbol() [all …]
|
| H A D | util.c | 45 fprintf(out, "deps_config := \\\n"); in file_write_dep() 48 fprintf(out, "\t%s \\\n", file->name); in file_write_dep() 50 fprintf(out, "\t%s\n", file->name); in file_write_dep() 52 fprintf(out, "\n%s: \\\n" in file_write_dep() 66 fprintf(out, "ifneq \"$(%s)\" \"%s\"\n", env_sym->name, value); in file_write_dep() 67 fprintf(out, "%s: FORCE\n", conf_get_autoconfig_name()); in file_write_dep() 68 fprintf(out, "endif\n"); in file_write_dep() 71 fprintf(out, "\n$(deps_config): ;\n"); in file_write_dep()
|
| H A D | zconf.tab.c | 870 fprintf (File, "%d.%d-%d.%d", \ 892 # define YYFPRINTF fprintf 1308 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1318 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1328 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 2314 fprintf(stderr, "%s:%d: location of the '%s'\n", in zconf_endtoken() 2327 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno()); in zconfprint() 2331 fprintf(stderr, "\n"); in zconfprint() 2339 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno()); in zconf_error() 2343 fprintf(stderr, "\n"); in zconf_error() [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 | symbol.c | 357 fprintf(stderr, "warning: ("); in sym_calc_value() 359 fprintf(stderr, ") selects %s which has unmet direct dependencies (", 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() 1024 fprintf(stderr, "%s:%d:\tsymbol %s is part of choice %s\n", in sym_check_print_recursive() 1029 fprintf(stderr, "%s:%d:\tsymbol %s is selected by %s\n", in sym_check_print_recursive()
|
| H A D | zconf.tab.c_shipped | 870 fprintf (File, "%d.%d-%d.%d", \ 892 # define YYFPRINTF fprintf 1308 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1318 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1328 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 2314 fprintf(stderr, "%s:%d: location of the '%s'\n", 2327 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno()); 2331 fprintf(stderr, "\n"); 2339 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno()); 2343 fprintf(stderr, "\n"); [all …]
|
| 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 | menu.c | 25 fprintf(stderr, "%s:%d:warning: ", menu->file->name, menu->lineno); in menu_warn() 27 fprintf(stderr, "\n"); in menu_warn() 35 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno); in prop_warn() 37 fprintf(stderr, "\n"); in prop_warn()
|
| /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() 306 fprintf(debugfile, "Defn for %s %s == <", in __add_symbol() 309 fprintf(debugfile, "Defn for type%d %s == <", 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() 570 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym() 581 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym() 612 fprintf(debugfile, "%s %s ", in expand_and_crc_sym() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | pnmtologo.c | 235 fprintf(out, " * It was automatically generated from %s\n", filename); in write_header() 237 fprintf(out, " * Linux logo %s\n", logoname); in write_header() 240 fprintf(out, "static unsigned char %s_data[] __initdata = {\n", in write_header() 247 fprintf(out, "const struct linux_logo %s __initconst = {\n", logoname); in write_footer() 248 fprintf(out, "\t.type\t\t= %s,\n", logo_types[logo_type]); in write_footer() 249 fprintf(out, "\t.width\t\t= %d,\n", logo_width); in write_footer() 250 fprintf(out, "\t.height\t\t= %d,\n", logo_height); in write_footer() 252 fprintf(out, "\t.clutsize\t= %d,\n", logo_clutsize); in write_footer() 253 fprintf(out, "\t.clut\t\t= %s_clut,\n", logoname); in write_footer() 255 fprintf(out, "\t.data\t\t= %s_data\n", logoname); in write_footer() [all …]
|
| 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/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/mod/ |
| H A D | modpost.c | 57 fprintf(stderr, "FATAL: "); in fatal() 70 fprintf(stderr, "WARNING: "); in warn() 81 fprintf(stderr, "ERROR: "); 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() 1346 fprintf(stderr, in report_sec_mismatch() 1359 fprintf(stderr, in report_sec_mismatch() 1368 fprintf(stderr, in report_sec_mismatch() [all …]
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | zutil.h | 331 # define Trace(x) {if (z_verbose>=0) fprintf x ;} 332 # define Tracev(x) {if (z_verbose>0) fprintf x ;} 333 # define Tracevv(x) {if (z_verbose>1) fprintf x ;} 334 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} 335 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
|