Searched defs:FATAL (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Ddefs.h28 #define FATAL 1 macro
/illumos-gate/usr/src/cmd/eqn/
H A De.h26 #define FATAL 1 macro
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Derrlog.h53 * int severity: 16; FATAL (_ERROR)=-1, (RECOVERABLE_) ERROR=0
58 #define FATAL 0x00FF macro
81 errlog(FATAL|PROGRAM, string); \
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dgen.h40 #define FATAL 1 macro
/illumos-gate/usr/src/cmd/awk/
H A Dmain.c93 ERROR "no program filename" FATAL; local
96 ERROR "out of space in main" FATAL; local
143 ERROR "no program given" FATAL; local
188 pfile[curpfile] FATAL; local
H A Dparse.c44 ERROR "out of space in nodealloc" FATAL; local
H A Db.c213 ERROR "unknown type %d in penter", type(p) FATAL;
236 ERROR "unknown type %d in freetr", type(p) FATAL;
300 ERROR "regular expression too big: %s", gettext((char *)s) FATAL;
336 ERROR "unknown type %d in cfoll", type(v) FATAL;
377 ERROR "unknown type %d in first", type(p) FATAL;
412 ERROR "unknown type %d in follow", type(p) FATAL;
576 ERROR "empty regular expression" FATAL; local
582 lastre, prestr FATAL; local
640 lastre, prestr FATAL; local
644 lastre, prestr FATAL; local
748 "nonterminated character class %s", lastre FATAL; local
761 lastre FATAL; local
764 lastre FATAL; local
[all...]
H A Dtran.c187 ERROR "out of space in makesymtab" FATAL; local
259 ERROR "symbol table overflow at %s", n FATAL; local
296 ERROR "out of space in rehash" FATAL; local
353 ERROR "can't %s %s; it's an array name.", rw, vp->nval FATAL;
355 ERROR "can't %s %s; it's a function.", rw, vp->nval FATAL;
450 ERROR "out of space in tostring on %s", s FATAL; local
H A Dawk.h57 #define FATAL ), error(1, errbuf) macro
H A Dlib.c114 ERROR "can't open file %s", file FATAL; local
330 ERROR "accessing invalid field", record FATAL; local
349 ERROR "out of space in morefld" FATAL; local
381 ERROR "trying to access field %d", idx FATAL; local
391 ERROR "trying to access invalid field %d", idx FATAL; local
410 ERROR "trying to access unknown field" FATAL; local
498 ERROR "trying to access field %d", n FATAL; local
526 ERROR "floating point exception" FATAL; local
759 ERROR "out of space in init_buf" FATAL; local
779 ERROR "out of space in expand_buf" FATAL; local
793 ERROR "out of space in adjust_buf" FATAL; local
[all...]
H A Drun.c108 ERROR "illegal statement" FATAL; local
140 FATAL; local
160 ERROR "illegal break or next from END" FATAL;
194 ERROR "calling undefined function %s", s FATAL; local
200 s FATAL; local
214 s, ncall+ndef, NARGS FATAL; local
226 y->nval, s FATAL; local
244 ERROR "out of space for stack frames in %s", s FATAL; local
314 n+1, fp->fcncell->nval FATAL;
354 ERROR "illegal jump type %d", n FATAL; local
614 ERROR "unknown boolean operator %d", n FATAL; local
645 ERROR "unknown relational operator %d", n FATAL; local
661 ERROR "tempcell list is curdled" FATAL; local
675 ERROR "no space for temporaries" FATAL; local
699 ERROR "illegal field $(%s)", s FATAL; local
820 "not enough args in printf(%s) or sprintf(%s)", os, os FATAL; local
870 "not enough args in printf(%s) or sprintf(%s)", os, os FATAL; local
999 ERROR "division by zero" FATAL; local
1004 ERROR "division by zero in mod" FATAL; local
1018 ERROR "illegal arithmetic operator %d", n FATAL; local
1096 ERROR "division by zero in /=" FATAL; local
1101 ERROR "division by zero in %%=" FATAL; local
1112 ERROR "illegal assignment operator %d", n FATAL; local
1180 ERROR "out of space in dopa2" FATAL; local
1222 ERROR "illegal type of split()" FATAL; local
1556 ERROR "illegal function type %d", t FATAL; local
1620 ERROR "can't open file %s", fname FATAL; local
1632 ERROR "null file name in print or getline" FATAL; local
1647 ERROR "%s makes too many open files", s FATAL; local
1663 ERROR "illegal redirection" FATAL; local
[all...]
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dprivate.h101 #define FATAL ERROR(("%s:%d: MANGLED FCODE!! Fatal Error\n",\ macro
/illumos-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtimod.h37 #define FATAL 0x02 /* fatal error M_ERROR occurred */ macro
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDebug.java86 printIf(s, FATAL);
128 printIf(o, s, FATAL);
281 static public final int FATAL = 5; field in class:Debug
311 private static int globalDebugLevel = FATAL;
/illumos-gate/usr/src/uts/common/io/
H A Dtirdwr.c53 #define FATAL 010 macro
224 if ((trwptr->trw_flags & ORDREL) && !(trwptr->trw_flags & FATAL))
255 if ((trwptr->trw_flags & FATAL) && !(trwptr->trw_flags & WAITACK)) {
337 if (trwptr->trw_flags & FATAL) {
366 trwptr->trw_flags |= FATAL;
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_headers.h48 #define FATAL(msg, fcode) \ macro
/illumos-gate/usr/src/cmd/pwconv/
H A Dpwconv.c58 #define FATAL 4 /* Old file can not be recover */ macro
158 exit(FATAL);
227 exit(FATAL);
416 exit(FATAL);
427 exit(FATAL);
438 exit(FATAL);
450 exit(FATAL);
454 exit(FATAL);
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c111 # define FATAL 1 macro
120 int ignore = OFF; /* what's done for FATAL errors */
192 * printed using the control string arguments a?. Then if kind is FATAL
210 if ( kind == FATAL && ignore == OFF ) {
306 case 'I': /* ignore FATAL errors */
311 error(FATAL, "");
315 error(FATAL, "missing case for option %c\n", ch);
332 error(FATAL, "no memory");
337 error(FATAL, "can't dup file descriptor for stdout");
378 error(FATAL, "printe
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java727 printIf(s, FATAL);
785 static public final int FATAL = 4; field in class:Debug
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h32 #define FATAL 0 macro
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c121 #define FATAL 1 macro
170 error(FATAL, "can't open %s", *argv);
292 error(FATAL, "unknown drawing function %s\n", buf);
354 error(!FATAL, "unknown input character %o %c\n", c, c);
507 error(FATAL, "{ nested too deep");
517 error(FATAL, "extra }");
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c101 #define FATAL 4 /* Old file/table can not be recovered */ macro
320 passwd_exit(FATAL);
1522 case FATAL:
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h249 #define FATAL (CP_ALL | LV_FATAL) macro
285 DbgMessage(NULL, FATAL, "DEBUG BREAK! Condition failed: if("#_cond##")\n"); \
291 #define EXECUTE_LOGGERS(_s) DbgMessage(NULL, FATAL, _s);
298 DbgMessage(NULL, FATAL, "DEBUG BREAK! Condition failed: if(%s)\n", #_cond); \
303 #define EXECUTE_LOGGERS(_s) DbgMessage(NULL, FATAL, _s);
324 ((FATAL) & LV_MASK), \
396 //change this to higher level than FATAL to open debug messages.
456 debug_msgx(FATAL, "DEBUG BREAK!\n"); \
466 debug_msgx(FATAL, "Condition failed: if("#_cond##")\n"); \
472 debug_msgx(FATAL, "Debu
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c81 * If the FATAL() macro used call handle_errors() immediately.
92 #define FATAL(x, y, z) ERROR(x, y, z);\ macro
324 FATAL(ep, ebuf, gettext("Unexpected end of command line,"
607 FATAL(ep, ebuf, "Unexpected end of command line "
632 FATAL(ep, ebuf, gettext("Unexpected end of command line, "
698 FATAL(ep, ebuf, gettext("Unexpected end of command line, "
747 FATAL(ep, ebuf, gettext("Unexpected end of command line, "
830 FATAL(ep, ebuf, gettext("Unexpected end of command line, "
1392 FATAL(ep, ebuf, gettext(
1475 FATAL(e
[all...]

Completed in 195 milliseconds