Home
last modified time | relevance | path

Searched refs:yystrlen (Results 1 – 9 of 9) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c562 # ifndef yystrlen
564 # define yystrlen strlen macro
569 yystrlen (const char *yystr) in yystrlen() function
571 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()
/external/iproute2/tc/
Demp_ematch.yacc.c830 # ifndef yystrlen
832 # define yystrlen strlen macro
836 yystrlen (const char *yystr) in yystrlen() function
908 return yystrlen (yystr); in yytnamerr()
1013 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp848 # ifndef yystrlen
850 # define yystrlen strlen macro
854 yystrlen (const char *yystr) in yystrlen() function
926 return yystrlen (yystr); in yytnamerr()
1031 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/external/angle/src/compiler/preprocessor/
Dpreprocessor_tab_autogen.cpp728 # ifndef yystrlen
730 # define yystrlen strlen macro
733 static YYSIZE_T yystrlen(const char *yystr) in yystrlen() function
806 return yystrlen(yystr); in yytnamerr()
913 YYSIZE_T yysize1 = yysize + yystrlen(yyformat); in yysyntax_error()
/external/angle/tools/flex-bison/third_party/skeletons/
Dyacc.c1007 # ifndef yystrlen
1009 # define yystrlen strlen
1012 ]b4_function_define([yystrlen], [static YYSIZE_T],
1088 return yystrlen (yystr);
1219 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
/external/libpcap/
Dgrammar.c1667 # ifndef yystrlen
1669 # define yystrlen(S) (YY_CAST (YYPTRDIFF_T, strlen (S))) macro
1673 yystrlen (const char *yystr) in yystrlen() function
1750 return yystrlen (yystr); in yytnamerr()
1859 YYPTRDIFF_T yysize1 = yysize + (yystrlen (yyformat) - 2 * yycount) + 1; in yysyntax_error()
/external/angle/src/compiler/translator/
Dglslang_tab_autogen.cpp1848 # ifndef yystrlen
1850 # define yystrlen strlen macro
1853 static YYSIZE_T yystrlen(const char *yystr) in yystrlen() function
1926 return yystrlen(yystr); in yytnamerr()
2033 YYSIZE_T yysize1 = yysize + yystrlen(yyformat); in yysyntax_error()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp1848 # ifndef yystrlen
1850 # define yystrlen strlen macro
1854 yystrlen (const char *yystr) in yystrlen() function
1926 return yystrlen (yystr); in yytnamerr()
2031 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp4167 #ifndef yystrlen
4169 # define yystrlen(S) (YY_CAST (YYPTRDIFF_T, strlen (S))) macro
4173 yystrlen (const char *yystr) in yystrlen() function
4249 return yystrlen (yystr); in yytnamerr()
4343 yysize = yystrlen (yyformat) - 2 * yycount + 1; in yysyntax_error()