Home
last modified time | relevance | path

Searched refs:yymsg (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/lib/com_err/
H A Dparse.c1061 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() argument
1064 yydestruct (yymsg, yytype, yyvaluep) in yydestruct()
1065 const char *yymsg; in yydestruct()
1072 if (!yymsg)
1073 yymsg = "Deleting";
1074 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
1151 char *yymsg = yymsgbuf; local
1515 if (yymsg != yymsgbuf)
1516 YYSTACK_FREE (yymsg);
1517 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
[all …]
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.c1035 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() argument
1038 yydestruct (yymsg, yytype, yyvaluep) in yydestruct()
1039 const char *yymsg; in yydestruct()
1046 if (!yymsg)
1047 yymsg = "Deleting";
1048 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
1125 char *yymsg = yymsgbuf; local
1444 if (yymsg != yymsgbuf)
1445 YYSTACK_FREE (yymsg);
1446 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
[all …]
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1446 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
1449 yydestruct (yymsg, yytype, yyvaluep)
1450 const char *yymsg;
1457 if (!yymsg)
1458 yymsg = "Deleting";
1459 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
1536 char *yymsg = yymsgbuf; in yyparse() local
2803 if (yymsg != yymsgbuf) in yyparse()
2804 YYSTACK_FREE (yymsg); in yyparse()
2805 yymsg = (char *) YYSTACK_ALLOC (yyalloc); in yyparse()
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1455 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct()
1458 yydestruct (yymsg, yytype, yyvaluep)
1459 const char *yymsg;
1466 if (!yymsg)
1467 yymsg = "Deleting";
1468 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
1546 char *yymsg = yymsgbuf;
2600 if (yymsg != yymsgbuf)
2601 YYSTACK_FREE (yymsg);
2602 yymsg
1453 yydestruct(const char * yymsg,int yytype,YYSTYPE * yyvaluep) yydestruct() argument
1543 char *yymsg = yymsgbuf; global() local
[all...]
/freebsd/contrib/ntp/ntpd/
H A Dntp_parser.c2136 yydestruct (const char *yymsg,
2140 if (!yymsg)
2141 yymsg = "Deleting";
2142 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp);
2154 yydestruct(const char * yymsg,yysymbol_kind_t yykind,YYSTYPE * yyvaluep) yydestruct() argument
/freebsd/contrib/unbound/util/
H A Dconfigparser.c2752 yydestruct (const char *yymsg, in yydestruct() argument
2756 if (!yymsg) in yydestruct()
2757 yymsg = "Deleting"; in yydestruct()
2758 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()