Lines Matching refs:FATAL
71 FATAL("out of space for $0 and fields"); in recinit()
87 FATAL("out of space in makefields %d", i); in makefields()
136 FATAL("field separator %.10s... is too long", *FS); in savefs()
175 FATAL("can't open file %s", file); in getrec()
266 FATAL("input record `%.30s...' too long", buf); in readrec()
275 FATAL("input record `%.30s...' too long", buf); in readrec()
280 FATAL("input record `%.30s...' too long", buf); in readrec()
319 FATAL("input record `%.30s...' too long", buf); in readcsvrec()
328 FATAL("input record `%.30s...' too long", buf); in readcsvrec()
397 FATAL("out of space for fields in fldbld %d", n); in fldbld()
500 FATAL("record `%.30s...' has too many fields; can't happen", r); in fldbld()
549 FATAL("cannot set NF to a negative value"); in setlastfld()
564 FATAL("trying to access out of range field %d", n); in fieldadr()
583 FATAL("out of space creating %d fields", nf); in growfldtab()
600 FATAL("out of space for fields in refldbld %d", n); in refldbld()
647 FATAL("created $0 `%.30s...' too long", record); in recbld()
652 FATAL("created $0 `%.30s...' too long", record); in recbld()
658 FATAL("built giant record `%.30s...'", record); in recbld()
729 void FATAL(const char *fmt, ...) in FATAL() function