Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/ntp/ntpd/
H A Dntp_parser.c1784 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, in yysyntax_error() argument
1880 if (*yymsg_alloc < yysize) in yysyntax_error()
1882 *yymsg_alloc = 2 * yysize; in yysyntax_error()
1883 if (! (yysize <= *yymsg_alloc in yysyntax_error()
1884 && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1885 *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; in yysyntax_error()
1982 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; in yyparse() local
3664 # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ in yyparse()
3676 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); in yyparse()
3680 yymsg_alloc = sizeof yymsgbuf; in yyparse()
/freebsd-13.1/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-13.1/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-13.1/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()