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);
340 fprintf(stderr, "icupkg: error reading \"%s\"\n", filename);
357 fprintf(stderr, "icupkg: not an ICU data file: \"%s\"\n", filename);
362 fprintf(stderr, "U_INVALID_FORMAT_ERROR occurred but UCONFIG_NO_LEGACY_CONVERSION is on so this is expected.\n");
462 fprintf(stderr, "icupkg: udata_openSwapper(\"%s\") failed - %s\n",
468 ds->printErrorContext=stderr;
488 fprintf(stderr, "icupkg: data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as an ICU .dat package\n",
519 fprintf(stderr, "icupkg: too few bytes (%ld after header) for a .dat package\n",
531 fprintf(stderr, "icupkg: too many items, maximum is %d\n", itemMax);
545 fprintf(stderr, "icupkg: total length of item name strings too long\n");
552 fprintf(stderr, "icupkg failed to swap the input .dat package item name strings\n");
594 fprintf(stderr, "icupkg: input .dat item name \"%s\" does not start with \"%s\"\n",
608 fprintf(stderr, "icupkg: not an ICU data file: item \"%s\" in \"%s\"\n", items[i-1].name, filename);
621 fprintf(stderr, "icupkg: not an ICU data file: item \"%s\" in \"%s\"\n", items[i-1].name, filename);
665 fprintf(stderr, "icupkg: comment too long\n");
691 fprintf(stderr, "icupkg: udata_openSwapper() failed - %s\n", u_errorName(errorCode));
697 ds[i]->printErrorContext=stderr;
706 fprintf(stderr, "icupkg: unable to create file \"%s\"\n", filename);
714 fprintf(stderr, "icupkg: udata_swapDataHeader(local to out) failed - %s\n", u_errorName(errorCode));
720 fprintf(stderr, "icupkg: unable to write complete header to file \"%s\"\n", filename);
731 fprintf(stderr, "icupkg: swapInvChars(output package name) failed - %s\n", u_errorName(errorCode));
738 fprintf(stderr, "icupkg: swapInvChars(item names) failed - %s\n", u_errorName(errorCode));
769 fprintf(stderr, "icupkg: swapArray32(item count) failed - %s\n", u_errorName(errorCode));
775 fprintf(stderr, "icupkg: unable to write complete item count to file \"%s\"\n", filename);
787 fprintf(stderr, "icupkg: swapArray32(item entry %ld) failed - %s\n", (long)i, u_errorName(errorCode));
793 fprintf(stderr, "icupkg: unable to write complete item entry %ld to file \"%s\"\n", (long)i, filename);
807 fprintf(stderr, "icupkg: unable to write complete item names to file \"%s\"\n", filename);
821 fprintf(stderr, "icupkg: udata_swap(item %ld) failed - %s\n", (long)i, u_errorName(errorCode));
827 fprintf(stderr, "icupkg: unable to write complete item %ld to file \"%s\"\n", (long)i, filename);
833 fprintf(stderr, "icupkg: unable to write complete file \"%s\"\n", filename);
905 fprintf(stderr, "icupkg: syntax error (more than one '*') in item pattern \"%s\"\n", pattern);
1096 fprintf(stderr, "icupkg: udata_openSwapper(item %ld) failed - %s\n",
1102 ds->printErrorContext=stderr;
1107 fprintf(stderr, "icupkg: udata_swap(item %ld) failed - %s\n", (long)idx, u_errorName(errorCode));
1118 fprintf(stderr, "icupkg: unable to create file \"%s\"\n", filename);
1124 fprintf(stderr, "icupkg: unable to write complete file \"%s\"\n", filename);
1174 fprintf(stderr, "Item %s depends on missing item %s\n", itemName, targetName);
1209 fprintf(stderr, "icupkg: string storage overflow\n");
1225 fprintf(stderr, "icupkg: sorting item names failed - %s\n", u_errorName(errorCode));
1238 fprintf(stderr, "icupkg: Out of memory trying to allocate %ld bytes for %d items\n", max*sizeof(items[0]), max);