Home
last modified time | relevance | path

Searched refs:FATAL (Results 1 – 25 of 92) sorted by relevance

1234

/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c103 error(FATAL, "can't open %s", line); in setupline()
106 error(FATAL, "can't dup file descriptor for %s", line); in setupline()
110 error(FATAL, "fcntl error - F_SETFL"); in setupline()
115 error(FATAL, "ioctl error - TCGETA"); in setupline()
126 error(FATAL, "ioctl error - TCSETA"); in setupline()
138 error(FATAL, "ioctl error - TCSETS"); in setupline()
143 error(FATAL, "ioctl error - TCFLSH"); in setupline()
178 error(FATAL, "fcntl error - F_GETFL"); in resetline()
183 error(FATAL, "fcntl error - F_SETFL"); in resetline()
186 error(FATAL, "ioctl error - TCGETA"); in resetline()
[all …]
H A Dslowsend.c108 error(FATAL, "PostScript Error"); in slowsend()
112 error(FATAL, "Flushing Job"); in slowsend()
116 error(FATAL, "Disconnected - printer may be offline"); in slowsend()
150 error(FATAL, "error writing to %s", line); in writeblock()
152 error(FATAL, "printer appears to be offline"); in writeblock()
H A Dpostio.c388 error(FATAL, ""); in options()
392 error(FATAL, "missing case for option %c\n", ch); in options()
420 error(FATAL, "don't recognize baud rate %s", rate); in getbaud()
469 error(FATAL, "a printer line must be supplied - use the -l option"); in initialize()
472 error(FATAL, "no memory"); in initialize()
485 error(FATAL, "no memory"); in initialize_parallel()
557 error(FATAL, "Disconnected - printer may be offline"); in start()
603 error(FATAL, "can't fork"); in split()
612 error(FATAL, in split()
646 error(FATAL, "can't open %s", *argv); in arguments()
[all …]
/onnv-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c111 # define FATAL 1 macro
208 if ( kind == FATAL && ignore == OFF ) { in error()
307 error(FATAL, ""); in options()
311 error(FATAL, "missing case for option %c\n", ch); in options()
327 error(FATAL, "no memory"); in initialize()
332 error(FATAL, "can't dup file descriptor for stdout"); in initialize()
373 error(FATAL, "printer appears to be offline"); in initialize()
448 error(FATAL, "printer is idle"); in filter()
454 error(FATAL, "PostScript error"); in filter()
458 error(FATAL, "PostScript error"); in filter()
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/warnings/
H A D7fatal1 Check FATAL functionality
6 use warnings FATAL => 'syntax' ;
18 use warnings FATAL => 'all' ;
30 use warnings FATAL => 'uninitialized' ;
42 use warnings FATAL => 'all' ;
56 use warnings FATAL => 'uninitialized' ;
68 use warnings FATAL => 'all' ;
81 use warnings FATAL => 'syntax' ;
88 use warnings FATAL => 'syntax' ;
102 use warnings FATAL => 'uninitialized' ;
[all …]
/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dio.c72 errlog(FATAL, "%s: %s", headfile_name, strerror(errno)); in open_code_file()
79 errlog(FATAL, "%s: %s", mapfile_name, strerror(errno)); in open_code_file()
85 errlog(FATAL, "out of memory creating a temp-file name"); in open_code_file()
89 errlog(FATAL, "%s: %s", body_file_name, strerror(errno)); in open_code_file()
93 errlog(FATAL, "unlink %s: %s", body_file_name, strerror(errno)); in open_code_file()
113 errlog(FATAL, "unlink %s: %s", headfile_name, strerror(errno)); in abort_code_file()
127 errlog(FATAL, "%s: %s", headfile_name, strerror(errno)); in alt_code_file()
152 errlog(FATAL, "fclose %s: %s", mapfile_name, strerror(errno)); in commit_code_file()
170 errlog(FATAL, "fclose <temp file>: %s", in commit_code_file()
/onnv-gate/usr/src/cmd/abi/spectrans/parser/
H A Derrlog.c69 if ((Severity < (descriptor & FATAL)) && in errlog()
70 ((descriptor & FATAL) != FATAL)) { in errlog()
111 if ((descriptor & FATAL) == FATAL) { in errlog()
138 Severity = (loudness & FATAL); in seterrseverity()
H A Dextends.c106 errlog(ERROR | FATAL, "Error: strdup() of filename failed\n"); in do_extends()
132 errlog(ERROR | FATAL, "Error (do_extends): " in do_extends()
189 errlog(ERROR | FATAL, in do_extends()
210 errlog(ERROR | FATAL, in do_extends()
322 errlog(ERROR|FATAL, "Unable to determine file position\n"); in arch_match()
353 errlog(ERROR | FATAL, in arch_match()
369 errlog(ERROR|FATAL, in arch_match()
388 errlog(ERROR|FATAL, "%s", strerror(errno)); in arch_match()
/onnv-gate/usr/src/cmd/eqn/
H A Dlex.c72 error(FATAL, gettext("can't open file %s"), svargv[ifile]); in openinfile()
86 error(FATAL, gettext("pushback overflow")); in pbstr()
122 error(FATAL, gettext( in yylex()
128 error(!FATAL, gettext("missing \" in %.20s"), token); in yylex()
185 error(FATAL, gettext("token %.20s... too long"), s); in getstr()
222 error(FATAL, gettext("Unexpected end of input at %.20s"), s); in cstr()
239 error(FATAL, gettext( in define()
267 error(FATAL, gettext("out of space in strsave on %s"), s); in strsave()
275 error(!FATAL, gettext("Include not yet implemented")); in include()
283 error(FATAL, gettext("Bizarre delimiters at %.20s"), token); in delim()
/onnv-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c242 error(FATAL, ""); in options()
246 error(FATAL, "missing case for option %c\n", ch); in options()
285 error(FATAL, "no memory"); in readmap()
291 error(FATAL, "can't fstat %s", path); in readmap()
293 error(FATAL, "no memory"); in readmap()
295 error(FATAL, "can't read %s", path); in readmap()
314 error(FATAL, "map table format error - check %s", path); in readmap()
381 error(FATAL, "can't open %s", *argv); in arguments()
433 error(FATAL, "can't generate temp file name"); in download()
435 error(FATAL, "can't open %s", temp_file); in download()
[all …]
/onnv-gate/usr/src/cmd/lp/filter/postscript/picpack/
H A Dpicpack.c182 error(FATAL, ""); in options()
186 error(FATAL, "missing case for option %c", ch); in options()
222 error(FATAL, "too many key strings"); in newkeys()
253 error(FATAL, "can't open %s", *argv); in arguments()
283 error(FATAL, "can't generate temp file name"); in copystdin()
286 error(FATAL, "can't create %s", tfile); in copystdin()
292 error(FATAL, "can't open %s", tfile); in copystdin()
320 error(FATAL, "write error"); in copyfile()
/onnv-gate/usr/src/cmd/oawk/
H A Dtran.c106 error(FATAL, "out of space in makesymtab"); in makesymtab()
151 error(FATAL, "symbol table overflow at %ws", n); in setsymtab()
198 error(FATAL, "illegal reference to array %s", vp->nval); in setfval()
200 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval, in setfval()
204 error(FATAL, "can't set $0"); in setfval()
233 error(FATAL, "illegal reference to array %ws", vp->nval); in setsval()
235 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval, in setsval()
238 error(FATAL, "can't set $0"); in setsval()
265 error(FATAL, "illegal reference to array %ws", vp->nval); in getfval()
267 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval, in getfval()
[all …]
H A Drun.c105 error(FATAL, "illegal statement %o", a); in execute()
134 error(FATAL, "unexpected break, continue or next"); in program()
148 error(FATAL, "unexpected break, continue or next"); in program()
258 error(FATAL, "unknown boolean operator %d", n); in boolop()
306 error(FATAL, "unknown relational operator %d", n); in relop()
331 error(FATAL, "out of temporaries in gettemp"); in gettemp()
451 error(FATAL, "out of space in format"); in format()
472 error(FATAL, in format()
486 error(FATAL, "format item %.20ws... too long", os); in format()
517 error(FATAL, in format()
[all …]
H A Dmain.c89 error(FATAL, "Insuffcient memory on argv"); in main()
93 error(FATAL, "Insuffcient memory on argv"); in main()
107 error(FATAL, "no argument for -f"); in main()
112 error(FATAL, "can't open %ws", wargv[1]); in main()
/onnv-gate/usr/src/cmd/lp/filter/postscript/postmd/
H A Dpostmd.c350 error(FATAL, ""); in header()
361 error(FATAL, "can't read %s", prologue); in header()
450 error(FATAL, "can't open accounting file %s", optarg); in options()
455 error(FATAL, "can't read %s", optarg); in options()
479 error(FATAL, ""); in options()
483 error(FATAL, "missing case for option %c\n", ch); in options()
515 error(FATAL, "can't read %s", formfile); in setup()
548 error(FATAL, "can't open %s", *argv); in arguments()
668 error(FATAL, "matrix format error"); in matrix()
705 error(FATAL, "can't generate temp file name"); in copystdin()
[all …]
/onnv-gate/usr/src/cmd/lp/filter/postscript/postdmd/
H A Dpostdmd.c269 error(FATAL, ""); in header()
280 error(FATAL, "can't read %s", prologue); in header()
361 error(FATAL, "can't open accounting file %s", optarg); in options()
366 error(FATAL, "can't read %s", optarg); in options()
390 error(FATAL, ""); in options()
394 error(FATAL, "missing case for option %c\n", ch); in options()
427 error(FATAL, "can't read %s", formfile); in setup()
460 error(FATAL, "can't open %s", *argv); in arguments()
562 error(FATAL, "bitmap format error"); in bitmap()
610 error(FATAL, "no memory"); in dimensions()
[all …]
/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c236 error(FATAL, "can't generate temp file name"); in picopen()
238 error(FATAL, "can't open %s", tname); in picopen()
280 error(FATAL, "can't generate in-line picture file name"); in inlinepic()
282 error(FATAL, "can't open in-line picture file %s", tname); in inlinepic()
287 error(FATAL, "in-line picture error"); in inlinepic()
322 error(FATAL, "error copying in-line picture file"); in piccopy()
/onnv-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dutil.c55 errlog(FATAL, in create_stringtable()
75 errlog(FATAL|PROGRAM, "programmer error: tried to add to " in add_to_stringtable()
88 errlog(FATAL|PROGRAM, "out of memory extending a " in add_to_stringtable()
195 errlog(FATAL|PROGRAM, "out of memory allocating a " in strset()
202 errlog(FATAL|PROGRAM, "out of memory reallocating" in strset()
H A Dxlator.c243 errlog(ERROR | FATAL, in xlator_start_if()
335 errlog(FATAL, "Error: bad return value from " in xlator_take_kvpair()
660 errlog(ERROR | FATAL, in getversion()
675 errlog(ERROR | FATAL, "Internal Error: strdup() " in getversion()
719 errlog(ERROR | FATAL, in getfilter()
734 errlog(ERROR | FATAL, "Internal Error: strdup() " in getfilter()
769 errlog(ERROR | FATAL, in version_sanity()
780 errlog(ERROR | FATAL, in version_sanity()
790 errlog(ERROR | FATAL, in version_sanity()
806 errlog(ERROR | FATAL, in version_sanity()
[all …]
/onnv-gate/usr/src/lib/libnisdb/
H A Ddb_query.cc45 FATAL( in db_query()
63 FATAL( in db_query()
92 FATAL( in db_query()
114 FATAL( in db_query()
/onnv-gate/usr/src/cmd/lp/filter/postscript/postplot/
H A Dpostplot.c280 error(FATAL, ""); in header()
291 error(FATAL, "can't read %s", prologue); in header()
371 error(FATAL, "can't open accounting file %s", optarg); in options()
376 error(FATAL, "can't read %s", optarg); in options()
400 error(FATAL, ""); in options()
404 error(FATAL, "missing case for option %c\n", ch); in options()
458 error(FATAL, "can't read %s", formfile); in setup()
487 error(FATAL, "can't open %s", *argv); in arguments()
607 error(FATAL, "unknown command %o\n", c); in plot()
/onnv-gate/usr/src/cmd/pwconv/
H A Dpwconv.c58 #define FATAL 4 /* Old file can not be recover */ macro
158 exit(FATAL); in main()
227 exit(FATAL); in main()
416 exit(FATAL); in main()
427 exit(FATAL); in main()
438 exit(FATAL); in main()
450 exit(FATAL); in main()
454 exit(FATAL); in main()
/onnv-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c251 error(FATAL, ""); in header()
265 error(FATAL, "can't read %s", prologue); in header()
399 error(FATAL, "can't open accounting file %s", optarg); in options()
404 error(FATAL, "can't read %s", optarg); in options()
428 error(FATAL, ""); in options()
432 error(FATAL, "missing case for option %c\n", ch); in options()
504 error(FATAL, "can't read %s", formfile); in setup()
538 error(FATAL, "can't open %s", *argv); in arguments()
/onnv-gate/usr/src/cmd/lp/filter/postscript/postdaisy/
H A Dpostdaisy.c287 error(FATAL, ""); in header()
298 error(FATAL, "can't read %s", prologue); in header()
403 error(FATAL, "can't open accounting file %s", optarg); in options()
408 error(FATAL, "can't read %s", optarg); in options()
432 error(FATAL, ""); in options()
436 error(FATAL, "missing case for option %c\n", ch); in options()
496 error(FATAL, "can't read %s", formfile); in setup()
529 error(FATAL, "can't open %s", *argv); in arguments()
1061 error(FATAL, "graphics mode is not implemented"); in escape()
1065 error(FATAL, "missing case for escape o%o\n", ch); in escape()
/onnv-gate/usr/src/cmd/awk/
H A Dmain.c93 ERROR "no program filename" FATAL; in main()
96 ERROR "out of space in main" FATAL; in main()
141 ERROR "no program given" FATAL; in main()
185 pfile[curpfile] FATAL; in pgetc()

1234