/openbmc/linux/scripts/kconfig/ |
H A D | parser.y | 573 fputs("\\\"", out); in print_quoted_string() 576 fputs(str, out); in print_quoted_string() 591 fputs(" bool\n", out); in print_symbol() 594 fputs(" tristate\n", out); in print_symbol() 597 fputs(" string\n", out); in print_symbol() 600 fputs(" integer\n", out); in print_symbol() 603 fputs(" hex\n", out); in print_symbol() 606 fputs(" ???\n", out); in print_symbol() 614 fputs(" prompt ", out); in print_symbol() 617 fputs(" if ", out); in print_symbol() [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | zconf.y | 636 fputs("\\\"", out); in print_quoted_string() 639 fputs(str, out); in print_quoted_string() 654 fputs(" bool\n", out); in print_symbol() 657 fputs(" tristate\n", out); in print_symbol() 660 fputs(" string\n", out); in print_symbol() 663 fputs(" integer\n", out); in print_symbol() 666 fputs(" hex\n", out); in print_symbol() 669 fputs(" ???\n", out); in print_symbol() 677 fputs(" prompt ", out); in print_symbol() 680 fputs(" if ", out); in print_symbol() [all …]
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 839 fputs("#include \"qemu/osdep.h\"\n", output_file); 840 fputs("#include \"qemu/log.h\"\n", output_file); 841 fputs("#include \"cpu.h\"\n", output_file); 842 fputs("#include \"internal.h\"\n", output_file); 843 fputs("#include \"tcg/tcg.h\"\n", output_file); 844 fputs("#include \"tcg/tcg-op.h\"\n", output_file); 845 fputs("#include \"exec/helper-gen.h\"\n", output_file); 846 fputs("#include \"insn.h\"\n", output_file); 847 fputs("#include \"opcodes.h\"\n", output_file); 848 fputs("#include \"translate.h\"\n", output_file); [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | json_writer.c | 33 fputs(" ", self->out); in jsonw_indent() 63 fputs("\\t", self->out); in jsonw_puts() 66 fputs("\\n", self->out); in jsonw_puts() 69 fputs("\\r", self->out); in jsonw_puts() 72 fputs("\\f", self->out); in jsonw_puts() 75 fputs("\\b", self->out); in jsonw_puts() 78 fputs("\\\\", self->out); in jsonw_puts() 81 fputs("\\\"", self->out); in jsonw_puts() 108 fputs("\n", self->out); in jsonw_destroy()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | json_writer.c | 33 fputs(" ", self->out); in jsonw_indent() 63 fputs("\\t", self->out); in jsonw_puts() 66 fputs("\\n", self->out); in jsonw_puts() 69 fputs("\\r", self->out); in jsonw_puts() 72 fputs("\\f", self->out); in jsonw_puts() 75 fputs("\\b", self->out); in jsonw_puts() 78 fputs("\\\\", self->out); in jsonw_puts() 81 fputs("\\\"", self->out); in jsonw_puts() 108 fputs("\n", self->out); in jsonw_destroy()
|
/openbmc/linux/drivers/zorro/ |
H A D | gen-devlist.c | 70 fputs("\")\n", devf); in main() 81 fputs("ENDMANUF()\n\n", devf); in main() 91 fputs("\")\n", devf); in main() 99 fputs("ENDMANUF()\n\ in main()
|
/openbmc/linux/tools/perf/util/ |
H A D | data-convert-json.c | 49 case '"': fputs("\\\"", out); break; in output_json_string() 50 case '\\': fputs("\\\\", out); break; in output_json_string() 51 case '\b': fputs("\\b", out); break; in output_json_string() 52 case '\f': fputs("\\f", out); break; in output_json_string() 53 case '\n': fputs("\\n", out); break; in output_json_string() 54 case '\r': fputs("\\r", out); break; in output_json_string() 55 case '\t': fputs("\\t", out); break; in output_json_string() 102 fputs(": ", out); in output_json_key_string() 115 fputs(": ", out); in output_json_key_format()
|
H A D | color.c | 110 if (p != buf && (fputs(color, fp) < 0 || in color_fwrite_lines() 112 fputs(PERF_COLOR_RESET, fp) < 0)) in color_fwrite_lines()
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget_printer.rst | 182 fputs("\n", stderr); 183 fputs("Usage: prn_example -[options]\n", stderr); 184 fputs("Options:\n", stderr); 185 fputs("\n", stderr); 186 fputs("-get_status Get the current printer status.\n", stderr); 187 fputs("-selected Set the selected status to selected.\n", stderr); 188 fputs("-not_selected Set the selected status to NOT selected.\n", 190 fputs("-error Set the error status to error.\n", stderr); 191 fputs("-no_error Set the error status to NO error.\n", stderr); 192 fputs("-paper_out Set the paper status to paper out.\n", stderr); [all …]
|
/openbmc/linux/drivers/video/logo/ |
H A D | pnmtologo.c | 235 fputs("/*\n", out); in write_header() 236 fputs(" * DO NOT EDIT THIS FILE!\n", out); in write_header() 237 fputs(" *\n", out); in write_header() 239 fputs(" */\n\n", out); in write_header() 240 fputs("#include <linux/linux_logo.h>\n\n", out); in write_header() 247 fputs("\n};\n\n", out); in write_footer() 257 fputs("};\n\n", out); in write_footer() 375 fputs("\n};\n\n", out); in write_logo_clut224()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | assert.c | 49 fputs(" (stack trace empty)\n", stderr); in test_dump_stack() 85 fputs(" ", stderr); in test_assert() 87 fputs("\n", stderr); in test_assert()
|
/openbmc/phosphor-state-manager/test/ |
H A D | systemd_parser.cpp | 44 std::fputs(defaultData1.dump().c_str(), tmpf); in TEST() 48 std::fputs(defaultData2.dump().c_str(), tmpf); in TEST() 88 std::fputs(invalidDataError.dump().c_str(), tmpf); in TEST() 103 std::fputs(R"({"targets":{"missing closing quote}})", tmpf); in TEST()
|
/openbmc/linux/scripts/genksyms/ |
H A D | genksyms.c | 307 fputs("extern ", debugfile); in __add_symbol() 309 fputs(">\n", debugfile); in __add_symbol() 505 fputs(list->string, f); in print_node() 515 fputs("(nil)", f); in print_list() 688 fputs(">\n", debugfile); in export_symbol() 727 fputs("Usage:\n" "genksyms [-adDTwqhVR] > /path/to/.tmp_obj.ver\n" "\n" in genksyms_usage() 789 fputs("genksyms version 2.5.60\n", stderr); in main() 843 fputs("override ", dumpfile); in main() 848 fputs(sym->name, dumpfile); in main() 851 fputs("extern ", dumpfile); in main()
|
/openbmc/u-boot/include/ |
H A D | stdio.h | 50 #define eputs(s) fputs(stderr, s) 54 void fputs(int file, const char *s);
|
/openbmc/qemu/tests/tcg/ppc64/ |
H A D | vsx_f2i_nan.c | 213 fputs("FAIL: Conversion of " #SRC_T " vector to " #DEST_T \ in DEFINE_VSX_ALL_EQ_FUNC() 215 fputs("Source values: ", stdout); \ in DEFINE_VSX_ALL_EQ_FUNC() 217 fputs("\nExpected result: ", stdout); \ in DEFINE_VSX_ALL_EQ_FUNC() 219 fputs("\nActual result: ", stdout); \ in DEFINE_VSX_ALL_EQ_FUNC() 221 fputs("\n\n", stdout); \ in DEFINE_VSX_ALL_EQ_FUNC()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | add-riscv-support.patch | 25 fputs (",AArch64", stdout); 28 + fputs (",soft-float", stdout); 31 + fputs (",double-float", stdout);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/ |
H A D | 0002-yasm-Use-BUILD_DATE-for-reproducibility.patch | 31 fputs("/* Generated by re2c 0.9.1-C on ", o); 37 fputs(" */\n", o); oline+=2;
|
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
H A D | fix-security-format.patch | 30 + fputs(text[i],stdout); 39 + fputs(cryptnote[i],stdout);
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | hwtstamp_config.c | 80 fputs("Usage: hwtstamp_config if_name [tx_type rx_filter]\n" in usage() 84 fputs("rx_filter is any of (case-insensitive):\n", stderr); in usage()
|
/openbmc/u-boot/tools/gdb/ |
H A D | remote.c | 55 #define fputs_unfiltered fputs 56 #define fputs_filtered fputs 65 #define fputstr_unfiltered(a,b,c) fputs((a), (c))
|
/openbmc/linux/tools/usb/ |
H A D | testusb.c | 473 fputs ("USB device files are missing\n", stderr); in main() 480 fputs ("ftw failed; are USB device files missing?\n", stderr); in main() 486 fputs ("no test devices recognized\n", stderr); in main()
|
/openbmc/qemu/qga/vss-win32/ |
H A D | vss-debug.cpp | 38 fputs(full_string, stderr); in qga_debug_internal()
|
/openbmc/libmctp/ |
H A D | log.c | 43 fputs("\n", stderr); in mctp_prlog()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 77 fputs(USAGE_HEADER, stdout); 81 fputs(USAGE_SEPARATOR, stdout); 85 fputs(USAGE_OPTIONS, stdout); 99 fputs(USAGE_SEPARATOR, stdout);
|
/openbmc/linux/usr/ |
H A D | gen_init_cpio.c | 41 fputs(name, stdout); in push_string() 59 fputs(name, stdout); in push_rest() 73 fputs(s, stdout); in push_hdr()
|