Searched refs:yystpcpy (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xgc/dist/
H A Dgram.c826 # ifndef yystpcpy
828 # define yystpcpy stpcpy macro
833 yystpcpy (char *yydest, const char *yysrc) function in typeref:typename:char *
890 return yystpcpy (yyres, yystr) - yyres;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dparser.c955 # ifndef yystpcpy
957 # define yystpcpy stpcpy
964 yystpcpy (char *yydest, const char *yysrc)
967 yystpcpy (yydest, yysrc)
1027 return yystpcpy (yyres, yystr) - yyres;
1086 yyfmt = yystpcpy (yyformat, yyunexpected);
1102 yyfmt = yystpcpy (yyfmt, yyprefix);
956 # define yystpcpy macro
963 yystpcpy (char *yydest, const char *yysrc) function in typeref:typename:char *
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefsyacc.c1065 # ifndef yystpcpy
1067 # define yystpcpy stpcpy macro
1074 yystpcpy (char *yydest, const char *yysrc) function in typeref:typename:char *
1077 yystpcpy (yydest, yysrc)
1137 return yystpcpy (yyres, yystr) - yyres;
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c1232 # ifndef yystpcpy
1234 # define yystpcpy stpcpy macro
1239 yystpcpy (char *yydest, const char *yysrc) function in typeref:typename:char *
1296 return (YYSIZE_T) (yystpcpy (yyres, yystr) - yyres);
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.c1451 # ifndef yystpcpy
1453 # define yystpcpy stpcpy macro
1458 yystpcpy (char *yydest, const char *yysrc) function in typeref:typename:char *
1515 return (YYSIZE_T) (yystpcpy (yyres, yystr) - yyres);
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.cpp1912 # ifndef yystpcpy
1914 # define yystpcpy stpcpy macro
1919 yystpcpy (char *yydest, const char *yysrc) function in typeref:typename:char *
1976 return (YYSIZE_T) (yystpcpy (yyres, yystr) - yyres);
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.c1686 #ifndef yystpcpy
1688 # define yystpcpy stpcpy macro
1693 yystpcpy (char *yydest, const char *yysrc) function in typeref:typename:char *
1750 return yystpcpy (yyres, yystr) - yyres;
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c1420 #ifndef yystpcpy
1422 # define yystpcpy stpcpy macro
1427 yystpcpy (char *yydest, const char *yysrc) function in typeref:typename:char *
1484 return yystpcpy (yyres, yystr) - yyres;
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.cpp2110 #ifndef yystpcpy
2112 # define yystpcpy stpcpy macro
2117 yystpcpy (char *yydest, const char *yysrc) function in typeref:typename:char *
2174 return yystpcpy (yyres, yystr) - yyres;

Completed in 46 milliseconds