Lines Matching refs:FILE
78 void (*print_symbol)(FILE *, struct symbol *, const char *, void *);
79 void (*print_comment)(FILE *, const char *, void *);
249 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline()
285 FILE *in = NULL; in conf_read_simple()
521 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
544 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment()
575 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
616 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment()
649 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
662 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
686 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) in conf_write_heading()
707 FILE *out; in conf_write_defconfig()
778 FILE *out; in conf_write()
879 FILE *out; in conf_write_dep()
1018 FILE *out, *tristate, *out_h; in conf_write_autoconf()