Lines Matching refs:stderr

241         fprintf(stderr,
246 fprintf(stderr,
296 fprintf(stderr, "gencnval: unable to open input file %s\n", path);
306 fprintf(stderr, "gencnval: unable to open output file - error %s\n", u_errorName(errorCode));
316 fprintf(stderr, "gencnval: error finishing output file - %s\n", u_errorName(errorCode));
366 fprintf(stderr, "%s:%d: error: cannot start an alias with a space\n", path, lineNum-1);
370 fprintf(stderr, "%s:%d: error: alias needs to start with a converter name\n", path, lineNum);
380 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
521 fprintf(stderr, "%s:%d: Unterminated tag list\n", path, lineNum);
537 fprintf(stderr, "%s:%d: too many tags\n", path, lineNum);
555 fprintf(stderr, "%s:%d: error: too many tags\n", path, lineNum);
563 fprintf(stderr, "%s:%d: error: Tag \"%s\" is not declared at the beginning of the alias table.\n",
568 fprintf(stderr, "%s:%d: warning: Tag \"%s\" was added to the list of standards because it was not declared at beginning of the alias table.\n",
594 fprintf(stderr, "%s:%d: error: official tags already added\n", path, lineNum);
600 fprintf(stderr, "%s:%d: error: Missing start of tag group\n", path, lineNum);
606 fprintf(stderr, "%s:%d: error: Missing end of tag group\n", path, lineNum);
637 fprintf(stderr, "%s:%d: warning: duplicate alias %s and %s found\n", path,
646 fprintf(stderr, "%s:%d: information: duplicate alias %s and %s found\n", path,
655 fprintf(stderr, "%s:%d: warning: Too many aliases defined for all converters\n",
673 fprintf(stderr, "%s:%d: error: too many standard tags\n", path, lineNum);
677 fprintf(stderr, "%s:%d: error: too many converter names\n", path, lineNum);
683 fprintf(stderr, "%s:%d: error: unmatched } found\n", path,
688 fprintf(stderr, "%s:%d: error: too many aliases for alias %s and converter %s\n", path,
700 fprintf(stderr, "warning(line %d): alias %s contains a \""UCNV_OPTION_SEP_STRING"\". Options are parsed at run-time and do not need to be in the alias table.\n",
705 fprintf(stderr, "warning(line %d): alias %s contains an \""UCNV_VALUE_SEP_STRING"\". Options are parsed at run-time and do not need to be in the alias table.\n",
725 fprintf(stderr, "%s:%d: warning: duplicate aliases %s and %s found for standard %s and converter %s\n", path,
731 fprintf(stderr, "%s:%d: warning: duplicate aliases %s and %s found for standard tag %s between converter %s and converter %s\n", path,
751 fprintf(stderr, "%s:%d: warning: duplicate alias %s found for converter %s and standard tag %s\n", path,
770 fprintf(stderr, "%s:%d: error: Alias %s and %s cannot both be the default alias for standard tag %s and converter %s\n", path,
794 fprintf(stderr, "%s:%d: error: too many converters\n", path, lineNum);
800 fprintf(stderr, "%s:%d: error: duplicate converter %s found!\n", path, lineNum, converter);
844 fprintf(stderr, "%s: warning: alias %s not found\n",
947 fprintf(stderr, "%s: warning: tag %s does not have a default alias for %s\n",
955 fprintf(stderr, "%s: error: Too many alias lists\n", path);
1101 fprintf(stderr, "%s:%d: error: out of memory\n", path, lineNum);
1115 fprintf(stderr, "%s:%d: error: the name %s contains not just invariant characters\n", path, lineNum, p);