Searched refs:yyunexpected (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Dsysinfo.c1566 static char const yyunexpected[] = "syntax error, unexpected %s";
1569 char yyformat[sizeof yyunexpected
1585 yyfmt = yystpcpy (yyformat, yyunexpected);
1594 yyformat[sizeof yyunexpected - 1] = '\0';
1562 static char const yyunexpected[] = "syntax error, unexpected %s"; local
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.c7128 static char const yyunexpected[] = "syntax error, unexpected %s";
7131 char yyformat[sizeof yyunexpected
7147 yyfmt = yystpcpy (yyformat, yyunexpected);
7156 yyformat[sizeof yyunexpected - 1] = '\0';
7124 static char const yyunexpected[] = "syntax error, unexpected %s"; local

Completed in 63 milliseconds