Home
last modified time | relevance | path

Searched refs:out_h (Results 1 – 1 of 1) sorted by relevance

/xen/xen/tools/kconfig/
A Dconfdata.c1065 FILE *out, *tristate, *out_h; in conf_write_autoconf() local
1086 out_h = fopen(".tmpconfig.h", "w"); in conf_write_autoconf()
1087 if (!out_h) { in conf_write_autoconf()
1097 conf_write_heading(out_h, &header_printer_cb, NULL); in conf_write_autoconf()
1109 conf_write_symbol(out_h, sym, &header_printer_cb, NULL); in conf_write_autoconf()
1113 fclose(out_h); in conf_write_autoconf()

Completed in 5 milliseconds