Lines Matching refs:FILE
167 void (*print_symbol)(FILE *, struct symbol *, const char *, void *);
168 void (*print_comment)(FILE *, const char *, void *);
316 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline()
352 FILE *in = NULL; in conf_read_simple()
591 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
614 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment()
645 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
686 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment()
719 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
732 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
753 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) in conf_write_heading()
774 FILE *out; in conf_write_defconfig()
845 FILE *out; in conf_write()
962 FILE *out; in conf_write_dep()
1065 FILE *out, *tristate, *out_h; in conf_write_autoconf()