Home
last modified time | relevance | path

Searched refs:yyunexpected (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/
Dgrammar.c2773 static char const yyunexpected[] = "syntax error, unexpected %s"; local
2776 char yyformat[sizeof yyunexpected
2792 yyfmt = yystpcpy (yyformat, yyunexpected);
2801 yyformat[sizeof yyunexpected - 1] = '\0';
/external/elfutils/src/
Dldscript.c1188 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
1191 char yyformat[sizeof yyunexpected in yysyntax_error()
1207 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1216 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()
/external/elfutils/libcpu/
Di386_parse.c1179 static char const yyunexpected[] = "syntax error, unexpected %s"; in yysyntax_error() local
1182 char yyformat[sizeof yyunexpected in yysyntax_error()
1198 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error()
1207 yyformat[sizeof yyunexpected - 1] = '\0'; in yysyntax_error()