Home | History | Annotate | Download | only in et

Lines Matching refs:outfile

3 	outfn = outfile
128 print "/*" > outfile
129 print " * " outfn ":" > outfile
130 print " * This file is automatically generated; please do not edit it." > outfile
131 print " */" > outfile
132 print "" > outfile
133 print "#include <et/com_err.h>" > outfile
134 print "" > outfile
144 curr_sign*curr_low > outfile
147 curr_low > outfile
185 print "extern const struct error_table et_" table_name "_error_table;" > outfile
186 print "extern void initialize_" table_name "_error_table(void);" > outfile
187 print "" > outfile
188 print "/* For compatibility with Heimdal */" > outfile
189 print "extern void initialize_" table_name "_error_table_r(struct et_list **list);" > outfile
190 print "" > outfile
194 "L)" > outfile
198 tab_base_low) "L)" > outfile
200 print "" > outfile
201 print "/* for compatibility with older versions... */" > outfile
202 print "#define init_" table_name "_err_tbl initialize_" table_name "_error_table" > outfile
203 print "#define " table_name "_err_base ERROR_TABLE_BASE_" table_name > outfile