Symbol: FATAL
bin/ed/main.c
262
case FATAL:
bin/ed/main.c
534
return FATAL;
usr.bin/awk/b.c
1041
FATAL("syntax error in regular expression %s at %s", lastre, prestr);
usr.bin/awk/b.c
1043
FATAL("illegal primary in regular expression %s at %s", lastre, prestr);
usr.bin/awk/b.c
1174
FATAL("out of space in reg expr %.10s..", lastre);
usr.bin/awk/b.c
1230
FATAL("internal error");
usr.bin/awk/b.c
1251
FATAL("internal error");
usr.bin/awk/b.c
1308
FATAL("out of space in reg expr %.10s..", lastre);
usr.bin/awk/b.c
1318
FATAL("out of space for reg expr %.10s...", lastre);
usr.bin/awk/b.c
1328
FATAL("nonterminated character class %.20s...", lastre);
usr.bin/awk/b.c
1350
FATAL("out of space for reg expr %.10s...", lastre);
usr.bin/awk/b.c
1399
FATAL("nonterminated character class %.20s", lastre);
usr.bin/awk/b.c
1431
FATAL("illegal repetition expression: class %.20s",
usr.bin/awk/b.c
1447
FATAL("illegal repetition expression: class %.20s",
usr.bin/awk/b.c
1463
FATAL("nonterminated character class %.20s",
usr.bin/awk/b.c
1468
FATAL("repetition count %.20s too large",
usr.bin/awk/b.c
1473
FATAL("illegal repetition expression: class %.20s",
usr.bin/awk/b.c
1481
FATAL("illegal repetition expression: class %.20s",
usr.bin/awk/b.c
314
FATAL("can't happen: unknown type %d in penter", type(p));
usr.bin/awk/b.c
338
FATAL("can't happen: unknown type %d in freetr", type(p));
usr.bin/awk/b.c
432
FATAL("out of space for character class [%.10s...] 1", p);
usr.bin/awk/b.c
456
FATAL("out of space for character class [%.10s...] 2", p);
usr.bin/awk/b.c
469
FATAL("out of space for character class [%.10s...] 2", p);
usr.bin/awk/b.c
487
FATAL("regular expression too big: out of space in %.30s...", s);
usr.bin/awk/b.c
525
FATAL("can't happen: unknown type %d in cfoll", type(v));
usr.bin/awk/b.c
570
FATAL("can't happen: unknown type %d in first", type(p)); /* can't happen */
usr.bin/awk/b.c
910
FATAL("fnematch: getc error");
usr.bin/awk/b.c
957
FATAL("unable to ungetc '%c'", *k);
usr.bin/awk/b.c
980
FATAL("syntax error in regular expression %s at %s", lastre, prestr);
usr.bin/awk/lex.c
132
FATAL( "out of space for name %.10s...", buf );
usr.bin/awk/lex.c
149
FATAL( "out of space for number %.10s...", buf );
usr.bin/awk/lex.c
188
FATAL( "out of space in yylex" );
usr.bin/awk/lex.c
385
FATAL("out of space for strings");
usr.bin/awk/lex.c
388
FATAL("out of space for string %.10s...", buf);
usr.bin/awk/lex.c
396
FATAL( "giving up" );
usr.bin/awk/lex.c
568
FATAL("out of space for reg expr");
usr.bin/awk/lex.c
572
FATAL("out of space for reg expr %.10s...", buf);
usr.bin/awk/lex.c
650
FATAL("pushed back too much: %.20s...", yysbuf);
usr.bin/awk/lib.c
131
FATAL("field separator %.10s... is too long", *FS);
usr.bin/awk/lib.c
134
FATAL("field separator %.10s... is too long", *FS);
usr.bin/awk/lib.c
172
FATAL("can't open file %s", file);
usr.bin/awk/lib.c
262
FATAL("input record `%.30s...' too long", buf);
usr.bin/awk/lib.c
271
FATAL("input record `%.30s...' too long", buf);
usr.bin/awk/lib.c
276
FATAL("input record `%.30s...' too long", buf);
usr.bin/awk/lib.c
314
FATAL("input record `%.30s...' too long", buf);
usr.bin/awk/lib.c
323
FATAL("input record `%.30s...' too long", buf);
usr.bin/awk/lib.c
392
FATAL("out of space for fields in fldbld %d", n);
usr.bin/awk/lib.c
495
FATAL("record `%.30s...' has too many fields; can't happen", r);
usr.bin/awk/lib.c
544
FATAL("cannot set NF to a negative value");
usr.bin/awk/lib.c
559
FATAL("trying to access out of range field %d", n);
usr.bin/awk/lib.c
578
FATAL("out of space creating %d fields", nf);
usr.bin/awk/lib.c
595
FATAL("out of space for fields in refldbld %d", n);
usr.bin/awk/lib.c
619
FATAL("out of space for fields in refldbld");
usr.bin/awk/lib.c
627
FATAL("out of space for fields in refldbld");
usr.bin/awk/lib.c
647
FATAL("created $0 `%.30s...' too long", record);
usr.bin/awk/lib.c
652
FATAL("created $0 `%.30s...' too long", record);
usr.bin/awk/lib.c
658
FATAL("built giant record `%.30s...'", record);
usr.bin/awk/lib.c
70
FATAL("out of space for $0 and fields");
usr.bin/awk/lib.c
86
FATAL("out of space in makefields %d", i);
usr.bin/awk/main.c
148
FATAL("%s", msg);
usr.bin/awk/main.c
212
FATAL("error allocating space for -f options");
usr.bin/awk/main.c
224
FATAL("invalid -v option argument: %s", vn);
usr.bin/awk/main.c
275
FATAL("no program given");
usr.bin/awk/main.c
318
FATAL("can't open file %s", pfile[curpfile]);
usr.bin/awk/parse.c
39
FATAL("out of space in nodealloc");
usr.bin/awk/proto.h
139
extern noreturn void FATAL(const char *, ...)
usr.bin/awk/run.c
1102
FATAL("out of memory in format()");
usr.bin/awk/run.c
1120
FATAL("format item %.30s... ran format() out of memory", os);
usr.bin/awk/run.c
1129
FATAL("'$' not permitted in awk formats");
usr.bin/awk/run.c
1133
FATAL("not enough args in printf(%s)", os);
usr.bin/awk/run.c
1178
FATAL("not enough args in printf(%s)", os);
usr.bin/awk/run.c
1210
FATAL("huge string/format (%d chars) in printf %.30s..." \
usr.bin/awk/run.c
128
FATAL("out of memory in %s", whatrtn);
usr.bin/awk/run.c
1369
FATAL("can't happen: bad conversion %c in format()", flag);
usr.bin/awk/run.c
1395
FATAL("out of memory in awksprintf");
usr.bin/awk/run.c
1399
FATAL("sprintf string %.30s... too long. can't happen.", buf);
usr.bin/awk/run.c
1418
FATAL("out of memory in awkprintf");
usr.bin/awk/run.c
1422
FATAL("printf string %.30s... too long. can't happen.", buf);
usr.bin/awk/run.c
1428
FATAL("write error on stdout");
usr.bin/awk/run.c
1435
FATAL("write error on %s", filename(fp));
usr.bin/awk/run.c
1468
FATAL("division by zero");
usr.bin/awk/run.c
1473
FATAL("division by zero in mod");
usr.bin/awk/run.c
1491
FATAL("illegal arithmetic operator %d", n);
usr.bin/awk/run.c
1570
FATAL("division by zero in /=");
usr.bin/awk/run.c
1575
FATAL("division by zero in %%=");
usr.bin/awk/run.c
1588
FATAL("illegal assignment operator %d", n);
usr.bin/awk/run.c
166
FATAL("illegal statement");
usr.bin/awk/run.c
1678
FATAL("out of space in split");
usr.bin/awk/run.c
1687
FATAL("out of space in split");
usr.bin/awk/run.c
1692
FATAL("illegal type of split");
usr.bin/awk/run.c
195
FATAL("illegal break, continue, next or nextfile from BEGIN");
usr.bin/awk/run.c
1998
FATAL("unable to reset character conversion state");
usr.bin/awk/run.c
2009
FATAL("illegal wide character %s", s);
usr.bin/awk/run.c
2017
FATAL("illegal byte sequence %s", s);
usr.bin/awk/run.c
211
FATAL("illegal break, continue, next or nextfile from END");
usr.bin/awk/run.c
2253
FATAL("bad time %ld", (long)tv);
usr.bin/awk/run.c
2265
FATAL("out of memory in strftime");
usr.bin/awk/run.c
2276
FATAL("illegal function type %d", t);
usr.bin/awk/run.c
2314
FATAL("write error on %s", filename(fp));
usr.bin/awk/run.c
2334
FATAL("can't open file %s", fname);
usr.bin/awk/run.c
2352
FATAL("can't allocate file memory for %zu files", nfiles);
usr.bin/awk/run.c
2373
FATAL("null file name in print or getline");
usr.bin/awk/run.c
2393
FATAL("cannot grow files for %s and %zu files", s, nnf);
usr.bin/awk/run.c
2419
FATAL("illegal redirection %d", a);
usr.bin/awk/run.c
244
FATAL("calling undefined function %s", s);
usr.bin/awk/run.c
2459
FATAL("write error on %s", files[i].fname);
usr.bin/awk/run.c
248
FATAL("out of space for stack frames calling %s", s);
usr.bin/awk/run.c
2496
FATAL("write error on %s", files[i].fname);
usr.bin/awk/run.c
2563
FATAL("dosub: unrecognized subop: %d", subop);
usr.bin/awk/run.c
2570
FATAL("out of memory in dosub");
usr.bin/awk/run.c
258
FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS);
usr.bin/awk/run.c
266
FATAL("can't use function %s as argument in %s", y->nval, s);
usr.bin/awk/run.c
2675
FATAL("out of memory in gensub");
usr.bin/awk/run.c
2719
FATAL("gensub doesn't support backreferences (subst \"%s\")", rptr);
usr.bin/awk/run.c
2757
FATAL("gensub result0 %.30s too big; can't happen", buf);
usr.bin/awk/run.c
2783
FATAL("gensub result1 %.30s too big; can't happen", buf);
usr.bin/awk/run.c
2792
FATAL("gensub result2 %.30s too big; can't happen", buf);
usr.bin/awk/run.c
282
FATAL("out of space for stack frames in %s", s);
usr.bin/awk/run.c
355
FATAL("argument #%d of function %s was not supplied",
usr.bin/awk/run.c
385
FATAL("bad type variable %d", y->tval);
usr.bin/awk/run.c
399
FATAL("illegal jump type %d", n);
usr.bin/awk/run.c
416
FATAL("out of memory in getline");
usr.bin/awk/run.c
484
FATAL("%s: out of memory", func);
usr.bin/awk/run.c
499
FATAL("%s: out of memory %s[%s...]",
usr.bin/awk/run.c
542
FATAL("cannot delete SYMTAB or its elements");
usr.bin/awk/run.c
689
FATAL("bad utf count [%s] n=%d i=%d\n", s, n, i);
usr.bin/awk/run.c
879
FATAL("unknown boolean operator %d", n);
usr.bin/awk/run.c
920
FATAL("unknown relational operator %d", n);
usr.bin/awk/run.c
932
FATAL("tempcell list is curdled");
usr.bin/awk/run.c
944
FATAL("out of space for temporaries");
usr.bin/awk/run.c
964
FATAL("trying to access out of range field %s", x->nval);
usr.bin/awk/tran.c
167
FATAL("out of space in makesymtab");
usr.bin/awk/tran.c
237
FATAL("out of space for symbol table at %s", n);
usr.bin/awk/tran.c
337
FATAL("can't %s %s; it's an array name.", rw, vp->nval);
usr.bin/awk/tran.c
339
FATAL("can't %s %s; it's a function.", rw, vp->nval);
usr.bin/awk/tran.c
473
FATAL("out of space in get_str_val"); \
usr.bin/awk/tran.c
532
FATAL("out of space in tostring on %s", s);
usr.bin/awk/tran.c
542
FATAL("out of space in tostringN %zu", n);
usr.bin/awk/tran.c
544
FATAL("out of space in tostringN on %s", s);
usr.bin/awk/tran.c
557
FATAL("out of space concatenating %s and %s", sa, sb);
usr.bin/awk/tran.c
563
FATAL("out of space concatenating %s and %s", sa, sb);
usr.bin/awk/tran.c
580
FATAL( "out of space in qstring(%s)", s);
usr.bin/awk/tran.c
648
FATAL("out of space in flags2str");
usr.sbin/npppd/common/radish.c
316
FATAL("rd_insert");
usr.sbin/npppd/common/radish.c
403
FATAL("rd_insert");
usr.sbin/npppd/common/radish.c
637
FATAL("rd_unlink");
usr.sbin/npppd/common/radish.c
659
FATAL("rd_unlink");