Lines Matching refs:output_name
49 char *input_name = NULL, *output_name = NULL;
123 output_name = argv[0] + 2;
129 output_name = argv[0];
172 if (output_name) {
173 output = FontFileOpenWrite(output_name);
176 program_name, output_name);
184 program_name, output_name ? output_name : "<stdout>");
185 if (output_name)
186 remove(output_name);