Searched refs:conf_write_heading (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | confdata.c | 649 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) in conf_write_heading() function 783 conf_write_heading(out, &kconfig_printer_cb, NULL); in conf_write() 983 conf_write_heading(out, &kconfig_printer_cb, NULL); in conf_write_autoconf() 985 conf_write_heading(tristate, &tristate_printer_cb, NULL); in conf_write_autoconf() 987 conf_write_heading(out_h, &header_printer_cb, NULL); in conf_write_autoconf()
|
/openbmc/linux/scripts/kconfig/ |
H A D | confdata.c | 613 static void conf_write_heading(FILE *fp, const struct comment_style *cs) in conf_write_heading() function 933 conf_write_heading(out, &comment_style_pound); in conf_write() 1158 conf_write_heading(file, comment_style); in __conf_write_autoconf()
|