Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c1209 const char *yyformat = YY_NULL; in yysyntax_error() local
1282 yyformat = S; \ in yysyntax_error()
1293 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1313 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1314 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1317 yyformat += 2; in yysyntax_error()
1322 yyformat++; in yysyntax_error()
Dzconf.tab.c_shipped1209 const char *yyformat = YY_NULL;
1210 /* Arguments of yyformat. */
1282 yyformat = S; \
1293 yysize1 = yysize + yystrlen (yyformat);
1313 while ((*yyp = *yyformat) != '\0')
1314 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1317 yyformat += 2;
1322 yyformat++;
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped1246 const char *yyformat = YY_NULL;
1247 /* Arguments of yyformat. */
1321 yyformat = S; \
1333 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1354 while ((*yyp = *yyformat) != '\0')
1355 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1358 yyformat += 2;
1363 yyformat++;
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped1052 const char *yyformat = YY_NULLPTR;
1053 /* Arguments of yyformat. */
1123 yyformat = S; \
1135 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1156 while ((*yyp = *yyformat) != '\0')
1157 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1160 yyformat += 2;
1165 yyformat++;