Lines Matching refs:hfile
65 hfile= FILENAME ".h"
98 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
99 printf("/*\n") > hfile
101 > hfile
102 printf(" *\n") > hfile
103 printf(" * generated from:\n") > hfile
104 printf(" *\t%s\n", VERSION) > hfile
105 printf(" */\n") > hfile
116 vendors[nvendors, 2]) > hfile
123 printf("\t\t/* ") > hfile
128 printf("(") > hfile
134 printf("%s", $f) > hfile
136 printf(" ") > hfile
154 printf("%s", $f) > hfile
156 printf(" ") > hfile
160 printf(")") > hfile
162 printf(" */") > hfile
163 printf("\n") > hfile
179 products[nproducts, 3]) > hfile
186 printf("\t\t/* ") > hfile
191 printf("(") > hfile
197 printf("%s", $f) > hfile
199 printf(" ") > hfile
217 printf("%s", $f) > hfile
219 printf(" ") > hfile
223 printf(")") > hfile
225 printf(" */") > hfile
226 printf("\n") > hfile
235 collectline(5)) > hfile
243 print $0 > hfile
304 printf("\n") > hfile
305 printf("/* Define format strings for non-existent values */\n") > hfile
306 printf("#define %s_id1_format\t\"%s\"\n", prefix, fmt_vendor) > hfile
307 printf("#define %s_id2_format\t\"%s\"\n", prefix, fmt_product) > hfile
315 close(hfile)