Lines Matching refs:fprintf
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()
615 fprintf(out, "\n" in conf_write()
803 fprintf(out, "#\n" in conf_write_autoconf()
808 fprintf(tristate, "#\n" in conf_write_autoconf()
811 fprintf(out_h, "/*\n" in conf_write_autoconf()
816 fprintf(out_h, "#ifndef _AUTOCONF_H_\n" in conf_write_autoconf()
835 fprintf(tristate, "%s%s=M\n", in conf_write_autoconf()
837 fprintf(out_h, "#define %s%s_MODULE 1\n", in conf_write_autoconf()
842 fprintf(tristate,"%s%s=Y\n", in conf_write_autoconf()
844 fprintf(out_h, "#define %s%s 1\n", in conf_write_autoconf()
855 fprintf(out_h, "#define %s%s 0x%s\n", in conf_write_autoconf()
861 fprintf(out_h, "#define %s%s %s\n", in conf_write_autoconf()
868 fprintf(out_h, "\n#endif\n"); in conf_write_autoconf()