Home | History | Annotate | Download | only in tc

Lines Matching refs:hfile

35 	hfile="tcdevs.h"
51 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
52 printf("/*\n") > hfile
54 > hfile
55 printf(" *\n") > hfile
56 printf(" * generated from:\n") > hfile
57 printf(" *\t%s\n", VERSION) > hfile
58 printf(" */\n") > hfile
71 printf("\n") > hfile
73 devices[ndevices, 2]) > hfile
75 printf("#define\tTC_DESCRIPTION_%s\t\"", devices[ndevices, 1]) > hfile
87 printf("(") > hfile
93 printf("%s", $f) > hfile
95 printf(" ") > hfile
100 printf("%s", devices[ndevices, i]) > hfile
102 printf(" ") > hfile
106 printf(")") > hfile
108 printf("\"") > hfile
109 printf("\n") > hfile
117 print $0 > hfile
141 close(hfile)