Searched refs:yystrlen (Results 1 – 12 of 12) sorted by relevance
562 # ifndef yystrlen564 # define yystrlen strlen macro569 yystrlen (const char *yystr) in yystrlen() function571 yystrlen (yystr) in yystrlen()1146 yysize += yystrlen (yytname[yyx]) + 15, yycount++; in yyparse()1147 yysize += yystrlen ("parse error, unexpected ") + 1; in yyparse()1148 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]); in yyparse()
905 # ifndef yystrlen907 # define yystrlen strlen macro913 yystrlen (const char *yystr) in yystrlen() function916 yystrlen (yystr) in yystrlen()998 return yystrlen (yystr); in yytnamerr()1107 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1329 # ifndef yystrlen1331 # define yystrlen strlen macro1336 yystrlen (const char *yystr) in yystrlen() function1338 yystrlen (yystr) in yystrlen()1420 return yystrlen (yystr); in yytnamerr()2813 yysize1 = yysize + yystrlen (yyf);
1053 # ifndef yystrlen1055 # define yystrlen strlen macro1061 yystrlen (const char *yystr) in yystrlen() function1064 yystrlen (yystr) in yystrlen()1146 return yystrlen (yystr); in yytnamerr()1228 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()
1578 # ifndef yystrlen1580 # define yystrlen strlen macro1586 yystrlen (const char *yystr) in yystrlen() function1589 yystrlen (yystr) in yystrlen()1671 return yystrlen (yystr); in yytnamerr()1783 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1149 # ifndef yystrlen1151 # define yystrlen strlen1154 ]b4_c_function_def([yystrlen], [static YYSIZE_T],1227 return yystrlen (yystr);1361 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1044 # ifndef yystrlen1046 # define yystrlen strlen macro1052 yystrlen (const char *yystr) in yystrlen() function1055 yystrlen (yystr) in yystrlen()1137 return yystrlen (yystr); in yytnamerr()1219 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()
1299 # ifndef yystrlen1301 # define yystrlen strlen macro1307 yystrlen (const char *yystr) in yystrlen() function1310 yystrlen (yystr) in yystrlen()1392 return yystrlen (yystr); in yytnamerr()1499 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
2404 # ifndef yystrlen2406 # define yystrlen strlen macro2412 yystrlen (const char *yystr) in yystrlen() function2415 yystrlen (yystr) in yystrlen()2497 return yystrlen (yystr); in yytnamerr()2604 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1697 # ifndef yystrlen1699 # define yystrlen strlen macro1705 yystrlen (const char *yystr) in yystrlen() function1708 yystrlen (yystr) in yystrlen()1790 return yystrlen (yystr); in yytnamerr()1897 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1653 # ifndef yystrlen1655 # define yystrlen strlen macro1661 yystrlen (const char *yystr) in yystrlen() function1664 yystrlen (yystr) in yystrlen()1746 return yystrlen (yystr); in yytnamerr()1855 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
9139 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather9480 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.10832 * data/yacc.c (yyparse): strlen -> yystrlen.20365 (yystrlen, yystpcpy): New functions.20370 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy