Searched refs:YYFPRINTF (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 911 # 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 …]
|
D | zconf.tab.c_shipped | 911 # 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/ |
D | dtc-parser.tab.c_shipped | 764 # 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/ |
D | parse.tab.c_shipped | 949 # 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 …]
|