HomeSort by: relevance | last modified time | path
    Searched defs:yystpcpy (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 1005 # ifndef yystpcpy
1007 # define yystpcpy stpcpy
1014 yystpcpy (char *yydest, const char *yysrc)
1017 yystpcpy (yydest, yysrc)
1077 return yystpcpy (yyres, yystr) - yyres;
1136 yyfmt = yystpcpy (yyformat, yyunexpected);
1152 yyfmt = yystpcpy (yyfmt, yyprefix);
1006 # define yystpcpy macro
1013 yystpcpy (char *yydest, const char *yysrc) function in typeref:typename:char *
dtparser.tab.c 1087 # ifndef yystpcpy
1089 # define yystpcpy stpcpy
1096 yystpcpy (char *yydest, const char *yysrc)
1099 yystpcpy (yydest, yysrc)
1159 return yystpcpy (yyres, yystr) - yyres;
1218 yyfmt = yystpcpy (yyformat, yyunexpected);
1234 yyfmt = yystpcpy (yyfmt, yyprefix);
1088 # define yystpcpy macro
1095 yystpcpy (char *yydest, const char *yysrc) function in typeref:typename:char *
prparser.tab.c 1090 # ifndef yystpcpy
1092 # define yystpcpy stpcpy
1099 yystpcpy (char *yydest, const char *yysrc)
1102 yystpcpy (yydest, yysrc)
1162 return yystpcpy (yyres, yystr) - yyres;
1221 yyfmt = yystpcpy (yyformat, yyunexpected);
1237 yyfmt = yystpcpy (yyfmt, yyprefix);
1091 # define yystpcpy macro
1098 yystpcpy (char *yydest, const char *yysrc) function in typeref:typename:char *

Completed in 43 milliseconds