Searched refs:yymsg (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/heimdal/lib/com_err/ |
| H A D | parse.c | 1061 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 …]
|
| /src/crypto/heimdal/lib/sl/ |
| H A D | slc-gram.c | 1035 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 …]
|
| /src/crypto/heimdal/lib/asn1/ |
| H A D | asn1parse.c | 1453 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) in yydestruct() argument 1456 yydestruct (yymsg, yytype, yyvaluep) in yydestruct() 1457 const char *yymsg; in yydestruct() 1464 if (!yymsg) 1465 yymsg = "Deleting"; 1466 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); 1543 char *yymsg = yymsgbuf; local 2597 if (yymsg != yymsgbuf) 2598 YYSTACK_FREE (yymsg); 2599 yymsg = (char *) YYSTACK_ALLOC (yyalloc); [all …]
|
| /src/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpcmd.c | 1446 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 …]
|
| /src/crypto/krb5/src/lib/krb5/krb/ |
| H A D | deltat.c | 957 yydestruct (const char *yymsg, in yydestruct() argument 962 if (!yymsg) in yydestruct() 963 yymsg = "Deleting"; in yydestruct() 964 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| /src/contrib/ntp/ntpd/ |
| H A D | ntp_parser.c | 2136 yydestruct (const char *yymsg, in yydestruct() argument 2140 if (!yymsg) in yydestruct() 2141 yymsg = "Deleting"; in yydestruct() 2142 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| /src/contrib/unbound/util/ |
| H A D | configparser.c | 2760 yydestruct (const char *yymsg, in yydestruct() argument 2764 if (!yymsg) in yydestruct() 2765 yymsg = "Deleting"; in yydestruct() 2766 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|