Searched refs:FATAL (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/contrib/one-true-awk/
H A Dmain.c100 FATAL("too many -f options");
105 FATAL("no program filename");
107 FATAL("too many -f options");
132 FATAL("invalid -v option argument: %s", &argv[1][2]);
136 FATAL("no variable name");
140 FATAL("invalid -v option argument: %s", argv[1]);
161 FATAL("no program given");
200 FATAL("can't open file %s", pfile[curpfile]);
H A Dlib.c64 FATAL("out of space for $0 and fields");
79 FATAL("out of space in makefields %d", i);
146 FATAL("can't open file %s", file);
194 FATAL("field separator %.10s... is too long", *FS);
208 FATAL("input record `%.30s...' too long", buf);
216 FATAL("input record `%.30s...' too long", buf);
221 FATAL("input record `%.30s...' too long", buf);
281 FATAL("out of space for fields in fldbld %d", n);
347 FATAL("record `%.30s...' has too many fields; can't happen", r);
393 FATAL("tryin
562 void FATAL(const char *fmt, ...) function
[all...]
H A Drun.c121 FATAL("out of memory in %s", whatrtn);
160 FATAL("illegal statement");
189 FATAL("illegal break, continue, next or nextfile from BEGIN");
205 FATAL("illegal break, continue, next or nextfile from END");
238 FATAL("calling undefined function %s", s);
242 FATAL("out of space for stack frames calling %s", s);
252 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS);
260 FATAL("can't use function %s as argument in %s", y->nval, s);
277 FATAL("out of space for stack frames in %s", s);
346 FATAL("argumen
[all...]
H A Dlex.c121 FATAL( "out of space for name %.10s...", buf );
138 FATAL( "out of space for number %.10s...", buf );
177 FATAL( "out of space in yylex" );
365 FATAL("out of space for strings");
368 FATAL("out of space for string %.10s...", buf);
376 FATAL( "giving up" );
512 FATAL("out of space for rex expr");
516 FATAL("out of space for reg expr %.10s...", buf);
570 FATAL("pushed back too much: %.20s...", yysbuf);
H A Db.c206 FATAL("can't happen: unknown type %d in penter", type(p));
229 FATAL("can't happen: unknown type %d in freetr", type(p));
313 FATAL("out of space for character class [%.10s...] 1", p);
334 FATAL("out of space for character class [%.10s...] 2", p);
342 FATAL("out of space for character class [%.10s...] 3", p);
354 FATAL("regular expression too big: %.30s...", s);
395 FATAL("can't happen: unknown type %d in cfoll", type(v));
441 FATAL("can't happen: unknown type %d in first", type(p)); /* can't happen */
632 /* FATAL("empty regular expression"); previous */
637 FATAL("synta
[all...]
H A Dtran.c150 FATAL("out of space in makesymtab");
220 FATAL("out of space for symbol table at %s", n);
310 FATAL("can't %s %s; it's an array name.", rw, vp->nval);
312 FATAL("can't %s %s; it's a function.", rw, vp->nval);
409 FATAL("out of space in tostring on %s", s);
422 FATAL( "out of space in qstring(%s)", s);
H A Dproto.h135 extern void FATAL(const char *, ...) __attribute__((__noreturn__));
H A Dparse.c38 FATAL("out of space in nodealloc");
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Derror.cpp29 enum error_type { WARNING, ERROR, FATAL }; enumerator in enum:error_type
55 case FATAL:
71 if (type == FATAL)
108 do_error(FATAL, format, arg1, arg2, arg3);
141 FATAL, format, arg1, arg2, arg3);
/freebsd-9.3-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c49 #define FATAL(ptr, x ...) do { \ macro
713 FATAL(exec, "%s: Impossible to locate the binary file\n",
716 FATAL(exec, "%s: Impossible to locate the pmcstat file\n",
719 FATAL(exec, "%s: Impossible to locate the kernel file\n",
724 FATAL(exec, "%s: Impossible to create the tmp file\n",
733 FATAL(exec, "%s: Impossible to create the tmp file\n",
738 FATAL(exec, "%s: Impossible to open the map file\n",
751 FATAL(NULL,
765 FATAL(exec,
770 FATAL(exe
[all...]
/freebsd-9.3-release/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c41 #define FATAL -1 macro
75 printf("FATAL\n");
76 exit(FATAL);
262 printf("FATAL\n");
263 exit(FATAL);
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dirix-crti.asm23 ld32: FATAL 2 : Internal: at ../../ld/mips_code.c mips_code_fixup()
/freebsd-9.3-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh114 *** FATAL INSTALLATION ERROR ***
499 *** FATAL INSTALLATION ERROR ***
/freebsd-9.3-release/bin/ed/
H A Ded.h43 #define FATAL (-4) macro
H A Dmain.c235 case FATAL:
506 return FATAL;
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Dsiena_mon.c112 SIENA_STATIC_SENSOR_ASSERT(FATAL);

Completed in 101 milliseconds