Home | History | Annotate | Download | only in gendict

Lines Matching full:outfilename

64 static void install_watchdog(const char *toolName, const char *outFileName) {
66 wOutname=outFileName;
299 const char *outFileName = argv[2];
304 install_watchdog(progName, outFileName);
335 sprintf(msg, "gendict writes dummy %s because of UCONFIG_NO_BREAK_ITERATION and/or UCONFIG_NO_FILE_IO, see uconfig.h", outFileName);
339 pData = udata_create(outDir, NULL, outFileName, &dataInfo, NULL, &tempstatus);
451 UNewDataMemory *pData = udata_create(NULL, NULL, outFileName, &dataInfo, copyright, status);
453 fprintf(stderr, "gendict: could not open output file \"%s\", \"%s\"\n", outFileName, status.errorName());
481 fprintf(stderr, "Error writing to output file \"%s\"\n", outFileName);
485 printf("%s: done writing\t%s (%ds).\n", progName, outFileName, elapsedTime());