Home
last modified time | relevance | path

Searched refs:yymsg_alloc (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/crypto/heimdal/lib/com_err/
H A Dparse.c1152 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; local
1510 if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
1519 yymsg_alloc = yyalloc;
1523 yymsg_alloc = sizeof yymsgbuf;
1527 if (0 < yysize && yysize <= yymsg_alloc)
/freebsd-14.2/crypto/heimdal/lib/sl/
H A Dslc-gram.c1126 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; local
1439 if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
1448 yymsg_alloc = yyalloc;
1452 yymsg_alloc = sizeof yymsgbuf;
1456 if (0 < yysize && yysize <= yymsg_alloc)
/freebsd-14.2/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1544 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; local
2592 if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
2601 yymsg_alloc = yyalloc;
2605 yymsg_alloc = sizeof yymsgbuf;
2609 if (0 < yysize && yysize <= yymsg_alloc)
/freebsd-14.2/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1537 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; in yyparse() local
2798 if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM) in yyparse()
2807 yymsg_alloc = yyalloc; in yyparse()
2811 yymsg_alloc = sizeof yymsgbuf; in yyparse()
2815 if (0 < yysize && yysize <= yymsg_alloc) in yyparse()