Lines Matching refs:stderr
233 fprintf(stderr,
238 fprintf(stderr,
284 fprintf(stderr, "gencnval: unable to open input file %s\n", path);
294 fprintf(stderr, "gencnval: unable to open output file - error %s\n", u_errorName(errorCode));
304 fprintf(stderr, "gencnval: error finishing output file - %s\n", u_errorName(errorCode));
345 fprintf(stderr, "%s:%d: error: cannot start an alias with a space\n", path, lineNum-1);
349 fprintf(stderr, "%s:%d: error: alias needs to start with a converter name\n", path, lineNum);
359 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
500 fprintf(stderr, "%s:%d: Unterminated tag list\n", path, lineNum);
516 fprintf(stderr, "%s:%d: too many tags\n", path, lineNum);
534 fprintf(stderr, "%s:%d: error: too many tags\n", path, lineNum);
542 fprintf(stderr, "%s:%d: error: Tag \"%s\" is not declared at the beginning of the alias table.\n",
547 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",
572 fprintf(stderr, "%s:%d: error: official tags already added\n", path, lineNum);
578 fprintf(stderr, "%s:%d: error: Missing start of tag group\n", path, lineNum);
584 fprintf(stderr, "%s:%d: error: Missing end of tag group\n", path, lineNum);
615 fprintf(stderr, "%s:%d: warning: duplicate alias %s and %s found\n", path,
624 fprintf(stderr, "%s:%d: information: duplicate alias %s and %s found\n", path,
633 fprintf(stderr, "%s:%d: warning: Too many aliases defined for all converters\n",
652 fprintf(stderr, "%s:%d: error: too many standard tags\n", path, lineNum);
656 fprintf(stderr, "%s:%d: error: too many converter names\n", path, lineNum);
662 fprintf(stderr, "%s:%d: error: unmatched } found\n", path,
667 fprintf(stderr, "%s:%d: error: too many aliases for alias %s and converter %s\n", path,
679 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",
684 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",
704 fprintf(stderr, "%s:%d: warning: duplicate aliases %s and %s found for standard %s and converter %s\n", path,
710 fprintf(stderr, "%s:%d: warning: duplicate aliases %s and %s found for standard tag %s between converter %s and converter %s\n", path,
731 fprintf(stderr, "%s:%d: warning: duplicate alias %s found for converter %s and standard tag %s\n", path,
750 fprintf(stderr, "%s:%d: error: Alias %s and %s cannot both be the default alias for standard tag %s and converter %s\n", path,
774 fprintf(stderr, "%s:%d: error: too many converters\n", path, lineNum);
780 fprintf(stderr, "%s:%d: error: duplicate converter %s found!\n", path, lineNum, converter);
824 fprintf(stderr, "%s: warning: alias %s not found\n",
925 fprintf(stderr, "%s: warning: tag %s does not have a default alias for %s\n",
933 fprintf(stderr, "%s: error: Too many alias lists\n", path);
1078 fprintf(stderr, "%s:%d: error: out of memory\n", path, lineNum);
1092 fprintf(stderr, "%s:%d: error: the name %s contains not just invariant characters\n", path, lineNum, p);