Searched refs:yyformat (Results 1 – 4 of 4) sorted by relevance
2046 const char *yyformat = YY_NULLPTR; in yysyntax_error() local2062 yyformat = S; \ in yysyntax_error()2076 yysize = yystrlen (yyformat) - 2 * yycount + 1; in yysyntax_error()2105 while ((*yyp = *yyformat) != '\0') in yysyntax_error()2106 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()2109 yyformat += 2; in yysyntax_error()2114 ++yyformat; in yysyntax_error()
2043 const char *yyformat = YY_NULLPTR; in yysyntax_error() local2059 yyformat = S; \ in yysyntax_error()2073 yysize = yystrlen (yyformat) - 2 * yycount + 1; in yysyntax_error()2102 while ((*yyp = *yyformat) != '\0') in yysyntax_error()2103 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()2106 yyformat += 2; in yysyntax_error()2111 ++yyformat; in yysyntax_error()
2574 char yyformat[sizeof yyunexpected local2590 yyfmt = yystpcpy (yyformat, yyunexpected);2599 yyformat[sizeof yyunexpected - 1] = '\0';2610 yyf = YY_(yyformat);
1248 char yyformat[sizeof yyunexpected in yysyntax_error() local1264 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()1273 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()1284 yyf = YY_(yyformat); in yysyntax_error()