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()
141 FATAL("can't open file %s", file); in getrec()
189 FATAL("field separator %.10s... is too long", *FS); in readrec()
202 FATAL("input record `%.30s...' too long", buf); in readrec()
210 FATAL("input record `%.30s...' too long", buf); in readrec()
215 FATAL("input record `%.30s...' too long", buf); in readrec()
272 FATAL("out of space for fields in fldbld %d", n); in fldbld()
337 FATAL("record `%.30s...' has too many fields; can't happen", r); in fldbld()
383 FATAL("trying to access out of range field %d", n); in fieldadr()
402 FATAL("out of space creating %d fields", nf); in growfldtab()
419 FATAL("out of space for fields in refldbld %d", n); in refldbld()
465 FATAL("created $0 `%.30s...' too long", record); in recbld()
470 FATAL("created $0 `%.30s...' too long", record); in recbld()
476 FATAL("built giant record `%.30s...'", record); in recbld()
521 FATAL("floating point exception %d", n); in fpecatch()
552 void FATAL(const char *fmt, ...) in FATAL() function