Searched refs:uerror (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcxxcode.c110 uerror("new used illegally");
286 uerror("pshargs2: %lx\n", t);
290 uerror("pshargs: %lx\n", t);
314 uerror("missed mangling %d\n", type);
484 uerror("undeclared class in chain");
551 // uerror("class/namespace redefined");
620 uerror("cxxckproto");
671 uerror("%s redefined", s);
686 uerror("inside struct");
699 uerror("undeclare
[all...]
H A Dcgram.y326 simple_decl: ')' NOMATCH { uerror("simple-declaration"); }
352 uerror("'extern' expected");
354 uerror("unknown linkage %s", s);
459 uerror("bad class keyword");
525 uerror("illegal parameter class");
753 uerror("illegal declarator");
768 uerror("illegal declarator");
775 uerror("bad unnamed member type");
847 uerror("designator must be non-negative");
854 uerror("invali
[all...]
H A Dpftn.c198 uerror("declared argument %s missing",
243 uerror("declaration doesn't match prototype");
368 uerror("redeclaration of %s", p->sname);
382 uerror("fix XTYPE basetyp");
597 uerror("parameter %d name missing", i);
632 uerror("function doesn't match prototype");
700 uerror("tag %s redeclared", name);
737 uerror("%s redeclared", name);
761 uerror("%s redeclared", name);
822 uerror("enu
[all...]
H A Dinit.c226 uerror("constant required");
400 uerror("array has incomplete type");
469 uerror("excess of initializing elements");
487 uerror("too many left braces");
670 uerror("excess of initializing elements");
979 uerror("array indexing non-array");
990 uerror("member missing");
992 uerror("not a struct/union");
1224 uerror("illegal initialization");
H A Dtrees.c357 uerror("lvalue required");
365 uerror("lvalue is declared const");
419 uerror("struct or union required");
424 uerror("undefined struct or union");
429 uerror("member '%s' not declared", r->n_name);
442 if( !ISPTR(l->n_type))uerror("illegal indirection");
480 uerror("unacceptable operand of &: %d", l->n_op );
514 uerror("assignment of different structures");
545 uerror( "type clash in conditional" );
554 uerror("illega
[all...]
H A Dgcc_compat.c169 uerror("%s outside function", kwp->name);
321 uerror("bad arg to attribute");
363 uerror("wrong attribute arg count");
H A Dscan.l91 uerror("__func__ outside function");
514 uerror("constant has too many '%c'", *ch);
588 uerror("empty character constant");
618 uerror("empty wide-character constant");
815 uerror("bad argument to #pragma");
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dcgram.y351 uerror("bad class keyword");
416 uerror("illegal parameter class");
644 uerror("illegal declarator");
659 uerror("illegal declarator");
666 uerror("bad unnamed member type");
738 uerror("designator must be non-negative");
745 uerror("invalid designator");
750 uerror("invalid designator");
843 uerror("illegal break");
851 uerror("illega
[all...]
H A Dpftn.c198 uerror("declared argument %s missing",
243 uerror("declaration doesn't match prototype");
368 uerror("redeclaration of %s", p->sname);
382 uerror("fix XTYPE basetyp");
586 uerror("parameter %d name missing", i);
621 uerror("function doesn't match prototype");
689 uerror("tag %s redeclared", name);
726 uerror("%s redeclared", name);
750 uerror("%s redeclared", name);
811 uerror("enu
[all...]
H A Dinit.c226 uerror("constant required");
400 uerror("array has incomplete type");
469 uerror("excess of initializing elements");
487 uerror("too many left braces");
670 uerror("excess of initializing elements");
979 uerror("array indexing non-array");
990 uerror("member missing");
992 uerror("not a struct/union");
1224 uerror("illegal initialization");
H A Dtrees.c357 uerror("lvalue required");
365 uerror("lvalue is declared const");
419 uerror("struct or union required");
424 uerror("undefined struct or union");
429 uerror("member '%s' not declared", r->n_name);
442 if( !ISPTR(l->n_type))uerror("illegal indirection");
480 uerror("unacceptable operand of &: %d", l->n_op );
514 uerror("assignment of different structures");
545 uerror( "type clash in conditional" );
554 uerror("illega
[all...]
H A Dgcc_compat.c169 uerror("%s outside function", kwp->name);
322 uerror("bad arg to attribute");
364 uerror("wrong attribute arg count");
H A Dscan.l90 uerror("__func__ outside function");
499 uerror("constant has too many '%c'", *ch);
573 uerror("empty character constant");
603 uerror("empty wide-character constant");
800 uerror("bad argument to #pragma");
/netbsd-6-1-5-RELEASE/sys/fs/union/
H A Dunion_vnops.c266 int uerror, lerror; local
310 uerror = union_lookup1(um->um_uppervp, &upperdvp,
314 return (uerror);
316 if (uerror == ENOENT || uerror == EJUSTRETURN) {
327 uerror = ENOENT;
399 if ((uerror == EJUSTRETURN) && (cnp->cn_flags & ISLASTCN) &&
402 uerror = EROFS;
405 * at this point, we have uerror and lerror indicating
432 if ((uerror !
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-dlpi.c834 int uerror; local
848 if (dlbindack(fd, (char *)buf, ebuf, &uerror) >= 0)
853 if (uerror != EBUSY) {
944 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror) argument
951 * Clear out "*uerror", so it's only set for DL_ERROR_ACK/DL_SYSERR,
954 if (uerror != NULL)
955 *uerror = 0;
984 if (uerror != NULL)
985 *uerror = dlp->error_ack.dl_unix_errno;
1256 dlbindack(int fd, char *bufp, char *ebuf, int *uerror) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/unionfs/
H A Dunionfs_vnops.c73 int error , uerror, lerror; local
83 error = uerror = lerror = ENOENT;
157 uerror = VOP_LOOKUP(udvp, &uvp, cnp);
159 if (uerror == 0) {
165 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", uerror);
167 return (uerror);
172 if (uerror == ENOENT || uerror == EJUSTRETURN)
196 if (udvp != NULLVP && (uerror == 0 || uerror
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/arm/
H A Dlocal.c385 uerror("element not constant");
542 uerror("bad argument to __builtin_stdarg_start");
597 uerror("bad argument to __builtin_va_arg");
621 uerror("bad argument to __buildtin_va_copy");
638 uerror("thread-local storage not supported for this target");
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/vax/
H A Dcode.c59 uerror("FIXME: unsupported segment");
380 uerror("bad argument to __builtin_return_address");
410 uerror("bad argument to __builtin_frame_address");
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dcode.c86 uerror("no struct return yet");
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dlocal.c886 uerror("element not constant");
1125 uerror("thread-local storage not supported for this target");
1205 uerror("bad argument to __builtin_stdarg_start");
1267 uerror("bad argument to __builtin_va_arg");
1291 uerror("bad argument to __buildtin_va_copy");
1321 uerror("bad argument to __builtin_return_address");
1354 uerror("bad argument to __builtin_frame_address");
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/mips/
H A Dlocal.c440 uerror("element not constant");
665 uerror("bad argument to __builtin_stdarg_start");
720 uerror("bad argument to __builtin_va_arg");
743 uerror("bad argument to __buildtin_va_copy");
758 uerror("thread-local storage not supported for this target");
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dcode.c42 uerror("FIXME: unknown section");
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dmanifest.h351 void uerror(char *s, ...);
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dlocal2.c1026 uerror("xasm arg not constant");
1033 uerror("xasm val out of range");
1080 uerror("bad xasm arg number %c", w[1]);
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/i386/
H A Dlocal.c1183 uerror("constructor/destructor are not supported for this target");
1230 uerror("bad argument to __builtin_return_address");
1255 uerror("bad argument to __builtin_frame_address");

Completed in 288 milliseconds

12