Searched refs:yyp (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.tab.c1786 char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
1787 yyp = yystpcpy (yyp, yytname[yytype]);
1795 yyp = yystpcpy (yyp, yyprefix);
1796 yyp = yystpcpy (yyp, yytname[yyx]);
1782 char *yyp = yystpcpy (yymsg, "syntax error, unexpected "); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dgetdate.c1653 char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
1654 yyp = yystpcpy (yyp, yytname[yytype]);
1665 yyp = yystpcpy (yyp, yyq);
1666 yyp = yystpcpy (yyp, yytname[yyx]);
1649 char *yyp = yystpcpy (yymsg, "syntax error, unexpected "); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DParser.cpp875 char const *yyp = yystr;
878 switch (*++yyp)
885 if (*++yyp != '\\')
890 yyres[yyn] = *yyp;
997 char *yyp = yyresult;
999 while ((*yyp = *yyf) != '\0')
1001 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1003 yyp += yytnamerr (yyp, yyarg[yyi++]);
1008 yyp
874 char const *yyp = yystr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.c997 char const *yyp = yystr;
1000 switch (*++yyp)
1007 if (*++yyp != '\\')
1012 yyres[yyn] = *yyp;
1119 char *yyp = yyresult;
1121 while ((*yyp = *yyf) != '\0')
1123 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1125 yyp += yytnamerr (yyp, yyarg[yyi++]);
1130 yyp
996 char const *yyp = yystr; local
1118 char *yyp = yyresult; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-gram-gen.c1011 char const *yyp = yystr;
1014 switch (*++yyp)
1021 if (*++yyp != '\\')
1026 yyres[yyn] = *yyp;
1133 char *yyp = yyresult;
1135 while ((*yyp = *yyf) != '\0')
1137 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1139 yyp += yytnamerr (yyp, yyarg[yyi++]);
1144 yyp
1010 char const *yyp = yystr; local
1132 char *yyp = yyresult; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dgram.c1134 char const *yyp = yystr;
1137 switch (*++yyp)
1144 if (*++yyp != '\\')
1149 yyres[yyn] = *yyp;
1256 char *yyp = yyresult;
1258 while ((*yyp = *yyf) != '\0')
1260 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1262 yyp += yytnamerr (yyp, yyarg[yyi++]);
1267 yyp
1133 char const *yyp = yystr; local
1255 char *yyp = yyresult; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dgram.c1134 char const *yyp = yystr;
1137 switch (*++yyp)
1144 if (*++yyp != '\\')
1149 yyres[yyn] = *yyp;
1256 char *yyp = yyresult;
1258 while ((*yyp = *yyf) != '\0')
1260 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1262 yyp += yytnamerr (yyp, yyarg[yyi++]);
1267 yyp
1133 char const *yyp = yystr; local
1255 char *yyp = yyresult; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_parse.c1150 char const *yyp = yystr;
1153 switch (*++yyp)
1160 if (*++yyp != '\\')
1165 yyres[yyn] = *yyp;
1272 char *yyp = yyresult;
1274 while ((*yyp = *yyf) != '\0')
1276 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1278 yyp += yytnamerr (yyp, yyarg[yyi++]);
1283 yyp
1149 char const *yyp = yystr; local
1271 char *yyp = yyresult; local
[all...]
H A Dclient6_parse.c1053 char const *yyp = yystr;
1056 switch (*++yyp)
1063 if (*++yyp != '\\')
1068 yyres[yyn] = *yyp;
1175 char *yyp = yyresult;
1177 while ((*yyp = *yyf) != '\0')
1179 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1181 yyp += yytnamerr (yyp, yyarg[yyi++]);
1186 yyp
1052 char const *yyp = yystr; local
1174 char *yyp = yyresult; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.c1978 char const *yyp = yystr;
1981 switch (*++yyp)
1988 if (*++yyp != '\\')
1993 yyres[yyn] = *yyp;
2100 char *yyp = yyresult;
2102 while ((*yyp = *yyf) != '\0')
2104 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
2106 yyp += yytnamerr (yyp, yyarg[yyi++]);
2111 yyp
1977 char const *yyp = yystr; local
2099 char *yyp = yyresult; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.tab.c1119 char const *yyp = yystr;
1122 switch (*++yyp)
1129 if (*++yyp != '\\')
1134 yyres[yyn] = *yyp;
1241 char *yyp = yyresult;
1243 while ((*yyp = *yyf) != '\0')
1245 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1247 yyp += yytnamerr (yyp, yyarg[yyi++]);
1252 yyp
1118 char const *yyp = yystr; local
1240 char *yyp = yyresult; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dparse.c1097 char const *yyp = yystr;
1100 switch (*++yyp)
1107 if (*++yyp != '\\')
1112 yyres[yyn] = *yyp;
1219 char *yyp = yyresult;
1221 while ((*yyp = *yyf) != '\0')
1223 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1225 yyp += yytnamerr (yyp, yyarg[yyi++]);
1230 yyp
1096 char const *yyp = yystr; local
1218 char *yyp = yyresult; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c93885 sqlite3Parser( void *yyp, int yymajor, sqlite3ParserTOKENTYPE yyminor sqlite3ParserARG_PDECL ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/
H A Dsqlite3.c93885 sqlite3Parser( void *yyp, int yymajor, sqlite3ParserTOKENTYPE yyminor sqlite3ParserARG_PDECL ) argument
[all...]

Completed in 625 milliseconds