Lines Matching refs:FILE
20 void (*print_symbol)(FILE *, struct symbol *, const char *, void *);
21 void (*print_comment)(FILE *, const char *, void *);
217 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline()
253 FILE *in = NULL; in conf_read_simple()
488 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
511 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment()
542 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
583 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment()
616 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
629 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
651 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) in conf_write_heading()
672 FILE *out; in conf_write_defconfig()
743 FILE *out; in conf_write()
957 FILE *out, *tristate, *out_h; in conf_write_autoconf()