Searched refs:expecting (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3exception.h48 /** Indicates that the recognizer was expecting one token and found a
150 /** Indicates the token we were expecting to see next when the error occurred
152 ANTLR3_UINT32 expecting; member in struct:ANTLR3_EXCEPTION_struct
154 /** Indicates a set of tokens that we were expecting to see one of when the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DParser.cpp938 YY_("syntax error, unexpected %s, expecting %s");
939 YY_("syntax error, unexpected %s, expecting %s or %s");
940 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
941 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
946 static char const yyexpecting[] = ", expecting %s";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.c1060 YY_("syntax error, unexpected %s, expecting %s");
1061 YY_("syntax error, unexpected %s, expecting %s or %s");
1062 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1063 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1068 static char const yyexpecting[] = ", expecting %s";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-gram-gen.c1074 YY_("syntax error, unexpected %s, expecting %s");
1075 YY_("syntax error, unexpected %s, expecting %s or %s");
1076 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1077 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1082 static char const yyexpecting[] = ", expecting %s";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dgram.c1197 YY_("syntax error, unexpected %s, expecting %s");
1198 YY_("syntax error, unexpected %s, expecting %s or %s");
1199 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1200 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1205 static char const yyexpecting[] = ", expecting %s";
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dgram.c1197 YY_("syntax error, unexpected %s, expecting %s");
1198 YY_("syntax error, unexpected %s, expecting %s or %s");
1199 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1200 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1205 static char const yyexpecting[] = ", expecting %s";
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_parse.c1213 YY_("syntax error, unexpected %s, expecting %s");
1214 YY_("syntax error, unexpected %s, expecting %s or %s");
1215 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1216 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1221 static char const yyexpecting[] = ", expecting %s";
H A Dclient6_parse.c1116 YY_("syntax error, unexpected %s, expecting %s");
1117 YY_("syntax error, unexpected %s, expecting %s or %s");
1118 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1119 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1124 static char const yyexpecting[] = ", expecting %s";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3baserecognizer.c539 recognizer->state->exception->expecting = nextt;
651 recognizer->state->exception->expecting = ttype;
1133 if (ex->expecting == ANTLR3_TOKEN_EOF)
1139 ANTLR3_FPRINTF(stderr, " : Extraneous input - expected %s ...\n", tokenNames[ex->expecting]);
1153 ANTLR3_FPRINTF(stderr, " : Missing token (%d)...\n", ex->expecting);
1157 if (ex->expecting == ANTLR3_TOKEN_EOF)
1163 ANTLR3_FPRINTF(stderr, " : Missing %s \n", tokenNames[ex->expecting]);
1181 // We were expecting to see one thing and got another. This is the
1196 if (ex->expecting == ANTLR3_TOKEN_EOF)
1202 ANTLR3_FPRINTF(stderr, " : expected %s ...\n", tokenNames[ex->expecting]);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_expect.c54 master_help->expecting[exp->class]--;
324 master_help->expecting[exp->class]++;
403 master_help->expecting[expect->class] >= p->max_expected) {
405 if (master_help->expecting[expect->class] >= p->max_expected) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.c2041 YY_("syntax error, unexpected %s, expecting %s");
2042 YY_("syntax error, unexpected %s, expecting %s or %s");
2043 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
2044 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
2049 static char const yyexpecting[] = ", expecting %s";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dif.c83 void expecting(int prim, union DL_primitives *dlp);
847 expecting(DL_INFO_ACK, dlp);
921 expecting(DL_OK_ACK, dlp);
953 expecting(DL_BIND_ACK, dlp);
1049 void expecting(int prim, union DL_primitives *dlp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.tab.c1182 YY_("syntax error, unexpected %s, expecting %s");
1183 YY_("syntax error, unexpected %s, expecting %s or %s");
1184 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1185 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1190 static char const yyexpecting[] = ", expecting %s";
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dparse.c1160 YY_("syntax error, unexpected %s, expecting %s");
1161 YY_("syntax error, unexpected %s, expecting %s or %s");
1162 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1163 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1168 static char const yyexpecting[] = ", expecting %s";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netfilter/
H A Dnf_conntrack.h85 u8 expecting[NF_CT_MAX_EXPECT_CLASSES]; member in struct:nf_conn_help
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S150 cmp r10, #0 @ are we expecting start bit?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex91 are going to use some routing protocol expecting that packets
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex384 expecting a vector return value (even in a case where a vector of
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextctrl.tex796 on the following line. So this function gets the line we're expecting to find
H A Dwxstring.tex580 to a function expecting non-const pointer.
H A Dtdb.tex359 datasource is expecting.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex556 Options expecting boolean values accept {\it 1, 0, true, false, yes, no} in any combination of upper or

Completed in 408 milliseconds