Home | History | Annotate | Download | only in videomode

Lines Matching refs:dfile

34 	dfile="ediddevs_data.h"
42 printf("/*\t$NetBSD" "$\t*/\n\n") > dfile
43 printf("/*\n") > dfile
45 > dfile
46 printf(" *\n") > dfile
47 printf(" * generated from:\n") > dfile
48 printf(" *\t%s\n", VERSION) > dfile
49 printf(" */\n") > dfile
150 print $0 > dfile
155 printf("\n") > dfile
156 printf("const struct edid_vendor edid_vendors[] = {\n") > dfile
159 printf("\t{") > dfile
161 vendors[i, 1]) > dfile
162 printf(" },\n") > dfile
164 printf("};\n") > dfile
165 printf("const int edid_nvendors = %d;\n", nvendors) > dfile
167 printf("\n") > dfile
169 printf("const struct edid_product edid_products[] = {\n") > dfile
171 printf("\t{\n") > dfile
173 products[i, 1], products[i, 1], products[i, 2]) > dfile
174 printf("\t \"") > dfile
179 printf(" ") > dfile
180 printf("%s", products[i, j]) > dfile
184 printf("\",\n") > dfile
185 printf("\t},\n") > dfile
187 printf("};\n") > dfile
188 printf("const int edid_nproducts = %d;\n", nproducts) >dfile
190 close(dfile)