Searched refs:yystpcpy (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 1116 # ifndef yystpcpy 1118 # define yystpcpy stpcpy macro 1125 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1128 yystpcpy (yydest, yysrc) in yystpcpy() 1188 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
D | zconf.tab.c_shipped | 1116 # ifndef yystpcpy 1118 # define yystpcpy stpcpy 1125 yystpcpy (char *yydest, const char *yysrc) 1128 yystpcpy (yydest, yysrc) 1188 return yystpcpy (yyres, yystr) - yyres;
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 1154 # ifndef yystpcpy 1156 # define yystpcpy stpcpy 1163 yystpcpy (char *yydest, const char *yysrc) 1166 yystpcpy (yydest, yysrc) 1226 return yystpcpy (yyres, yystr) - yyres;
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 968 # ifndef yystpcpy 970 # define yystpcpy stpcpy 975 yystpcpy (char *yydest, const char *yysrc) 1032 return yystpcpy (yyres, yystr) - yyres;
|