Lines Matching refs:FATAL
64 FATAL("out of space for $0 and fields"); in recinit()
79 FATAL("out of space in makefields %d", i); in makefields()
146 FATAL("can't open file %s", file); in getrec()
195 FATAL("field separator %.10s... is too long", *FS); in readrec()
209 FATAL("input record `%.30s...' too long", buf); in readrec()
217 FATAL("input record `%.30s...' too long", buf); in readrec()
222 FATAL("input record `%.30s...' too long", buf); in readrec()
282 FATAL("out of space for fields in fldbld %d", n); in fldbld()
288 FATAL("field separator %.10s... is too long", *FS); in fldbld()
350 FATAL("record `%.30s...' has too many fields; can't happen", r); in fldbld()
397 FATAL("cannot set NF to a negative value"); in setlastfld()
412 FATAL("trying to access out of range field %d", n); in fieldadr()
431 FATAL("out of space creating %d fields", nf); in growfldtab()
448 FATAL("out of space for fields in refldbld %d", n); in refldbld()
495 FATAL("created $0 `%.30s...' too long", record); in recbld()
500 FATAL("created $0 `%.30s...' too long", record); in recbld()
506 FATAL("built giant record `%.30s...'", record); in recbld()
551 FATAL("floating point exception %d", n); in fpecatch()
582 void FATAL(const char *fmt, ...) in FATAL() function