Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c1187 const char *yyformat = 0; in yysyntax_error() local
1260 yyformat = S; \ in yysyntax_error()
1271 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1291 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1292 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1295 yyformat += 2; in yysyntax_error()
1300 yyformat++; in yysyntax_error()
Dzconf.tab.c_shipped1187 const char *yyformat = 0;
1188 /* Arguments of yyformat. */
1260 yyformat = S; \
1271 yysize1 = yysize + yystrlen (yyformat);
1291 while ((*yyp = *yyformat) != '\0')
1292 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1295 yyformat += 2;
1300 yyformat++;
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped1262 const char *yyformat = YY_NULL;
1263 /* Arguments of yyformat. */
1335 yyformat = S; \
1346 yysize1 = yysize + yystrlen (yyformat);
1366 while ((*yyp = *yyformat) != '\0')
1367 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1370 yyformat += 2;
1375 yyformat++;
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped1089 const char *yyformat = YY_NULL;
1090 /* Arguments of yyformat. */
1164 yyformat = S; \
1176 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1197 while ((*yyp = *yyformat) != '\0')
1198 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1201 yyformat += 2;
1206 yyformat++;