Searched refs:PANIC (Results 1 - 25 of 31) sorted by relevance

12

/ast/src/cmd/mailx/
H A Dmisc.c96 if (flags & (ERROR|PANIC)) {
106 if (flags & PANIC)
119 if (flags & PANIC)
121 if (flags & (FATAL|PANIC))
621 note(PANIC, "Out of space");
635 note(PANIC, "String too large");
640 note(PANIC, "No room for dynamic string space %d", index);
H A Dvars.c181 note(PANIC, "Out of space");
273 note(PANIC, "Out of space");
549 note(PANIC, "Out of space");
576 note(PANIC, "Out of space");
583 note(PANIC, "Out of space");
654 note(PANIC, "Out of space");
667 note(PANIC, "Out of space");
785 note(PANIC, "Out of space");
793 note(PANIC, "Out of space");
810 note(PANIC, "Ou
[all...]
H A Dmain.c183 note(PANIC, "Out of space");
399 note(PANIC, "Out of space");
H A Dlist.c280 note(PANIC, "Too many regrets");
306 note(PANIC, "Bad message number to unmark");
338 note(PANIC, "Bad message number to mark");
H A Dfio.c92 note(PANIC, "Insufficient memory for %d messages", state.msg.count);
518 note(PANIC|SYSTEM, "Empty file open");
524 note(PANIC|SYSTEM, "Temporary file seek");
531 note(PANIC|SYSTEM, "Temporary file seek");
H A Dproc.c86 note(PANIC, "Out of space");
H A Dcmd3.c737 note(PANIC, "Out of space");
757 note(PANIC, "Out of space");
H A Dcmd2.c721 note(PANIC, "Out of space");
H A Dlex.c552 note(PANIC, "0x%08x: unknown argtype", com->c_argtype & LISTMASK);
H A Dmailx.h310 #define PANIC (1<<4) /* message and abort() */ macro
/ast/src/lib/libpp/
H A Dpptrace.c236 error(PANIC, "signal not redelivered");
261 error(PANIC, "signal not redelivered");
H A Dpplib.h401 #define PANIC (ERROR_PANIC|ERROR_SOURCE|ERROR_SYSTEM),__FILE__,__LINE__ macro
403 #define PANIC ERROR_PANIC macro
H A Dppinput.c255 error(PANIC, "use PUSH_<%d>(...) instead of pppush(IN_<%d>, ...)", cur->type, cur->type);
H A Dppcontrol.c2115 error(PANIC, "%s: option recognized but not implemented", pp.valbuf);
2200 error(PANIC, "#%s: directive recognized but not implemented", pp.token);
/ast/src/cmd/nmake/
H A Darchive.c130 error(PANIC, "%s[%s] not scanned", name, member);
H A Dmake.h47 #define PANIC (ERROR_PANIC|ERROR_SOURCE|ERROR_SYSTEM),__FILE__,__LINE__ macro
50 #define PANIC ERROR_PANIC macro
H A Dstate.c307 error(PANIC, "invalid op=%d to staterule()", op);
838 error(PANIC, "bindstate(%s) called for non-state rule", r->name);
H A Dexpand.c1053 error(PANIC, "invalid separator operator %d", sep);
1083 error(PANIC, "invalid separator operator %d", sep);
4341 error(PANIC, "edit operator `%c' not applied to each token", op);
H A Dmake.c379 error(PANIC, "%s rule %s has invalid status=%d", internal.use->name, r->name, r->status);
825 error(PANIC, "%s: active=0", r->name);
H A Doption.c1607 error(PANIC, "%s: option has%s%s%s", op->name, (op->flags & Ob) ? " Ob" : null, (op->flags & On) ? " On" : null, (op->flags & Os) ? " Os" : null);
1956 error(PANIC, "makefile prerequisites cause unbounded make exec recursion");
H A Dobject.c731 error(PANIC, "%s->oldvalue set but not in table.oldvalue", s);
1116 error(PANIC, "old rule %s still in table.rule%s", r->name, r == getrule(r->name) ? null : " -- duplicate hash");
/ast/src/cmd/pax/
H A Ddelta.c282 error(PANIC, "delta trailer size %d shoulda been %d", n, DELTA_TRAILER);
990 error(PANIC, "BIO seek: have=%I*d need=%I*d", sizeof(dp->offset), dp->offset, sizeof(off), off);
1184 if (gen) error(PANIC, "paxdelta(): more than one DELTA_OUTPUT");
1201 error(PANIC, "paxdelta(): no DELTA_OUTPUT");
1233 error(PANIC, "paxdelta: %s %s must be DELTA_TEMP or DELTA_FD", fp->name, dataname[DELTA_DEL]);
1280 error(PANIC, "paxdelta: %s %s must be DELTA_TEMP or DELTA_FD", fp->name, dataname[DELTA_TAR]);
1325 error(PANIC, "paxdelta: %s update not supported", fp->name);
H A Dpax.h64 #define PANIC ERROR_PANIC|ERROR_SOURCE,__FILE__,__LINE__ macro
H A Dbio.c543 error(PANIC, "bunread(%s,%d): too much pushback", ap->name, n);
703 error(PANIC, "%s: backup over intervening hard read not implemented yet", ap->name);
H A Dpax-cpio.c198 error(PANIC, "addxopstr('%c',\"%s\") overflow", op, s);

Completed in 109 milliseconds

12