Home | History | Annotate | Download | only in videomode

Lines Matching refs:printf

42 	printf("/*\t$NetBSD" "$\t*/\n\n") > dfile
43 printf("/*\n") > dfile
44 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
46 printf(" *\n") > dfile
47 printf(" * generated from:\n") > dfile
48 printf(" *\t%s\n", VERSION) > dfile
49 printf(" */\n") > dfile
51 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
52 printf("/*\n") > hfile
53 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
55 printf(" *\n") > hfile
56 printf(" * generated from:\n") > hfile
57 printf(" *\t%s\n", VERSION) > hfile
58 printf(" */\n") > hfile
70 printf("#define\tEDID_VENDOR_%s\t\"", vendors[nvendors, 1]) > hfile
76 printf("(") > hfile
82 printf("%s", $f) > hfile
87 printf("%s", vendors[nvendors, i]) > hfile
89 printf(" ") > hfile
93 printf(")") > hfile
94 printf("\"") > hfile
95 printf("\n") > hfile
106 printf("#define\tEDID_PRODUCT_%s_%s\t%s", products[nproducts, 1],
113 printf("\t\t/* ") > hfile
118 printf("(") > hfile
124 printf("%s", $f) > hfile
126 printf(" ") > hfile
131 printf("%s", products[nproducts, i]) > hfile
133 printf(" ") > hfile
137 printf(")") > hfile
139 printf(" */") > hfile
140 printf("\n") > hfile
155 printf("\n") > dfile
156 printf("const struct edid_vendor edid_vendors[] = {\n") > dfile
159 printf("\t{") > dfile
160 printf(" \"%s\", EDID_VENDOR_%s", vendors[i, 1], \
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
172 printf("\t \"%s\", EDID_PRODUCT_%s_%s,\n", \
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