Home | History | Annotate | Download | only in gendict

Lines Matching refs:outFileName

63 static void install_watchdog(const char *toolName, const char *outFileName) {
65 wOutname=outFileName;
301 const char *outFileName = argv[2];
305 install_watchdog(progName, outFileName);
336 sprintf(msg, "gendict writes dummy %s because of UCONFIG_NO_BREAK_ITERATION and/or UCONFIG_NO_FILE_IO, see uconfig.h", outFileName);
340 pData = udata_create(outDir, NULL, outFileName, &dataInfo, NULL, &tempstatus);
442 UNewDataMemory *pData = udata_create(NULL, NULL, outFileName, &dataInfo, copyright, status);
444 fprintf(stderr, "gendict: could not open output file \"%s\", \"%s\"\n", outFileName, status.errorName());
472 fprintf(stderr, "Error writing to output file \"%s\"\n", outFileName);
476 printf("%s: done writing\t%s (%ds).\n", progName, outFileName, elapsedTime());