HomeSort by relevance Sort by last modified time
    Searched refs:FATAL (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/cmd/sgs/size/common/
defs.h 28 #define FATAL 1
main.c 182 exit(FATAL); /* library out of date */
197 return (FATAL);
242 exit(FATAL);
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
slowsend.c 108 error(FATAL, "PostScript Error");
112 error(FATAL, "Flushing Job");
116 error(FATAL, "Disconnected - printer may be offline");
150 error(FATAL, "error writing to %s", line);
152 error(FATAL, "printer appears to be offline");
ifdef.c 103 error(FATAL, "can't open %s", line);
106 error(FATAL, "can't dup file descriptor for %s", line);
110 error(FATAL, "fcntl error - F_SETFL");
115 error(FATAL, "ioctl error - TCGETA");
126 error(FATAL, "ioctl error - TCSETA");
138 error(FATAL, "ioctl error - TCSETS");
143 error(FATAL, "ioctl error - TCFLSH");
178 error(FATAL, "fcntl error - F_GETFL");
183 error(FATAL, "fcntl error - F_SETFL");
186 error(FATAL, "ioctl error - TCGETA")
    [all...]
postio.c 155 static int ignore = OFF; /* what's done for FATAL errors */
383 case 'I': /* ignore FATAL errors */
388 error(FATAL, "");
392 error(FATAL, "missing case for option %c\n", ch);
420 error(FATAL, "don't recognize baud rate %s", rate);
469 error(FATAL, "a printer line must be supplied - use the -l option");
472 error(FATAL, "no memory");
485 error(FATAL, "no memory");
557 error(FATAL, "Disconnected - printer may be offline");
603 error(FATAL, "can't fork")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/abi/spectrans/parser/
errlog.c 69 if ((Severity < (descriptor & FATAL)) &&
70 ((descriptor & FATAL) != FATAL)) {
111 if ((descriptor & FATAL) == FATAL) {
138 Severity = (loudness & FATAL);
errlog.h 53 * int severity: 16; FATAL (_ERROR)=-1, (RECOVERABLE_) ERROR=0
58 #define FATAL 0x00FF
81 errlog(FATAL|PROGRAM, string); \
extends.c 106 errlog(ERROR | FATAL, "Error: strdup() of filename failed\n");
132 errlog(ERROR | FATAL, "Error (do_extends): "
189 errlog(ERROR | FATAL,
210 errlog(ERROR | FATAL,
322 errlog(ERROR|FATAL, "Unable to determine file position\n");
353 errlog(ERROR | FATAL,
369 errlog(ERROR|FATAL,
388 errlog(ERROR|FATAL, "%s", strerror(errno));
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postcomm/
postcomm.c 111 # define FATAL 1
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, "printer appears to be offline")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/
io.c 72 errlog(FATAL, "%s: %s", headfile_name, strerror(errno));
79 errlog(FATAL, "%s: %s", mapfile_name, strerror(errno));
85 errlog(FATAL, "out of memory creating a temp-file name");
89 errlog(FATAL, "%s: %s", body_file_name, strerror(errno));
93 errlog(FATAL, "unlink %s: %s", body_file_name, strerror(errno));
113 errlog(FATAL, "unlink %s: %s", headfile_name, strerror(errno));
127 errlog(FATAL, "%s: %s", headfile_name, strerror(errno));
152 errlog(FATAL, "fclose %s: %s", mapfile_name, strerror(errno));
170 errlog(FATAL, "fclose <temp file>: %s",
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/
gen.h 40 #define FATAL 1
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/picpack/
picpack.c 177 case 'I': /* ignore FATAL errors */
182 error(FATAL, "");
186 error(FATAL, "missing case for option %c", ch);
222 error(FATAL, "too many key strings");
253 error(FATAL, "can't open %s", *argv);
283 error(FATAL, "can't generate temp file name");
286 error(FATAL, "can't create %s", tfile);
292 error(FATAL, "can't open %s", tfile);
320 error(FATAL, "write error");
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/nettli/
timod.h 37 #define FATAL 0x02 /* fatal error M_ERROR occurred */
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/download/
download.c 237 case 'I': /* ignore FATAL errors */
242 error(FATAL, "");
246 error(FATAL, "missing case for option %c\n", ch);
285 error(FATAL, "no memory");
291 error(FATAL, "can't fstat %s", path);
293 error(FATAL, "no memory");
295 error(FATAL, "can't read %s", path);
314 error(FATAL, "map table format error - check %s", path);
381 error(FATAL, "can't open %s", *argv);
433 error(FATAL, "can't generate temp file name")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/eqn/
lex.c 72 error(FATAL, gettext("can't open file %s"), svargv[ifile]);
86 error(FATAL, gettext("pushback overflow"));
122 error(FATAL, gettext(
128 error(!FATAL, gettext("missing \" in %.20s"), token);
185 error(FATAL, gettext("token %.20s... too long"), s);
222 error(FATAL, gettext("Unexpected end of input at %.20s"), s);
239 error(FATAL, gettext(
267 error(FATAL, gettext("out of space in strsave on %s"), s);
275 error(!FATAL, gettext("Include not yet implemented"));
283 error(FATAL, gettext("Bizarre delimiters at %.20s"), token)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/oawk/
tran.c 106 error(FATAL, "out of space in makesymtab");
151 error(FATAL, "symbol table overflow at %ws", n);
198 error(FATAL, "illegal reference to array %s", vp->nval);
200 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval,
204 error(FATAL, "can't set $0");
233 error(FATAL, "illegal reference to array %ws", vp->nval);
235 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval,
238 error(FATAL, "can't set $0");
265 error(FATAL, "illegal reference to array %ws", vp->nval);
267 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval
    [all...]
main.c 89 error(FATAL, "Insuffcient memory on argv");
93 error(FATAL, "Insuffcient memory on argv");
107 error(FATAL, "no argument for -f");
112 error(FATAL, "can't open %ws", wargv[1]);
run.c 106 error(FATAL, "illegal statement %o", a);
135 error(FATAL, "unexpected break, continue or next");
149 error(FATAL, "unexpected break, continue or next");
259 error(FATAL, "unknown boolean operator %d", n);
307 error(FATAL, "unknown relational operator %d", n);
332 error(FATAL, "out of temporaries in gettemp");
452 error(FATAL, "out of space in format");
473 error(FATAL,
487 error(FATAL, "format item %.20ws... too long", os);
518 error(FATAL,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/
pictures.c 236 error(FATAL, "can't generate temp file name");
238 error(FATAL, "can't open %s", tname);
280 error(FATAL, "can't generate in-line picture file name");
282 error(FATAL, "can't open in-line picture file %s", tname);
287 error(FATAL, "in-line picture error");
322 error(FATAL, "error copying in-line picture file");
  /onnv/onnv-gate/usr/src/lib/libnisdb/
db_query.cc 45 FATAL(
63 FATAL(
92 FATAL(
114 FATAL(
  /onnv/onnv-gate/usr/src/cmd/awk/
main.c 93 ERROR "no program filename" FATAL;
96 ERROR "out of space in main" FATAL;
141 ERROR "no program given" FATAL;
185 pfile[curpfile] FATAL;
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postdmd/
postdmd.c 269 error(FATAL, "");
280 error(FATAL, "can't read %s", prologue);
361 error(FATAL, "can't open accounting file %s", optarg);
366 error(FATAL, "can't read %s", optarg);
385 case 'I': /* ignore FATAL errors */
390 error(FATAL, "");
394 error(FATAL, "missing case for option %c\n", ch);
427 error(FATAL, "can't read %s", formfile);
460 error(FATAL, "can't open %s", *argv);
562 error(FATAL, "bitmap format error")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2map/
util.c 55 errlog(FATAL,
75 errlog(FATAL|PROGRAM, "programmer error: tried to add to "
88 errlog(FATAL|PROGRAM, "out of memory extending a "
195 errlog(FATAL|PROGRAM, "out of memory allocating a "
202 errlog(FATAL|PROGRAM, "out of memory reallocating"
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postmd/
postmd.c 350 error(FATAL, "");
361 error(FATAL, "can't read %s", prologue);
450 error(FATAL, "can't open accounting file %s", optarg);
455 error(FATAL, "can't read %s", optarg);
474 case 'I': /* ignore FATAL errors */
479 error(FATAL, "");
483 error(FATAL, "missing case for option %c\n", ch);
515 error(FATAL, "can't read %s", formfile);
548 error(FATAL, "can't open %s", *argv);
668 error(FATAL, "matrix format error")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postplot/
postplot.c 280 error(FATAL, "");
291 error(FATAL, "can't read %s", prologue);
371 error(FATAL, "can't open accounting file %s", optarg);
376 error(FATAL, "can't read %s", optarg);
395 case 'I': /* ignore FATAL errors */
400 error(FATAL, "");
404 error(FATAL, "missing case for option %c\n", ch);
458 error(FATAL, "can't read %s", formfile);
487 error(FATAL, "can't open %s", *argv);
607 error(FATAL, "unknown command %o\n", c)
    [all...]

Completed in 510 milliseconds

1 2 3 4