Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c911 # ifndef YYFPRINTF
913 # define YYFPRINTF fprintf macro
919 YYFPRINTF Args; \
926 YYFPRINTF (stderr, "%s ", Title); \
929 YYFPRINTF (stderr, "\n"); \
986 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
988 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
991 YYFPRINTF (yyoutput, ")");
1010 YYFPRINTF (stderr, "Stack now");
1014 YYFPRINTF (stderr, " %d", yybot);
[all …]
Dzconf.tab.c_shipped911 # ifndef YYFPRINTF
913 # define YYFPRINTF fprintf
919 YYFPRINTF Args; \
926 YYFPRINTF (stderr, "%s ", Title); \
929 YYFPRINTF (stderr, "\n"); \
986 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
988 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
991 YYFPRINTF (yyoutput, ")");
1010 YYFPRINTF (stderr, "Stack now");
1014 YYFPRINTF (stderr, " %d", yybot);
[all …]
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped764 # ifndef YYFPRINTF
766 # define YYFPRINTF fprintf
772 YYFPRINTF Args; \
793 res += YYFPRINTF (yyo, "%d", yylocp->first_line);
795 res += YYFPRINTF (yyo, ".%d", yylocp->first_column);
801 res += YYFPRINTF (yyo, "-%d", yylocp->last_line);
803 res += YYFPRINTF (yyo, ".%d", end_col);
806 res += YYFPRINTF (yyo, "-%d", end_col);
824 YYFPRINTF (stderr, "%s ", Title); \
827 YYFPRINTF (stderr, "\n"); \
[all …]
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped949 # ifndef YYFPRINTF
951 # define YYFPRINTF fprintf
957 YYFPRINTF Args; \
964 YYFPRINTF (stderr, "%s ", Title); \
967 YYFPRINTF (stderr, "\n"); \
1024 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1026 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1029 YYFPRINTF (yyoutput, ")");
1048 YYFPRINTF (stderr, "Stack now");
1052 YYFPRINTF (stderr, " %d", yybot);
[all …]