Symbol: m4errx
usr.bin/m4/eval.c
112
m4errx(1, "expanding recursive definition for %s.", argv[1]);
usr.bin/m4/eval.c
188
m4errx(1, "expr: base %s invalid.", argv[3]);
usr.bin/m4/eval.c
194
m4errx(1, "expr: maxdigits %s invalid.", argv[4]);
usr.bin/m4/eval.c
234
m4errx(1, "incr: argument %s: %s,", argv[2],
usr.bin/m4/eval.c
248
m4errx(1, "decr: argument %s: %s,", argv[2],
usr.bin/m4/eval.c
355
m4errx(1, "divert: argument %s: %s,", argv[2],
usr.bin/m4/eval.c
519
m4errx(1, "eval: major botch.");
usr.bin/m4/eval.c
613
m4errx(1, "define macro with empty name.");
usr.bin/m4/eval.c
650
m4errx(1, "pushdef macro with empty name.");
usr.bin/m4/eval.c
715
m4errx(1, "wrong number of args for ifelse");
usr.bin/m4/eval.c
740
m4errx(1, "too many include files.");
usr.bin/m4/extern.h
124
extern __dead void m4errx(int, const char *, ...) __printflike(2, 3);
usr.bin/m4/gnum4.c
166
m4errx(1, "indir: undefined macro %s.", argv[2]);
usr.bin/m4/gnum4.c
182
m4errx(1, "unknown builtin %s.", argv[2]);
usr.bin/m4/gnum4.c
257
m4errx(1, "regular expression error in %s: `%s'", source, errbuf);
usr.bin/m4/gnum4.c
586
m4errx(1,
usr.bin/m4/gnum4.c
605
m4errx(1,
usr.bin/m4/gnum4.c
617
m4errx(1, "Format with too many format specifiers.");
usr.bin/m4/gnum4.c
628
m4errx(1, "Unsupported format specification: %s.",
usr.bin/m4/gnum4.c
720
m4errx(EXIT_FAILURE, "Can't open output freeze file `%s' (%s)",
usr.bin/m4/gnum4.c
747
m4errx(EXIT_FAILURE, "Can't open frozen file `%s' (%s)",
usr.bin/m4/gnum4.c
758
m4errx(EXIT_FAILURE, "Bad frozen version `%s'", line);
usr.bin/m4/gnum4.c
773
m4errx(EXIT_FAILURE, "%s, %zu: Bad line `%s'",
usr.bin/m4/gnum4.c
781
m4errx(EXIT_FAILURE, "%s, %zu: Quote too long",
usr.bin/m4/gnum4.c
789
m4errx(EXIT_FAILURE, "%s, %zu: Comment too long",
usr.bin/m4/gnum4.c
813
m4errx(EXIT_FAILURE, "%s, %zu: Unknown type %c",
usr.bin/m4/gnum4.c
818
m4errx(EXIT_FAILURE, "Unexpected end of file in `%s'", fname);
usr.bin/m4/misc.c
130
m4errx(1, "base %d > 36: not supported.", base);
usr.bin/m4/misc.c
133
m4errx(1, "bad base %d for conversion.", base);
usr.bin/m4/misc.c
236
m4errx(1, "undivert: diversion still active.");