Home
last modified time | relevance | path

Searched refs:YY_ (Results 1 – 8 of 8) sorted by relevance

/src/crypto/heimdal/lib/com_err/
H A Dparse.c235 #ifndef YY_
239 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
242 # ifndef YY_
243 # define YY_(msgid) msgid macro
603 yyerror (YY_("syntax error: cannot back up")); \
971 YY_("syntax error, unexpected %s"); in yysyntax_error()
972 YY_("syntax error, unexpected %s, expecting %s"); in yysyntax_error()
973 YY_("syntax error, unexpected %s, expecting %s or %s"); in yysyntax_error()
974 YY_("syntax error, unexpected %s, expecting %s or %s or %s"); in yysyntax_error()
975 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); in yysyntax_error()
[all …]
/src/crypto/heimdal/lib/sl/
H A Dslc-gram.c226 #ifndef YY_
230 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
233 # ifndef YY_
234 # define YY_(msgid) msgid macro
577 yyerror (YY_("syntax error: cannot back up")); \
945 YY_("syntax error, unexpected %s"); in yysyntax_error()
946 YY_("syntax error, unexpected %s, expecting %s"); in yysyntax_error()
947 YY_("syntax error, unexpected %s, expecting %s or %s"); in yysyntax_error()
948 YY_("syntax error, unexpected %s, expecting %s or %s or %s"); in yysyntax_error()
949 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); in yysyntax_error()
[all …]
/src/crypto/heimdal/lib/asn1/
H A Dasn1parse.c383 #ifndef YY_
387 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
390 # ifndef YY_
391 # define YY_(msgid) msgid macro
995 yyerror (YY_("syntax error: cannot back up")); \
1363 YY_("syntax error, unexpected %s"); in yysyntax_error()
1364 YY_("syntax error, unexpected %s, expecting %s"); in yysyntax_error()
1365 YY_("syntax error, unexpected %s, expecting %s or %s"); in yysyntax_error()
1366 YY_("syntax error, unexpected %s, expecting %s or %s or %s"); in yysyntax_error()
1367 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); in yysyntax_error()
[all …]
/src/crypto/krb5/src/lib/krb5/krb/
H A Ddeltat.c380 #ifndef YY_
384 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
387 # ifndef YY_
388 # define YY_(Msgid) Msgid macro
793 yyerror (tmv, YY_("syntax error: cannot back up")); \
1080 yyoverflow (YY_("memory exhausted"), in yyparse()
1369 yyerror (tmv, YY_("syntax error")); in yyparse()
1480 yyerror (tmv, YY_("memory exhausted")); in yyparse()
/src/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c373 #ifndef YY_
377 # define YY_(msgid) dgettext ("bison-runtime", msgid) macro
380 # ifndef YY_
381 # define YY_(msgid) msgid macro
988 yyerror (YY_("syntax error: cannot back up")); \
1356 YY_("syntax error, unexpected %s"); in yysyntax_error()
1357 YY_("syntax error, unexpected %s, expecting %s"); in yysyntax_error()
1358 YY_("syntax error, unexpected %s, expecting %s or %s"); in yysyntax_error()
1359 YY_("syntax error, unexpected %s, expecting %s or %s or %s"); in yysyntax_error()
1360 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); in yysyntax_error()
[all …]
/src/contrib/ntp/ntpd/
H A Dntp_parser.c1086 #ifndef YY_
1090 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
1093 # ifndef YY_
1094 # define YY_(Msgid) Msgid macro
1973 yyerror (YY_("syntax error: cannot back up")); \
2252 yyoverflow (YY_("memory exhausted"), in yyparse()
3962 yyerror (YY_("syntax error")); in yyparse()
4073 yyerror (YY_("memory exhausted")); in yyparse()
/src/contrib/unbound/util/
H A Dconfigparser.c1034 #ifndef YY_
1038 # define YY_(Msgid) dgettext ("bison-runtime", Msgid) macro
1041 # ifndef YY_
1042 # define YY_(Msgid) Msgid macro
2597 yyerror (YY_("syntax error: cannot back up")); \
2876 yyoverflow (YY_("memory exhausted"), in yyparse()
8070 yyerror (YY_("syntax error")); in yyparse()
8181 yyerror (YY_("memory exhausted")); in yyparse()
/src/contrib/flex/
H A DChangeLog4357 macros from YY_* to M4_YY_* where appropriate.