Searched refs:yystpcpy (Results 1 – 9 of 9) sorted by relevance
/external/e2fsprogs/intl/ |
D | plural.c | 585 # ifndef yystpcpy 587 # define yystpcpy stpcpy macro 593 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 595 yystpcpy (yydest, yysrc) in yystpcpy() 1152 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); in yyparse() 1153 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]); in yyparse() 1164 yyp = yystpcpy (yyp, yyq); in yyparse() 1165 yyp = yystpcpy (yyp, yytname[yyx]); in yyparse()
|
/external/iproute2/tc/ |
D | emp_ematch.yacc.c | 846 # ifndef yystpcpy 848 # define yystpcpy stpcpy macro 853 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 910 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.cpp | 864 # ifndef yystpcpy 866 # define yystpcpy stpcpy macro 871 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 928 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 965 # ifndef yystpcpy 967 # define yystpcpy stpcpy 973 yystpcpy (char *yydest, const char *yysrc) 975 yystpcpy (yydest, yysrc) 1035 return yystpcpy (yyres, yystr) - yyres; 1914 yyfmt = yystpcpy (yyformat, yyunexpected); 1930 yyfmt = yystpcpy (yyfmt, yyprefix);
|
/external/one-true-awk/ |
D | ytab.c | 2075 # ifndef yystpcpy 2077 # define yystpcpy stpcpy macro 2082 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 2139 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | parser.c | 1267 # ifndef yystpcpy 1269 # define yystpcpy stpcpy macro 1274 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1331 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
/external/libpcap/ |
D | grammar.c | 1601 # ifndef yystpcpy 1603 # define yystpcpy stpcpy macro 1608 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1665 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.cpp | 1864 # ifndef yystpcpy 1866 # define yystpcpy stpcpy macro 1871 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1928 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp | 3658 # ifndef yystpcpy 3660 # define yystpcpy stpcpy macro 3665 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 3722 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|