HomeSort by relevance Sort by last modified time
    Searched full:yyerror (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/ipsec-tools/src/racoon/
cfparse.y 302 yyerror("unknown user \"%s\"", $2->v);
314 yyerror("unknown group \"%s\"", $2->v);
329 yyerror("invalid path type %d", $2);
376 yyerror("invalid GSS ID encoding %d", $2);
438 yyerror("NAT-T support not compiled in.");
492 yyerror("racoon not configured with --enable-hybrid");
496 yyerror("racoon not configured with --with-libradius");
518 yyerror("maximum radius auth servers exceeded");
536 yyerror("maximum radius auth servers exceeded");
554 yyerror("maximum radius account servers exceeded")
    [all...]
cftoken.l 423 yyerror("vmalloc failed");
500 yyerror("racoon not configured with --enable-hybrid");
507 yyerror("racoon not configured with --enable-hybrid");
514 yyerror("racoon not configured with --enable-hybrid");
521 yyerror("racoon not configured with --enable-hybrid");
528 yyerror("racoon not configured with --enable-hybrid");
535 yyerror("racoon not configured with --enable-hybrid");
542 yyerror("racoon not configured with --enable-hybrid");
549 yyerror("racoon not configured with --enable-hybrid");
593 yyerror("vmalloc failed")
    [all...]
cftoken_proto.h 40 extern void yyerror __P((char *, ...));
  /external/llvm/test/CodeGen/Alpha/
2006-11-01-vastart.ll 7 define void @yyerror(i32, ...) {
  /external/bison/lib/
yyerror.c 24 int yyerror (char const *);
27 yyerror (char const *message) function
Makefile.am 28 liby_a_SOURCES = main.c yyerror.c
  /external/iproute2/tc/
emp_ematch.y 22 extern void yyerror(char *s);
97 void yyerror(char *s)
  /external/bison/tests/
synclines.at 88 void yyerror (const char *s);
108 void yyerror (const char *s);
124 void yyerror (const char *s);
147 void yyerror (const char *s);
166 void yyerror (const char *s);
glr-regression.at 37 void yyerror (char const *msg);
74 yyerror (char const *msg)
130 void yyerror (char const *);
197 yyerror (char const *s)
243 static void yyerror (char const * s);
289 static void yyerror(char const * s) {
351 static void yyerror (char const *);
409 yyerror (char const *msg)
439 static void yyerror (char const *);
473 yyerror (char const *msg
    [all...]
torture.at 60 static void yyerror (const char *msg);
117 yyerror (const char *msg)
175 static void yyerror (const char *msg);
209 yyerror (const char *msg)
281 static void yyerror (const char *msg);
345 yyerror (const char *msg)
398 static void yyerror (const char *msg);
407 yyerror (const char *msg)
regression.at 32 void yyerror (char const *);
64 void yyerror (const char *s);
369 void yyerror (const char *s);
383 yyerror (char const *s)
420 void yyerror (const char *s);
758 static void yyerror (const char *);])
821 yyerror (const char *s)
885 static void yyerror (const char *);])
918 yyerror (const char *s)
headers.at 61 void yyerror (const char *);
actions.at 38 static void yyerror (const char *msg);
63 yyerror (const char *msg)
99 static void yyerror (const char *msg);
138 yyerror (const char *msg)
198 ]AT_LALR1_CC_IF([], [static void yyerror (const char *msg);])
335 yyerror (const char *msg)
  /bootable/recovery/edify/
parser.y 29 void yyerror(Expr** root, int* error_count, const char* s);
95 yyerror(root, error_count, buffer);
96 YYERROR;
124 void yyerror(Expr** root, int* error_count, const char* s) {
  /system/core/sh/
arith.y 54 void yyerror(const char *);
101 yyerror("division by zero");
106 yyerror("division by zero");
190 yyerror(s)
arith.c 167 void yyerror(const char *);
556 #define YYERROR goto yyerrorlab
559 /* Like YYERROR except do call yyerror. This remains here temporarily
560 to ease the transition to the new meaning of YYERROR, for GCC.
579 yyerror ("syntax error: cannot back up");\
580 YYERROR; \
1576 yyerror(s) function
    [all...]
  /external/bluetooth/bluez/tools/
parser.y 43 int yyerror(char *s);
135 int yyerror(char *s)
lexer.l 49 int yyerror(char *str);
  /external/bison/data/
yacc.c 50 # Arguments passed to yyerror: user args plus yylloc.
156 #define yyerror b4_prefix[]error macro
558 #define YYERROR goto yyerrorlab
561 /* Like YYERROR except do call yyerror. This remains here temporarily
562 to ease the transition to the new meaning of YYERROR, for GCC.
581 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \
582 YYERROR; \
793 quotes and backslashes, so that it's suitable for yyerror. The
    [all...]
glr.cc 91 # Declare yyerror.
96 b4_c_ansi_function_decl([yyerror],
103 # Define yyerror.
111 ]b4_c_ansi_function_def([yyerror],
  /external/ipsec-tools/src/libipsec/
policy_parse.y 110 extern void yyerror __P((char *msg));
365 yyerror(msg)
386 yyerror("malloc failed");
393 yyerror("malloc failed");
415 yyerror("invalid IP address");
421 yyerror("invalid IP address");
  /external/e2fsprogs/intl/
plural.c 8 #define yyerror __gettexterror macro
79 static void yyerror (const char *str);
458 #define YYERROR goto yyerrlab1
459 /* Like YYERROR except do call yyerror. This remains here temporarily
460 to ease the transition to the new meaning of YYERROR, for GCC.
476 yyerror ("syntax error: cannot back up"); \
477 YYERROR; \
1169 yyerror (yymsg);
1173 yyerror ("parse error; also virtual memory exhausted")
1487 yyerror (const char *str) function
    [all...]
plural.y 58 static void yyerror (const char *str);
378 yyerror (const char *str)
  /external/mksh/src/
syn.c 184 yyerror("too many <<s\n");
260 yyerror("too many redirections\n");
406 yyerror("%s: bad identifier\n",
469 yyerror("too many redirections\n");
625 yyerror("%s: invalid function name\n", sname);
799 yyerror("%s: unexpected EOF\n", T_synerr);
826 yyerror("%s: '%s' %s\n", T_synerr, s, what);
  /frameworks/base/tools/aidl/
aidl_language_y.y 7 int yyerror(char* errstr);
265 int yyerror(char* errstr)

Completed in 787 milliseconds

1 2 3 4 5