Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dyyscript.c2046 const char *yyformat = YY_NULLPTR; in yysyntax_error() local
2062 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()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dyyscript.c2043 const char *yyformat = YY_NULLPTR; in yysyntax_error() local
2059 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()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_parser.tab.cpp2574 char yyformat[sizeof yyunexpected local
2590 yyfmt = yystpcpy (yyformat, yyunexpected);
2599 yyformat[sizeof yyunexpected - 1] = '\0';
2610 yyf = YY_(yyformat);
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dgetdate.c1248 char yyformat[sizeof yyunexpected in yysyntax_error() local
1264 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1273 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
1284 yyf = YY_(yyformat); in yysyntax_error()