Lines Matching full:stderr
186 fprintf(stderr, "icupkg: \"%s\" is not recognized as a package filename (must end with .dat)\n",
192 fprintf(stderr, "icupkg: the package name \"%s\" is too long (>=%ld)\n",
258 fprintf(stderr, "pathname too long: \"%s\"\n", path);
274 fprintf(stderr, "path/filename too long: \"%s%s\"\n", filename, name);
297 fprintf(stderr, "icupkg: unable to create tree directory \"%s\"\n", filename);
318 fprintf(stderr, "icupkg: unable to open input file \"%s\"\n", filename);
325 fprintf(stderr, "icupkg: empty input file \"%s\"\n", filename);
335 fprintf(stderr, "icupkg: malloc error allocating %d bytes.\n", (int)length);
341 fprintf(stderr, "icupkg: error reading \"%s\"\n", filename);
358 fprintf(stderr, "icupkg: not an ICU data file: \"%s\"\n", filename);
363 fprintf(stderr, "U_INVALID_FORMAT_ERROR occurred but UCONFIG_NO_LEGACY_CONVERSION is on so this is expected.\n");
463 fprintf(stderr, "icupkg: udata_openSwapper(\"%s\") failed - %s\n",
469 ds->printErrorContext=stderr;
489 fprintf(stderr, "icupkg: data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as an ICU .dat package\n",
520 fprintf(stderr, "icupkg: too few bytes (%ld after header) for a .dat package\n",
532 fprintf(stderr, "icupkg: too many items, maximum is %d\n", itemMax);
546 fprintf(stderr, "icupkg: total length of item name strings too long\n");
553 fprintf(stderr, "icupkg failed to swap the input .dat package item name strings\n");
595 fprintf(stderr, "icupkg: input .dat item name \"%s\" does not start with \"%s\"\n",
609 fprintf(stderr, "icupkg: not an ICU data file: item \"%s\" in \"%s\"\n", items[i-1].name, filename);
622 fprintf(stderr, "icupkg: not an ICU data file: item \"%s\" in \"%s\"\n", items[i-1].name, filename);
666 fprintf(stderr, "icupkg: comment too long\n");
692 fprintf(stderr, "icupkg: udata_openSwapper() failed - %s\n", u_errorName(errorCode));
698 ds[i]->printErrorContext=stderr;
707 fprintf(stderr, "icupkg: unable to create file \"%s\"\n", filename);
715 fprintf(stderr, "icupkg: udata_swapDataHeader(local to out) failed - %s\n", u_errorName(errorCode));
721 fprintf(stderr, "icupkg: unable to write complete header to file \"%s\"\n", filename);
732 fprintf(stderr, "icupkg: swapInvChars(output package name) failed - %s\n", u_errorName(errorCode));
739 fprintf(stderr, "icupkg: swapInvChars(item names) failed - %s\n", u_errorName(errorCode));
770 fprintf(stderr, "icupkg: swapArray32(item count) failed - %s\n", u_errorName(errorCode));
776 fprintf(stderr, "icupkg: unable to write complete item count to file \"%s\"\n", filename);
788 fprintf(stderr, "icupkg: swapArray32(item entry %ld) failed - %s\n", (long)i, u_errorName(errorCode));
794 fprintf(stderr, "icupkg: unable to write complete item entry %ld to file \"%s\"\n", (long)i, filename);
808 fprintf(stderr, "icupkg: unable to write complete item names to file \"%s\"\n", filename);
822 fprintf(stderr, "icupkg: udata_swap(item %ld) failed - %s\n", (long)i, u_errorName(errorCode));
828 fprintf(stderr, "icupkg: unable to write complete item %ld to file \"%s\"\n", (long)i, filename);
834 fprintf(stderr, "icupkg: unable to write complete file \"%s\"\n", filename);
906 fprintf(stderr, "icupkg: syntax error (more than one '*') in item pattern \"%s\"\n", pattern);
1097 fprintf(stderr, "icupkg: udata_openSwapper(item %ld) failed - %s\n",
1103 ds->printErrorContext=stderr;
1108 fprintf(stderr, "icupkg: udata_swap(item %ld) failed - %s\n", (long)idx, u_errorName(errorCode));
1119 fprintf(stderr, "icupkg: unable to create file \"%s\"\n", filename);
1125 fprintf(stderr, "icupkg: unable to write complete file \"%s\"\n", filename);
1175 fprintf(stderr, "Item %s depends on missing item %s\n", itemName, targetName);
1210 fprintf(stderr, "icupkg: string storage overflow\n");
1226 fprintf(stderr, "icupkg: sorting item names failed - %s\n", u_errorName(errorCode));
1239 fprintf(stderr, "icupkg: Out of memory trying to allocate %ld bytes for %d items\n", max*sizeof(items[0]), max);