Home | History | Annotate | Download | only in dictTest

Lines Matching refs:FILE

7  *  you may not use this file except in compliance with the License.         *
42 void doGetProns(SR_Vocabulary *vocab, LCHAR* phrase, size_t len, FILE* fout)
63 //parses the input file, runs phoneme tests and produces output to be parsed by perl script
64 void doInputTestPhonemes(SR_Vocabulary *vocab, PFile* fin, FILE* fout)
76 //read through the test file parsing it into the variables
125 FILE* fout = stdout;
137 /* Set ANSI file-system as default file-system */
285 if (*outfilename) /* output file */
289 LPRINTF("Could not open file: %s\n",outfilename);
295 if (*wordfile) /* file mode */
299 LPRINTF("Could not open file: %s\n", wordfile);
309 else if (*testfilename) /* test file mode */
313 LPRINTF("Could not open file: %s\n", testfilename);