Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/pcc/dist/pcc/cc/cc/
Dcc.c261 void errorx(int, char *, ...);
787 errorx(8, "too many -o"); in main()
919 errorx(8, "too many files"); in main()
927 errorx(8,"-t only allowed fi -E given"); in main()
940 errorx(8, "no input files"); in main()
942 errorx(8, "-o given with -c || -E || -S and more than one file"); in main()
945 errorx(8, "output file will be clobbered"); in main()
949 errorx(8, "to make dependencies needs -M"); in main()
1150 errorx(int eval, char *s, ...) in errorx() function
1421 errorx(100, "Can't find %s\n", STRLIST_FIRST(l)->value); in strlist_exec()
[all …]
/netbsd/src/external/bsd/pcc/dist/pcc/f77/f77/
Df77.c125 static void errorx(char *, ...);
281 errorx("No input files"); in main()
400 errorx("Error. No assembly."); in dofort()
771 errorx(char *fmt, ...) in errorx() function
/netbsd/src/usr.bin/unzip/
Dunzip.c99 errorx("%s", archive_error_string(a)); \
131 errorx(const char *fmt, ...) in errorx() function
963 errorx("%ju checksum error(s) found.", error_count); in unzip()
1096 errorx("-n, -o and -u are contradictory"); in main()