Searched refs:yystpcpy (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 1094 # ifndef yystpcpy 1096 # define yystpcpy stpcpy macro 1103 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1106 yystpcpy (yydest, yysrc) in yystpcpy() 1166 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
D | zconf.tab.c_shipped | 1094 # ifndef yystpcpy 1096 # define yystpcpy stpcpy 1103 yystpcpy (char *yydest, const char *yysrc) 1106 yystpcpy (yydest, yysrc) 1166 return yystpcpy (yyres, yystr) - yyres;
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 1169 # ifndef yystpcpy 1171 # define yystpcpy stpcpy 1178 yystpcpy (char *yydest, const char *yysrc) 1181 yystpcpy (yydest, yysrc) 1241 return yystpcpy (yyres, yystr) - yyres;
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 997 # ifndef yystpcpy 999 # define yystpcpy stpcpy 1006 yystpcpy (char *yydest, const char *yysrc) 1009 yystpcpy (yydest, yysrc) 1069 return yystpcpy (yyres, yystr) - yyres;
|