Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_grammar.c1592 const char *yyformat = YY_NULLPTR; in yysyntax_error() local
1663 yyformat = S; \ in yysyntax_error()
1675 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1696 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1697 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1700 yyformat += 2; in yysyntax_error()
1705 yyformat++; in yysyntax_error()