Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c891 # ifndef YYFPRINTF
893 # define YYFPRINTF fprintf macro
899 YYFPRINTF Args; \
906 YYFPRINTF (stderr, "%s ", Title); \
909 YYFPRINTF (stderr, "\n"); \
964 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
966 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
969 YYFPRINTF (yyoutput, ")");
988 YYFPRINTF (stderr, "Stack now");
992 YYFPRINTF (stderr, " %d", yybot);
[all …]
Dzconf.tab.c_shipped891 # ifndef YYFPRINTF
893 # define YYFPRINTF fprintf
899 YYFPRINTF Args; \
906 YYFPRINTF (stderr, "%s ", Title); \
909 YYFPRINTF (stderr, "\n"); \
964 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
966 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
969 YYFPRINTF (yyoutput, ")");
988 YYFPRINTF (stderr, "Stack now");
992 YYFPRINTF (stderr, " %d", yybot);
[all …]
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped964 # ifndef YYFPRINTF
966 # define YYFPRINTF fprintf
972 YYFPRINTF Args; \
979 YYFPRINTF (stderr, "%s ", Title); \
982 YYFPRINTF (stderr, "\n"); \
1039 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1041 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1044 YYFPRINTF (yyoutput, ")");
1063 YYFPRINTF (stderr, "Stack now");
1067 YYFPRINTF (stderr, " %d", yybot);
[all …]
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped796 # ifndef YYFPRINTF
798 # define YYFPRINTF fprintf
804 YYFPRINTF Args; \
811 YYFPRINTF (stderr, "%s ", Title); \
814 YYFPRINTF (stderr, "\n"); \
867 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
869 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
872 YYFPRINTF (yyoutput, ")");
891 YYFPRINTF (stderr, "Stack now");
895 YYFPRINTF (stderr, " %d", yybot);
[all …]