Searched defs:yyformat (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp1020 const char *yyformat = YY_NULL; local
1021 /* Arguments of yyformat. */
1095 yyformat = S; \
1107 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1128 while ((*yyp = *yyformat) != '\0')
1129 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1132 yyformat += 2;
1137 yyformat++;
/external/elfutils/src/
H A Dldscript.c1192 char yyformat[sizeof yyunexpected
1208 yyfmt = yystpcpy (yyformat, yyunexpected);
1217 yyformat[sizeof yyunexpected - 1] = '\0';
1228 yyf = YY_(yyformat);
1191 char yyformat[sizeof yyunexpected local
/external/bison/src/
H A Dparse-gram.c1697 const char *yyformat = YY_NULL; local
1698 /* Arguments of yyformat. */
1772 yyformat = S; \
1783 yysize1 = yysize + yystrlen (yyformat);
1803 while ((*yyp = *yyformat) != '\0')
1804 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1807 yyformat += 2;
1812 yyformat++;
/external/chromium_org/third_party/angle/src/compiler/
H A Dglslang_tab.cpp1768 const char *yyformat = YY_NULL; local
1769 /* Arguments of yyformat. */
1843 yyformat = S; \
1855 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1876 while ((*yyp = *yyformat) != '\0')
1877 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1880 yyformat += 2;
1885 yyformat++;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c1415 const char *yyformat = 0; local
1416 /* Arguments of yyformat. */
1488 yyformat = S; \
1499 yysize1 = yysize + yystrlen (yyformat);
1519 while ((*yyp = *yyformat) != '\0')
1520 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1523 yyformat += 2;
1528 yyformat++;
H A Dglsl_parser.cc2520 const char *yyformat = 0; local
2521 /* Arguments of yyformat. */
2593 yyformat = S; \
2604 yysize1 = yysize + yystrlen (yyformat);
2624 while ((*yyp = *yyformat) != '\0')
2625 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
2628 yyformat += 2;
2633 yyformat++;
/external/elfutils/libcpu/
H A Di386_parse.c1183 char yyformat[sizeof yyunexpected
1199 yyfmt = yystpcpy (yyformat, yyunexpected);
1208 yyformat[sizeof yyunexpected - 1] = '\0';
1219 yyf = YY_(yyformat);
1182 char yyformat[sizeof yyunexpected local
/external/libpcap/
H A Dgrammar.c2780 char yyformat[sizeof yyunexpected
2796 yyfmt = yystpcpy (yyformat, yyunexpected);
2805 yyformat[sizeof yyunexpected - 1] = '\0';
2816 yyf = YY_(yyformat);
2776 char yyformat[sizeof yyunexpected local
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c1813 const char *yyformat = 0; local
1814 /* Arguments of yyformat. */
1886 yyformat = S; \
1897 yysize1 = yysize + yystrlen (yyformat);
1917 while ((*yyp = *yyformat) != '\0')
1918 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1921 yyformat += 2;
1926 yyformat++;

Completed in 254 milliseconds