Searched refs:YYFPRINTF (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.tab.c | |
| H A D | dtc-parser.tab.c_shipped | 770 # ifndef YYFPRINTF 772 # define YYFPRINTF fprintf 778 YYFPRINTF Args; \ 799 res += YYFPRINTF (yyo, "%d", yylocp->first_line); 801 res += YYFPRINTF (yyo, ".%d", yylocp->first_column); 807 res += YYFPRINTF (yyo, "-%d", yylocp->last_line); 809 res += YYFPRINTF (yyo, ".%d", end_col); 812 res += YYFPRINTF (yyo, "-%d", end_col); 830 YYFPRINTF (stderr, "%s ", Title); \ 833 YYFPRINTF (stderr, "\n"); \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.c | 832 # ifndef YYFPRINTF 834 # define YYFPRINTF fprintf macro 840 YYFPRINTF Args; \ 853 YYFPRINTF (stderr, "%s ", Title); \ 856 YYFPRINTF (stderr, "\n"); \ 891 YYFPRINTF (yyo, "%s %s (", in yy_symbol_print() 895 YYFPRINTF (yyo, ")"); in yy_symbol_print() 906 YYFPRINTF (stderr, "Stack now"); in yy_stack_print() 910 YYFPRINTF (stderr, " %d", yybot); in yy_stack_print() 912 YYFPRINTF (stderr, "\n"); in yy_stack_print() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprefsyacc.c | 965 # ifndef YYFPRINTF 967 # define YYFPRINTF fprintf macro 973 YYFPRINTF Args; \ 986 YYFPRINTF (stderr, "%s ", Title); \ 989 YYFPRINTF (stderr, "\n"); \ 1024 YYFPRINTF (yyo, "%s %s (", in yy_symbol_print() 1028 YYFPRINTF (yyo, ")"); in yy_symbol_print() 1039 YYFPRINTF (stderr, "Stack now"); in yy_stack_print() 1043 YYFPRINTF (stderr, " %d", yybot); in yy_stack_print() 1045 YYFPRINTF (stderr, "\n"); in yy_stack_print() [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.tab.c | |
| H A D | zconf.tab.c_shipped | 831 # ifndef YYFPRINTF 833 # define YYFPRINTF fprintf 839 YYFPRINTF Args; \ 852 YYFPRINTF (stderr, "%s ", Title); \ 855 YYFPRINTF (stderr, "\n"); \ 886 YYFPRINTF (yyoutput, "%s %s (", 890 YYFPRINTF (yyoutput, ")"); 901 YYFPRINTF (stderr, "Stack now"); 905 YYFPRINTF (stderr, " %d", yybot); 907 YYFPRINTF (stderr, "\n"); [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.tab.c_shipped | 830 # ifndef YYFPRINTF 832 # define YYFPRINTF fprintf 838 YYFPRINTF Args; \ 851 YYFPRINTF (stderr, "%s ", Title); \ 854 YYFPRINTF (stderr, "\n"); \ 885 YYFPRINTF (yyoutput, "%s %s (", 889 YYFPRINTF (yyoutput, ")"); 900 YYFPRINTF (stderr, "Stack now"); 904 YYFPRINTF (stderr, " %d", yybot); 906 YYFPRINTF (stderr, "\n"); [all …]
|