Home
last modified time | relevance | path

Searched refs:yysize (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/heimdal/lib/com_err/
H A Dparse.c389 YYCOPY (&yyptr->Stack, Stack, yysize); \
961 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1006 yysize = yysize0; in yysyntax_error()
1011 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
1012 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()
1013 yysize = yysize1; in yysyntax_error()
1019 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()
1020 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()
1021 yysize = yysize1; in yysyntax_error()
1047 return yysize; in yysyntax_error()
[all …]
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.c380 YYCOPY (&yyptr->Stack, Stack, yysize); \
935 YYSIZE_T yysize = yysize0; in yysyntax_error() local
980 yysize = yysize0; in yysyntax_error()
985 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
986 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()
987 yysize = yysize1; in yysyntax_error()
993 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()
994 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()
995 yysize = yysize1; in yysyntax_error()
1021 return yysize; in yysyntax_error()
[all …]
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c527 YYCOPY (&yyptr->Stack, Stack, yysize); \
1346 YYSIZE_T yysize = yysize0; in yysyntax_error() local
1391 yysize = yysize0; in yysyntax_error()
1396 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
1397 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()
1398 yysize = yysize1; in yysyntax_error()
1404 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()
1405 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()
1406 yysize = yysize1; in yysyntax_error()
1432 return yysize; in yysyntax_error()
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.c537 YYCOPY (&yyptr->Stack, Stack, yysize); \
1354 YYSIZE_T yysize = yysize0; in yysyntax_error()
1399 yysize = yysize0; in yysyntax_error()
1404 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
1405 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()
1406 yysize = yysize1; in yysyntax_error()
1412 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()
1413 yysize_overflow |= (yysize1 < yysize); in yysyntax_error()
1414 yysize = yysize1; in yysyntax_error()
1440 return yysize; in yysyntax_error()
1353 YYSIZE_T yysize = yysize0; yysyntax_error() local
1611 YYSIZE_T yysize = yyssp - yyss + 1; global() local
2591 YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); global() local
[all...]
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Ddeltat.c554 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
1066 YYPTRDIFF_T yysize = yyssp - yyss + 1; in yyparse()
1081 &yyss1, yysize * YYSIZEOF (*yyssp), in yyparse()
1082 &yyvs1, yysize * YYSIZEOF (*yyvsp), in yyparse()
1110 yyssp = yyss + yysize - 1; in yyparse()
1111 yyvsp = yyvs + yysize - 1; in yyparse()
/freebsd/contrib/ntp/ntpd/
H A Dntp_parser.c1260 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
2238 YYPTRDIFF_T yysize = yyssp - yyss + 1; in yyparse()
2253 &yyss1, yysize * YYSIZEOF (*yyssp), in yyparse()
2254 &yyvs1, yysize * YYSIZEOF (*yyvsp), in yyparse()
2282 yyssp = yyss + yysize - 1; in yyparse()
2283 yyvsp = yyvs + yysize - 1; in yyparse()
/freebsd/contrib/unbound/util/
H A Dconfigparser.c1214 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
2879 YYPTRDIFF_T yysize = yyssp - yyss + 1; in yyparse()
2894 &yyss1, yysize * YYSIZEOF (*yyssp), in yyparse()
2895 &yyvs1, yysize * YYSIZEOF (*yyvsp), in yyparse()
2923 yyssp = yyss + yysize - 1; in yyparse()
2924 yyvsp = yyvs + yysize - 1; in yyparse()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c183375 int yysize; /* Amount to pop the stack */ local
185001 yysize = yyRuleInfoNRhs[yyruleno];
185002 yyact = yy_find_reduce_action(yymsp[yysize].stateno,(YYCODETYPE)yygoto);
185011 yymsp += yysize+1;
185156 int yysize = yyRuleInfoNRhs[yyruleno]; local
185157 if( yysize ){
185162 yypParser->yytos[yysize].stateno);