Home | History | Annotate | Download | only in host_src

Lines Matching refs:FILE

3  * File:
13 * you may not use this file except in compliance with the License.
47 /* default file to play if no filename is specified on the command line */
64 * This function plays the file requested by filename
85 /* determine the name of the output file */
98 /* call EAS library to open file */
105 /* prepare to play the file */
122 /* create the output file */
126 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unable to create output file %s\n", waveFilename); */ }
160 /* write it to the wave file */
183 /* close the output file */
188 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Error closing wave file %s\n", waveFilename); */ }
194 /* close the input file */
225 FILE *debugFile;
249 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Unable to create debug file %s\n", &argv[i][2]); */ }
301 * In this case, just play the default MIDI file "test.mid"
308 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Error %d playing file %s\n", playResult, defaultTestFile); */ }
323 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Error %d playing file %s\n", playResult, argv[i]); */ }
339 /* close the debug file */
375 * Changes the file extension of a filename
412 * file used to build this code.
448 /* check it against the header file used to build this code */