Searched refs:yysize (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c527 YYCOPY (&yyptr->Stack, Stack, yysize); \
1347 YYSIZE_T yysize = yysize0;
1392 yysize = yysize0;
1397 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
1398 yysize_overflow |= (yysize1 < yysize);
1399 yysize = yysize1;
1405 yysize1 = yysize + yystrlen (yyf);
1406 yysize_overflow |= (yysize1 < yysize);
1407 yysize = yysize1;
1433 return yysize;
1346 YYSIZE_T yysize = yysize0; local
1604 YYSIZE_T yysize = yyssp - yyss + 1; local
2797 YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); local
[all...]
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dparse.c389 YYCOPY (&yyptr->Stack, Stack, yysize); \
962 YYSIZE_T yysize = yysize0;
1007 yysize = yysize0;
1012 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
1013 yysize_overflow |= (yysize1 < yysize);
1014 yysize = yysize1;
1020 yysize1 = yysize + yystrlen (yyf);
1021 yysize_overflow |= (yysize1 < yysize);
1022 yysize = yysize1;
1048 return yysize;
961 YYSIZE_T yysize = yysize0; local
1219 YYSIZE_T yysize = yyssp - yyss + 1; local
1509 YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); local
[all...]
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c537 YYCOPY (&yyptr->Stack, Stack, yysize); \
1354 YYSIZE_T yysize = yysize0;
1399 yysize = yysize0;
1404 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
1405 yysize_overflow |= (yysize1 < yysize);
1406 yysize = yysize1;
1412 yysize1 = yysize + yystrlen (yyf);
1413 yysize_overflow |= (yysize1 < yysize);
1414 yysize = yysize1;
1440 return yysize;
1353 YYSIZE_T yysize = yysize0; local
1611 YYSIZE_T yysize = yyssp - yyss + 1; local
2591 YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); local
[all...]
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c380 YYCOPY (&yyptr->Stack, Stack, yysize); \
936 YYSIZE_T yysize = yysize0;
981 yysize = yysize0;
986 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
987 yysize_overflow |= (yysize1 < yysize);
988 yysize = yysize1;
994 yysize1 = yysize + yystrlen (yyf);
995 yysize_overflow |= (yysize1 < yysize);
996 yysize = yysize1;
1022 return yysize;
935 YYSIZE_T yysize = yysize0; local
1193 YYSIZE_T yysize = yyssp - yyss + 1; local
1438 YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); local
[all...]
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.c808 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1788 YYSIZE_T yysize = yysize0; local
1843 yysize = yysize0;
1848 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]);
1849 if (! (yysize <= yysize1
1852 yysize = yysize1;
1874 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1875 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
1877 yysize = yysize1;
1880 if (*yymsg_alloc < yysize)
2017 YYSIZE_T yysize = yyssp - yyss + 1; local
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c160517 int yysize; /* Amount to pop the stack */ local
162137 int yysize = yyRuleInfoNRhs[yyruleno]; local
[all...]

Completed in 505 milliseconds