Home | History | Annotate | Download | only in pkgdata

Lines Matching refs:stderr

283             fprintf(stderr,
287 fprintf(stderr, "Run '%s --help' for help.\n", progname);
295 fprintf(stderr, " required parameter is missing: -O is required for static and shared builds.\n");
296 fprintf(stderr, "Run '%s --help' for help.\n", progname);
308 fprintf(stderr, " required parameter -p is missing \n");
309 fprintf(stderr, "Run '%s --help' for help.\n", progname);
314 fprintf(stderr,
322 fprintf(stderr,
329 fprintf(stderr, "\n options:\n");
331 fprintf(stderr, "%-5s -%c %s%-10s %s\n",
339 fprintf(stderr, "modes: (-m option)\n");
341 fprintf(stderr, " %-9s ", modes[i].name);
343 fprintf(stderr, "/ %-9s", modes[i].alt_name);
345 fprintf(stderr, " ");
347 fprintf(stderr, " %s\n", modes[i].desc);
445 fprintf(stderr, "error loading input file lists: %s\n", u_errorName(status));
574 fprintf(stderr,"Error writing package dat file.\n");
586 fprintf(stderr, "Unable to remove old dat file: %s\n", targetFileNamePath);
598 fprintf(stderr, "Unable to move dat file (%s) to target location (%s).\n", datFileNamePath, targetFileNamePath);
676 fprintf(stderr, "Error generating assembly code for data.\n");
688 fprintf(stderr,"Assembly type \"%s\" is unknown.\n", genccodeAssembly);
706 fprintf(stderr, "Error generating package data.\n");
718 fprintf(stderr, "Error creating data archive library file.\n");
725 fprintf(stderr, "Error creating symbolic links of the data library file.\n");
740 fprintf(stderr, "Error installing the data library.\n");
770 fprintf(stderr,"Error allocating memory for pkgDataFlags.\n");
775 fprintf(stderr,"Error allocating memory for pkgDataFlags.\n");
796 fprintf(stderr,"Unable to open or read \"%s\" option file. status = %s\n", o->options, u_errorName(status));
990 fprintf(stderr, "Error creating installation directory: %s\n", installDir);
1002 fprintf(stderr, "Failed to install data file with command: %s\n", cmd);
1022 fprintf(stderr, "Error creating installation directory: %s\n", installDir);
1043 fprintf(stderr, "Failed to install data file with command: %s\n", cmd);
1048 fprintf(stderr, "Failed to read line from file: %s\n", fileListName);
1057 fprintf(stderr, "Unable to open list file: %s\n", fileListName);
1063 fprintf(stderr, "Failed to install data file with command: %s\n", cmd);
1145 fprintf(stderr, "Unable to allocate memory for command.\n");
1282 fprintf(stderr, "Unable to remove old icudtall file: %s\n", icudtAll);
1295 fprintf(stderr, "Unable to allocate memory for cmd.\n");
1298 fprintf(stderr, "Unable to allocate memory for buffer.\n");
1377 fprintf(stderr, "Unable to remove c code file: %s\n", gencmnFile);
1580 fprintf(stderr,"Unable to create map file: %s.\n", mapFile);
1647 fprintf(stderr, "Error opening <%s>.\n", l->str);
1655 fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax);
1688 fprintf(stderr, "%s:%d - missing trailing double quote (\")\n",
1695 fprintf(stderr, "%s:%d - malformed quoted line at position %d, expected ' ' got '%c'\n",
1717 fprintf(stderr, "pkgdata: Error: absolute path encountered. Old style paths are not supported. Use relative paths such as 'fur.res' or 'translit%cfur.res'.\n\tBad path: '%s'\n", U_FILE_SEP_CHAR, s);
1762 fprintf(stderr, "%s: icu-config: No icu-config found. (fix PATH or use -O option)\n", progname);
1772 fprintf(stderr,"%s: icu-config: Could not read from icu-config. (fix PATH or use -O option)\n", progname);
1791 fprintf(stderr, "%s: icu-config: invalid response from icu-config (fix PATH or use -O option)\n", progname);