Lines Matching defs:FATAL
70 FATAL("out of space for $0 and fields");
86 FATAL("out of space in makefields %d", i);
131 FATAL("field separator %.10s... is too long", *FS);
134 FATAL("field separator %.10s... is too long", *FS);
172 FATAL("can't open file %s", file);
262 FATAL("input record `%.30s...' too long", buf);
271 FATAL("input record `%.30s...' too long", buf);
276 FATAL("input record `%.30s...' too long", buf);
314 FATAL("input record `%.30s...' too long", buf);
323 FATAL("input record `%.30s...' too long", buf);
392 FATAL("out of space for fields in fldbld %d", n);
495 FATAL("record `%.30s...' has too many fields; can't happen", r);
544 FATAL("cannot set NF to a negative value");
559 FATAL("trying to access out of range field %d", n);
578 FATAL("out of space creating %d fields", nf);
595 FATAL("out of space for fields in refldbld %d", n);
619 FATAL("out of space for fields in refldbld");
627 FATAL("out of space for fields in refldbld");
647 FATAL("created $0 `%.30s...' too long", record);
652 FATAL("created $0 `%.30s...' too long", record);
658 FATAL("built giant record `%.30s...'", record);
729 void FATAL(const char *fmt, ...)