Home
last modified time | relevance | path

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

/external/bison/examples/calc++/
Dcalc++-parser.cc826 char const* yyformat = YY_NULL; in yysyntax_error_() local
831 yyformat = S; \ in yysyntax_error_()
844 for (char const* yyp = yyformat; *yyp; ++yyp) in yysyntax_error_()
/external/bison/data/
Dyacc.c1252 const char *yyformat = YY_NULL;
1349 yyformat = S; \
1361 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1382 while ((*yyp = *yyformat) != '\0')
1383 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1386 yyformat += 2;
1391 yyformat++;
Dlalr1.cc940 char const* yyformat = YY_NULL;
945 yyformat = S; \
958 for (char const* yyp = yyformat; *yyp; ++yyp)
Dglr.c2024 const char *yyformat = YY_NULL;
2092 yyformat = S; \
2104 size_t yysz = yysize + strlen (yyformat);
2116 while ((*yyp = *yyformat))
2118 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
2121 yyformat += 2;
2126 yyformat++;
/external/bison/src/
Dparse-gram.c1697 const char *yyformat = YY_NULL; in yysyntax_error() local
1772 yyformat = S; \ in yysyntax_error()
1783 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1803 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1804 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1807 yyformat += 2; in yysyntax_error()
1812 yyformat++; in yysyntax_error()
/external/libpcap/
Dgrammar.c2776 char yyformat[sizeof yyunexpected local
2792 yyfmt = yystpcpy (yyformat, yyunexpected);
2801 yyformat[sizeof yyunexpected - 1] = '\0';
2812 yyf = YY_(yyformat);
/external/elfutils/src/
Dldscript.c1191 char yyformat[sizeof yyunexpected in yysyntax_error() local
1207 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1216 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
1227 yyf = YY_(yyformat); in yysyntax_error()
/external/elfutils/libcpu/
Di386_parse.c1182 char yyformat[sizeof yyunexpected in yysyntax_error() local
1198 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1207 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
1218 yyf = YY_(yyformat); in yysyntax_error()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp1706 char yyformat[sizeof yyunexpected in yysyntax_error() local
1722 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1731 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
1742 yyf = YY_(yyformat); in yysyntax_error()