Home
last modified time | relevance | path

Searched refs:yyformat (Results 1 – 10 of 10) sorted by relevance

/external/iproute2/tc/
Demp_ematch.yacc.c930 const char *yyformat = YY_NULLPTR; in yysyntax_error() local
1001 yyformat = S; \ in yysyntax_error()
1013 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1034 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1035 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1038 yyformat += 2; in yysyntax_error()
1043 yyformat++; in yysyntax_error()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp948 const char *yyformat = YY_NULLPTR; in yysyntax_error() local
1019 yyformat = S; \ in yysyntax_error()
1031 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1052 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1053 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1056 yyformat += 2; in yysyntax_error()
1061 yyformat++; in yysyntax_error()
/external/angle/src/compiler/preprocessor/
Dpreprocessor_tab_autogen.cpp829 const char *yyformat = YY_NULLPTR; in yysyntax_error() local
900 yyformat = S; \ in yysyntax_error()
913 YYSIZE_T yysize1 = yysize + yystrlen(yyformat); in yysyntax_error()
934 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
935 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
938 yyformat += 2; in yysyntax_error()
943 yyformat++; in yysyntax_error()
/external/angle/tools/flex-bison/third_party/skeletons/
Dyacc.c1113 const char *yyformat = YY_NULLPTR;
1206 yyformat = S; \
1219 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1241 while ((*yyp = *yyformat) != '\0')
1242 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1245 yyformat += 2;
1250 yyformat++;
/external/libpcap/
Dgrammar.c1768 const char *yyformat = YY_NULLPTR; in yysyntax_error() local
1844 yyformat = S; \ in yysyntax_error()
1859 YYPTRDIFF_T yysize1 = yysize + (yystrlen (yyformat) - 2 * yycount) + 1; in yysyntax_error()
1881 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1882 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1885 yyformat += 2; in yysyntax_error()
1890 ++yyformat; in yysyntax_error()
/external/angle/src/compiler/translator/
Dglslang_tab_autogen.cpp1949 const char *yyformat = YY_NULLPTR; in yysyntax_error() local
2020 yyformat = S; \ in yysyntax_error()
2033 YYSIZE_T yysize1 = yysize + yystrlen(yyformat); in yysyntax_error()
2054 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
2055 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
2058 yyformat += 2; in yysyntax_error()
2063 yyformat++; in yysyntax_error()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp1948 const char *yyformat = YY_NULLPTR; in yysyntax_error() local
2019 yyformat = S; \ in yysyntax_error()
2031 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
2052 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
2053 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
2056 yyformat += 2; in yysyntax_error()
2061 yyformat++; in yysyntax_error()
/external/toybox/kconfig/
Dzconf.tab.c_shipped1898 char yyformat[sizeof yyunexpected
1914 yyfmt = yystpcpy (yyformat, yyunexpected);
1923 yyformat[sizeof yyunexpected - 1] = '\0';
1934 yyf = YY_(yyformat);
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp4313 const char *yyformat = YY_NULLPTR; in yysyntax_error() local
4329 yyformat = S; \ in yysyntax_error()
4343 yysize = yystrlen (yyformat) - 2 * yycount + 1; in yysyntax_error()
4372 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
4373 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
4376 yyformat += 2; in yysyntax_error()
4381 ++yyformat; in yysyntax_error()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dglslang_tab.cpp4816 const char *yyformat = YY_NULLPTR; in yysyntax_error() local
4832 yyformat = S; \ in yysyntax_error()
4846 yysize = yystrlen (yyformat) - 2 * yycount + 1; in yysyntax_error()
4875 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
4876 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
4879 yyformat += 2; in yysyntax_error()
4884 ++yyformat; in yysyntax_error()