Lines Matching refs:path
152 * path to convrtrs.txt
154 const char *path;
254 "\t-d or --destdir destination directory, followed by the path\n"
255 "\t-s or --sourcedir source directory, followed by the path\n",
269 path = argv[1];
271 path = "convrtrs.txt";
282 uprv_strcpy(end, path);
283 path = pathBuf;
294 in=T_FileStream_open(path, "r");
296 fprintf(stderr, "gencnval: unable to open input file %s\n", path);
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);
564 path, lineNum, atag);
569 path, lineNum, atag);
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,
656 path, lineNum);
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,
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);
845 path,
948 path,
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);