Searched refs:errorx (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c143 void errorx(int, char *, ...);
443 errorx(1, "unknown target arch %s", t);
627 errorx(1, "unknown option %s", argv[i]);
656 errorx(8, "too many -o");
782 errorx(8, "no input files");
784 errorx(8, "-o given with -c || -E || -S and more than one file");
786 errorx(8, "output file will be clobbered");
1353 errorx(int eval, char *s, ...) function
1372 errorx(1, "malloc failed");
1536 errorx(
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/f77/
H A Df77.c125 static void errorx(char *, ...);
281 errorx("No input files");
400 errorx("Error. No assembly.");
772 errorx(char *fmt, ...)
771 errorx(char *fmt, ...) function
/netbsd-6-1-5-RELEASE/usr.bin/unzip/
H A Dunzip.c90 errorx("%s", archive_error_string(a)); \
119 errorx(const char *fmt, ...) function
948 errorx("%ju checksum error(s) found.", error_count);
1067 errorx("-n, -o and -u are contradictory");

Completed in 184 milliseconds