Searched refs:fstFile (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.2.3/build/tools/darch/src/ |
| D | out.c | 47 if( (fidi = open(fstFile, O_BINARY | O_RDONLY)) == -1 ) in makeOutFile() 49 fprintf(stderr, "%s: Cannot open %s\n", progName, fstFile); in makeOutFile()
|
| D | fst.c | 58 strcpy((void*)fstFile, (void*)tmpFilePrefix); in makeTmpFileNames() 59 strcat((void*)fstFile, (void*)"fst"); in makeTmpFileNames() 314 fprintf(stderr, "fst file name is %s\n", fstFile); in createFST() 317 if( (fid = open(fstFile, O_BINARY | O_TRUNC | O_CREAT | O_WRONLY, 0666)) == -1 ) in createFST()
|
| D | darch.c | 61 char fstFile[FILENAME_MAX]; variable
|
| /RvlSDK-3.2.3/build/tools/darch/include/ |
| D | darch.h | 212 extern char fstFile[FILENAME_MAX];
|