Lines Matching refs:stderr

538 			fprintf(stderr, "%s:%u: Unknown character in grammar: '%c'\n",  in tokenise()
589 fprintf(stderr, "Format: %s [-v] [-d] <grammar-file> <c-file> <hdr-file>\n", in main()
625 fprintf(stderr, "%s: Short read\n", filename); in main()
762 fprintf(stderr, "%s: No defined types\n", filename); in build_type_list()
827 fprintf(stderr, "%s:%d: Parse error at token '%s'\n", in parse()
895 fprintf(stderr, "%s:%d: Unrecognised tag class token '%s'\n", in parse_type()
903 fprintf(stderr, "%s:%d: Missing tag number '%s'\n", in parse_type()
918 fprintf(stderr, "%s:%d: Missing closing square bracket '%s'\n", in parse_type()
1019 fprintf(stderr, "%s:%d: Type '%s' undefined\n", in parse_type()
1069 fprintf(stderr, "%s:%d: Token '%s' does not introduce a type\n", in parse_type()
1087 fprintf(stderr, "%s:%d: Token '%s' is not an action function name\n", in parse_type()
1128 fprintf(stderr, "%s:%d: Missing close action, got '%s'\n", in parse_type()
1139 fprintf(stderr, "%s:%d: Unexpected token '%s'\n", in parse_type()
1144 fprintf(stderr, "%s: Unexpectedly hit EOF\n", filename); in parse_type()
1158 fprintf(stderr, "%s:%d: Expected compound to start with brace not '%s'\n", in parse_compound()
1167 fprintf(stderr, "%s:%d: Empty compound\n", in parse_compound()
1200 fprintf(stderr, "%s:%d: Expected compound closure, got '%s'\n", in parse_compound()
1210 fprintf(stderr, "%s: Unexpectedly hit EOF\n", filename); in parse_compound()
1597 fprintf(stderr, "The ASN.1 SET type is not currently supported.\n"); in render_element()