Lines Matching refs:output
27 output=$1
30 if test -e "$output"; then
31 echo "Output file \"$output\" already exists; refusing to overwrite."
35 echo '#include "xml-builtin.h"' >> "$output"
46 >> "$output"
49 echo >> "$output"
51 echo "extern const char *const xml_builtin[][2] = {" >> "$output"
56 echo " { \"$basename\", $arrayname }," >> "$output"
59 echo " { 0, 0 }" >> "$output"
60 echo "};" >> "$output"