Lines Matching refs:stderr
514 fprintf(stderr, "%s:%u: Unknown character in grammar: '%c'\n", in tokenise()
552 fprintf(stderr, "Format: %s <grammar-file> <c-file> <hdr-file>\n", in main()
592 fprintf(stderr, "%s: Short read\n", filename); in main()
728 fprintf(stderr, "%s: No defined types\n", filename); in build_type_list()
796 fprintf(stderr, "%s:%d: Parse error at token '%*.*s'\n", in parse()
865 fprintf(stderr, "%s:%d: Unrecognised tag class token '%*.*s'\n", in parse_type()
874 fprintf(stderr, "%s:%d: Missing tag number '%*.*s'\n", in parse_type()
889 fprintf(stderr, "%s:%d: Missing closing square bracket '%*.*s'\n", in parse_type()
991 fprintf(stderr, "%s:%d: Type '%*.*s' undefined\n", in parse_type()
1042 fprintf(stderr, "%s:%d: Token '%*.*s' does not introduce a type\n", in parse_type()
1061 fprintf(stderr, "%s:%d: Token '%*.*s' is not an action function name\n", in parse_type()
1104 fprintf(stderr, "%s:%d: Missing close action, got '%*.*s'\n", in parse_type()
1116 fprintf(stderr, "%s:%d: Unexpected token '%*.*s'\n", in parse_type()
1122 fprintf(stderr, "%s: Unexpectedly hit EOF\n", filename); in parse_type()
1136 fprintf(stderr, "%s:%d: Expected compound to start with brace not '%*.*s'\n", in parse_compound()
1146 fprintf(stderr, "%s:%d: Empty compound\n", in parse_compound()
1179 fprintf(stderr, "%s:%d: Expected compound closure, got '%*.*s'\n", in parse_compound()
1190 fprintf(stderr, "%s: Unexpectedly hit EOF\n", filename); in parse_compound()
1537 fprintf(stderr, "The ASN.1 SET type is not currently supported.\n"); in render_element()