Lines Matching refs:FATAL
126 FATAL("out of memory in %s", whatrtn); in adjbuf()
164 FATAL("illegal statement"); in execute()
193 FATAL("illegal break, continue, next or nextfile from BEGIN"); in program()
209 FATAL("illegal break, continue, next or nextfile from END"); in program()
242 FATAL("calling undefined function %s", s); in call()
246 FATAL("out of space for stack frames calling %s", s); in call()
256 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS); in call()
264 FATAL("can't use function %s as argument in %s", y->nval, s); in call()
280 FATAL("out of space for stack frames in %s", s); in call()
353 FATAL("argument #%d of function %s was not supplied", in arg()
383 FATAL("bad type variable %d", y->tval); in jump()
397 FATAL("illegal jump type %d", n); in jump()
414 FATAL("out of memory in getline"); in awkgetline()
482 FATAL("%s: out of memory", func); in makearraystring()
497 FATAL("%s: out of memory %s[%s...]", in makearraystring()
540 FATAL("cannot delete SYMTAB or its elements"); in awkdelete()
689 FATAL("bad utf count [%s] n=%d i=%d\n", s, n, i); in u8_strlen()
879 FATAL("unknown boolean operator %d", n); in boolop()
920 FATAL("unknown relational operator %d", n); in relop()
932 FATAL("tempcell list is curdled"); in tfree()
944 FATAL("out of space for temporaries"); in gettemp()
965 FATAL("trying to access out of range field %s", x->nval); in indirect()
968 FATAL("illegal field $(%s), name \"%s\"", s, x->nval); in indirect()
1106 FATAL("out of memory in format()"); in format()
1124 FATAL("format item %.30s... ran format() out of memory", os); in format()
1133 FATAL("'$' not permitted in awk formats"); in format()
1137 FATAL("not enough args in printf(%s)", os); in format()
1182 FATAL("not enough args in printf(%s)", os); in format()
1214 FATAL("huge string/format (%d chars) in printf %.30s..." \ in format()
1373 FATAL("can't happen: bad conversion %c in format()", flag); in format()
1399 FATAL("out of memory in awksprintf"); in awksprintf()
1403 FATAL("sprintf string %.30s... too long. can't happen.", buf); in awksprintf()
1422 FATAL("out of memory in awkprintf"); in awkprintf()
1426 FATAL("printf string %.30s... too long. can't happen.", buf); in awkprintf()
1432 FATAL("write error on stdout"); in awkprintf()
1439 FATAL("write error on %s", filename(fp)); in awkprintf()
1472 FATAL("division by zero"); in arith()
1477 FATAL("division by zero in mod"); in arith()
1495 FATAL("illegal arithmetic operator %d", n); in arith()
1574 FATAL("division by zero in /="); in assign()
1579 FATAL("division by zero in %%="); in assign()
1592 FATAL("illegal assignment operator %d", n); in assign()
1693 FATAL("illegal type of split"); in split()
2017 FATAL("illegal wide character %s", s); in nawk_convert()
2025 FATAL("illegal byte sequence %s", s); in nawk_convert()
2240 FATAL("bad time %ld", (long)tv); in bltin()
2252 FATAL("out of memory in strftime"); in bltin()
2262 FATAL("illegal function type %d", t); in bltin()
2300 FATAL("write error on %s", filename(fp)); in printstat()
2320 FATAL("can't open file %s", fname); in redirect()
2338 FATAL("can't allocate file memory for %zu files", nfiles); in stdinit()
2358 FATAL("null file name in print or getline"); in openfile()
2378 FATAL("cannot grow files for %s and %zu files", s, nnf); in openfile()
2397 FATAL("illegal redirection %d", a); in openfile()
2437 FATAL("write error on %s", files[i].fname); in closefile()
2474 FATAL("write error on %s", files[i].fname); in closeall()
2541 FATAL("dosub: unrecognized subop: %d", subop); in dosub()
2548 FATAL("out of memory in dosub"); in dosub()
2653 FATAL("out of memory in gensub"); in gensub()
2697 FATAL("gensub doesn't support backreferences (subst \"%s\")", rptr); in gensub()
2735 FATAL("gensub result0 %.30s too big; can't happen", buf); in gensub()
2761 FATAL("gensub result1 %.30s too big; can't happen", buf); in gensub()
2770 FATAL("gensub result2 %.30s too big; can't happen", buf); in gensub()