Symbol: lex_error_message
crypto/heimdal/lib/asn1/asn1parse.c
1785
{ lex_error_message("implicit tagging is not supported"); }
crypto/heimdal/lib/asn1/asn1parse.c
1790
{ lex_error_message("automatic tagging is not supported"); }
crypto/heimdal/lib/asn1/asn1parse.c
1795
{ lex_error_message("no extensibility options supported"); }
crypto/heimdal/lib/asn1/asn1parse.c
1861
lex_error_message("Non-integer used in first part of range");
crypto/heimdal/lib/asn1/asn1parse.c
1863
lex_error_message("Non-integer in second part of range");
crypto/heimdal/lib/asn1/asn1parse.c
1874
lex_error_message("Non-integer in first part of range");
crypto/heimdal/lib/asn1/asn1parse.c
1885
lex_error_message("Non-integer in second part of range");
crypto/heimdal/lib/asn1/asn1parse.c
1896
lex_error_message("Non-integer used in limit");
crypto/heimdal/lib/asn1/asn1parse.c
2098
lex_error_message ("%s is not a type\n", (yyvsp[(1) - (1)].name));
crypto/heimdal/lib/asn1/asn1parse.c
2156
lex_error_message("Non-OID used in ENCODED BY constraint");
crypto/heimdal/lib/asn1/asn1parse.c
2167
lex_error_message("Non-OID used in ENCODED BY constraint");
crypto/heimdal/lib/asn1/asn1parse.c
2472
lex_error_message("%s is not an object identifier\n",
crypto/heimdal/lib/asn1/asn1parse.c
2492
lex_error_message ("%s is not a value\n",
crypto/heimdal/lib/asn1/asn1parse.c
2772
lex_error_message ("%s\n", s);
crypto/heimdal/lib/asn1/asn1parse.y
248
{ lex_error_message("implicit tagging is not supported"); }
crypto/heimdal/lib/asn1/asn1parse.y
250
{ lex_error_message("automatic tagging is not supported"); }
crypto/heimdal/lib/asn1/asn1parse.y
255
{ lex_error_message("no extensibility options supported"); }
crypto/heimdal/lib/asn1/asn1parse.y
360
lex_error_message("Non-integer used in first part of range");
crypto/heimdal/lib/asn1/asn1parse.y
362
lex_error_message("Non-integer in second part of range");
crypto/heimdal/lib/asn1/asn1parse.y
370
lex_error_message("Non-integer in first part of range");
crypto/heimdal/lib/asn1/asn1parse.y
378
lex_error_message("Non-integer in second part of range");
crypto/heimdal/lib/asn1/asn1parse.y
386
lex_error_message("Non-integer used in limit");
crypto/heimdal/lib/asn1/asn1parse.y
557
lex_error_message ("%s is not a type\n", $1);
crypto/heimdal/lib/asn1/asn1parse.y
613
lex_error_message("Non-OID used in ENCODED BY constraint");
crypto/heimdal/lib/asn1/asn1parse.y
621
lex_error_message("Non-OID used in ENCODED BY constraint");
crypto/heimdal/lib/asn1/asn1parse.y
858
lex_error_message("%s is not an object identifier\n",
crypto/heimdal/lib/asn1/asn1parse.y
891
lex_error_message ("%s is not a value\n",
crypto/heimdal/lib/asn1/asn1parse.y
949
lex_error_message ("%s\n", s);
crypto/heimdal/lib/asn1/gen_decode.c
146
lex_error_message("%s is imported or still undefined, "
crypto/heimdal/lib/asn1/lex.c
1659
lex_error_message("malformed constant (%s)", yytext);
crypto/heimdal/lib/asn1/lex.c
1696
{ lex_error_message("Ignoring char(%c)\n", *yytext); }
crypto/heimdal/lib/asn1/lex.c
2727
lex_error_message("unterminated %s, possibly started on line %d\n", type, start_lineno);
crypto/heimdal/lib/asn1/lex.h
38
void lex_error_message (const char *, ...)
crypto/heimdal/lib/asn1/symbol.c
96
lex_error_message("%s is still undefined\n", s->name);