Searched refs:conf_write_heading (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | confdata.c | 734 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) in conf_write_heading() function 863 conf_write_heading(out, &kconfig_printer_cb, NULL); in conf_write() 1072 conf_write_heading(out, &kconfig_printer_cb, NULL); in conf_write_autoconf() 1073 conf_write_heading(out_h, &header_printer_cb, NULL); in conf_write_autoconf()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | confdata.c | 630 static void conf_write_heading(FILE *fp, const struct comment_style *cs) in conf_write_heading() function 950 conf_write_heading(out, &comment_style_pound); in conf_write() 1175 conf_write_heading(file, comment_style); in __conf_write_autoconf() 1182 /* check possible errors in conf_write_heading() and print_symbol() */ in __conf_write_autoconf()
|
Completed in 4 milliseconds