Home
last modified time | relevance | path

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

12

/freebsd-9-stable/contrib/one-true-awk/
Dmain.c100 FATAL("too many -f options"); in main()
105 FATAL("no program filename"); in main()
107 FATAL("too many -f options"); in main()
132 FATAL("invalid -v option argument: %s", &argv[1][2]); in main()
136 FATAL("no variable name"); in main()
140 FATAL("invalid -v option argument: %s", argv[1]); in main()
161 FATAL("no program given"); in main()
200 FATAL("can't open file %s", pfile[curpfile]); in pgetc()
Drun.c121 FATAL("out of memory in %s", whatrtn); in adjbuf()
160 FATAL("illegal statement"); in execute()
189 FATAL("illegal break, continue, next or nextfile from BEGIN"); in program()
205 FATAL("illegal break, continue, next or nextfile from END"); in program()
238 FATAL("calling undefined function %s", s); in call()
242 FATAL("out of space for stack frames calling %s", s); in call()
252 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS); in call()
260 FATAL("can't use function %s as argument in %s", y->nval, s); in call()
277 FATAL("out of space for stack frames in %s", s); in call()
346 FATAL("argument #%d of function %s was not supplied", in arg()
[all …]
Dlib.c64 FATAL("out of space for $0 and fields"); in recinit()
79 FATAL("out of space in makefields %d", i); in makefields()
146 FATAL("can't open file %s", file); in getrec()
194 FATAL("field separator %.10s... is too long", *FS); in readrec()
208 FATAL("input record `%.30s...' too long", buf); in readrec()
216 FATAL("input record `%.30s...' too long", buf); in readrec()
221 FATAL("input record `%.30s...' too long", buf); in readrec()
281 FATAL("out of space for fields in fldbld %d", n); in fldbld()
347 FATAL("record `%.30s...' has too many fields; can't happen", r); in fldbld()
393 FATAL("trying to access out of range field %d", n); in fieldadr()
[all …]
Db.c206 FATAL("can't happen: unknown type %d in penter", type(p)); in penter()
229 FATAL("can't happen: unknown type %d in freetr", type(p)); in freetr()
313 FATAL("out of space for character class [%.10s...] 1", p); in cclenter()
334 FATAL("out of space for character class [%.10s...] 2", p); in cclenter()
342 FATAL("out of space for character class [%.10s...] 3", p); in cclenter()
354 FATAL("regular expression too big: %.30s...", s); in overflo()
395 FATAL("can't happen: unknown type %d in cfoll", type(v)); in cfoll()
441 FATAL("can't happen: unknown type %d in first", type(p)); /* can't happen */ in first()
637 FATAL("syntax error in regular expression %s at %s", lastre, prestr); in reparse()
690 FATAL("syntax error in regular expression %s at %s", lastre, prestr); in primary()
[all …]
Dlex.c121 FATAL( "out of space for name %.10s...", buf ); in gettok()
138 FATAL( "out of space for number %.10s...", buf ); in gettok()
177 FATAL( "out of space in yylex" ); in yylex()
365 FATAL("out of space for strings"); in string()
368 FATAL("out of space for string %.10s...", buf); in string()
376 FATAL( "giving up" ); in string()
512 FATAL("out of space for rex expr"); in regexpr()
516 FATAL("out of space for reg expr %.10s...", buf); in regexpr()
570 FATAL("pushed back too much: %.20s...", yysbuf); in unput()
Dtran.c150 FATAL("out of space in makesymtab"); in makesymtab()
220 FATAL("out of space for symbol table at %s", n); in setsymtab()
310 FATAL("can't %s %s; it's an array name.", rw, vp->nval); in funnyvar()
312 FATAL("can't %s %s; it's a function.", rw, vp->nval); in funnyvar()
409 FATAL("out of space in tostring on %s", s); in tostring()
422 FATAL( "out of space in qstring(%s)", s); in qstring()
Dproto.h135 extern void FATAL(const char *, ...) __attribute__((__noreturn__));
Dparse.c38 FATAL("out of space in nodealloc"); in nodealloc()
DFIXES410 replaced the ERROR ... FATAL, etc., macros with functions
/freebsd-9-stable/usr.sbin/pmcannotate/
Dpmcannotate.c49 #define FATAL(ptr, x ...) do { \ macro
713 FATAL(exec, "%s: Impossible to locate the binary file\n", in main()
716 FATAL(exec, "%s: Impossible to locate the pmcstat file\n", in main()
719 FATAL(exec, "%s: Impossible to locate the kernel file\n", in main()
724 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
733 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
738 FATAL(exec, "%s: Impossible to open the map file\n", in main()
751 FATAL(NULL, in main()
765 FATAL(exec, in main()
770 FATAL(exec, "%s: Impossible to close the filedesc\n", in main()
[all …]
/freebsd-9-stable/contrib/groff/src/libs/libgroff/
Derror.cpp29 enum error_type { WARNING, ERROR, FATAL }; enumerator
55 case FATAL: in do_error_with_file_and_line()
71 if (type == FATAL) in do_error_with_file_and_line()
108 do_error(FATAL, format, arg1, arg2, arg3); in fatal()
141 FATAL, format, arg1, arg2, arg3); in fatal_with_file_and_line()
/freebsd-9-stable/tools/regression/bpf/bpf_filter/
Dbpf_test.c41 #define FATAL -1 macro
76 exit(FATAL); in bpf_compile_and_filter()
263 exit(FATAL); in sig_handler()
/freebsd-9-stable/contrib/groff/contrib/pdfmark/
Dpdfroff.sh114 *** FATAL INSTALLATION ERROR ***
499 *** FATAL INSTALLATION ERROR ***
/freebsd-9-stable/crypto/openssh/regress/
DREADME.regress6 abort or the driver script to report a "FATAL" failure.
14 Failures in the second part will print a "FATAL" message for the failed
/freebsd-9-stable/bin/ed/
Ded.h43 #define FATAL (-4) macro
Dmain.c235 case FATAL: in main()
506 return FATAL; in exec_command()
/freebsd-9-stable/sys/dev/sfxge/common/
Dsiena_mon.c112 SIENA_STATIC_SENSOR_ASSERT(FATAL); in siena_mon_decode_stats()
/freebsd-9-stable/tools/regression/usr.bin/
Dregress.m448 dnl print the message (second argument) prefixed with the string "FATAL :" to
/freebsd-9-stable/crypto/openssh/
Dsftp-server.045 possible values are: QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG,
Dsshd_config.0444 sshd(8). The possible values are: QUIET, FATAL, ERROR, INFO,
Dssh_config.0559 ssh(1). The possible values are: QUIET, FATAL, ERROR, INFO,
/freebsd-9-stable/usr.sbin/bsdconfig/networking/include/
Dmessages.subr56 msg_internal_error_nsindex_value="FATAL! dialog_input_nameserver_edit_awk: variable\nnsindex must b…
/freebsd-9-stable/contrib/groff/src/roff/troff/
Dinput.cpp7958 enum error_type { WARNING, OUTPUT_WARNING, ERROR, FATAL }; enumerator
7968 if (inhibit_errors && type < FATAL) in do_error()
7979 case FATAL: in do_error()
8003 if (type == FATAL) in do_error()
8048 do_error(FATAL, format, arg1, arg2, arg3); in fatal()
/freebsd-9-stable/contrib/binutils/gas/doc/
Das.texinfo1522 file_name:@b{NNN}:FATAL:Error Message Text
/freebsd-9-stable/contrib/texinfo/
DChangeLog.464704 * makeinfo/makeinfo.h (NO_ERROR, FATAL, SYNTAX): remove.

12