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()
486 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
509 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment()
540 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
581 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment()
614 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
627 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
649 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) in conf_write_heading()
670 FILE *out; in conf_write_defconfig()
741 FILE *out; in conf_write()
956 FILE *out, *tristate, *out_h; in conf_write_autoconf()