Searched refs:out_h (Results 1 – 3 of 3) sorted by relevance
| /buildroot/support/kconfig/patches/ |
| A D | 14-support-out-of-tree-config.patch | 100 FILE *out, *tristate, *out_h; 135 - out_h = fopen(".tmpconfig.h", "w"); 137 + out_h = fopen(buf, "w"); 138 if (!out_h) {
|
| /buildroot/support/kconfig/ |
| A D | confdata.c | 975 FILE *out, *tristate, *out_h; in conf_write_autoconf() local 1008 out_h = fopen(buf, "w"); in conf_write_autoconf() 1009 if (!out_h) { in conf_write_autoconf() 1019 conf_write_heading(out_h, &header_printer_cb, NULL); in conf_write_autoconf() 1031 conf_write_symbol(out_h, sym, &header_printer_cb, NULL); in conf_write_autoconf() 1035 fclose(out_h); in conf_write_autoconf()
|
| /buildroot/package/qt5/qt5webengine-chromium/ |
| A D | 0001-Add-python3-build-support.patch | 1828 - out_h = sys.stdout 1831 + out_h = getattr(sys.stdout, 'buffer', sys.stdout) 1841 - GeneratePlatformListHeader(out_h, platforms) 1850 + out_h.write(out_h_str.getvalue().encode('utf-8'))
|
Completed in 11 milliseconds