Home | History | Annotate | Download | only in pkgdata

Lines Matching full:stderr

276             fprintf(stderr,
280 fprintf(stderr, "Run '%s --help' for help.\n", progname);
288 fprintf(stderr, " required parameter is missing: -O is required \n");
289 fprintf(stderr, "Run '%s --help' for help.\n", progname);
301 fprintf(stderr, " required parameter -p is missing \n");
302 fprintf(stderr, "Run '%s --help' for help.\n", progname);
307 fprintf(stderr,
315 fprintf(stderr,
322 fprintf(stderr, "\n options:\n");
324 fprintf(stderr, "%-5s -%c %s%-10s %s\n",
332 fprintf(stderr, "modes: (-m option)\n");
334 fprintf(stderr, " %-9s ", modes[i].name);
336 fprintf(stderr, "/ %-9s", modes[i].alt_name);
338 fprintf(stderr, " ");
340 fprintf(stderr, " %s\n", modes[i].desc);
433 fprintf(stderr, "error loading input file lists: %s\n", u_errorName(status));
491 fprintf(stderr,"Error allocating memory for pkgDataFlags.\n");
496 fprintf(stderr,"Error allocating memory for pkgDataFlags.\n");
503 fprintf(stderr,"Unable to open or read \"%s\" option file.\n", o->options);
534 fprintf(stderr,"Error writing package dat file.\n");
546 fprintf(stderr, "Unable to remove old dat file: %s\n", targetFileNamePath);
554 fprintf(stderr, "Unable to move dat file (%s) to target location (%s).\n", datFileNamePath, targetFileNamePath);
612 fprintf(stderr, "Error generating assembly code for data.\n");
618 fprintf(stderr,"Assembly type \"%s\" is unknown.\n", genccodeAssembly);
633 fprintf(stderr, "Error generating package data.\n");
641 fprintf(stderr, "Error creating data archive library file.\n");
648 fprintf(stderr, "Error creating symbolic links of the data library file.\n");
656 fprintf(stderr, "Error installing the data library.\n");
779 fprintf(stderr, "Error creating installation directory: %s\n", installDir);
800 fprintf(stderr, "Failed to install data file with command: %s\n", cmd);
805 fprintf(stderr, "Failed to read line from file: %s\n", fileListName);
814 fprintf(stderr, "Unable to open list file: %s\n", fileListName);
820 fprintf(stderr, "Failed to install data file with command: %s\n", cmd);
892 fprintf(stderr, "Unable to allocate memory for command.\n");
1016 fprintf(stderr, "Unable to allocate memory for cmd.\n");
1019 fprintf(stderr, "Unable to allocate memory for buffer.\n");
1286 fprintf(stderr,"Unable to create map file: %s.\n", mapFile);
1351 fprintf(stderr, "Error opening <%s>.\n", l->str);
1359 fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax);
1392 fprintf(stderr, "%s:%d - missing trailing double quote (\")\n",
1399 fprintf(stderr, "%s:%d - malformed quoted line at position %d, expected ' ' got '%c'\n",
1421 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);
1447 fprintf(stderr, "%s: icu-config: No icu-config found. (fix PATH or use -O option)\n", progname);
1457 fprintf(stderr,"%s: icu-config: Could not read from icu-config. (fix PATH or use -O option)\n", progname);
1476 fprintf(stderr, "%s: icu-config: invalid response from icu-config (fix PATH or use -O option)\n", progname);