HomeSort by relevance Sort by last modified time
    Searched defs:fatal (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/openssh/
fatal.c 1 /* $OpenBSD: fatal.c,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */
34 /* Fatal messages. This function never returns. */
37 fatal(const char *fmt,...) function
  /external/valgrind/main/coregrind/m_gdbserver/
utils.c 59 void fatal (const char *string,...) function
  /external/llvm/utils/llvm-build/llvmbuild/
util.py 11 fatal = lambda message: (_write_message('fatal error', message), sys.exit(1)) variable
13 __all__ = ['note', 'warning', 'error', 'fatal']
  /external/openssh/regress/
test-exec.sh 148 fatal "Don't know how to echo without newline."
185 fatal "sshd didn't exit port $PORT pid $pid"
220 fatal () function
222 echo "FATAL: $@" >>$TEST_SSH_LOGFILE
223 echon "FATAL: "
243 trap fatal 3 2
374 ${SSHD} -t -f $OBJ/sshd_proxy || fatal "sshd_proxy broken"
379 $SUDO ${SSHD} -f $OBJ/sshd_config "$@" -t || fatal "sshd_config broken"
389 test -f $PIDFILE || fatal "no sshd running on port $PORT"
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 32 MsgHandler fatal(unsigned int pID);
49 inline mcld::MsgHandler mcld::fatal(unsigned int pID) function in class:mcld
51 return getDiagnosticEngine().report(pID, DiagnosticEngine::Fatal);
  /system/core/logwrapper/
logwrapper.c 27 void fatal(const char *msg) { function
34 fatal(
  /external/apache-http/src/org/apache/commons/logging/
Log.java 33 * <li>fatal (the most serious)</li>
93 * <p> Is fatal logging currently enabled? </p>
97 * when the log level is more than fatal. </p>
99 * @return true if fatal is enabled in the underlying logger.
229 * <p> Log a message with fatal log level. </p>
233 public void fatal(Object message); method in interface:Log
237 * <p> Log an error with fatal log level. </p>
242 public void fatal(Object message, Throwable t); method in interface:Log
  /external/apache-http/src/org/apache/commons/logging/impl/
NoOpLog.java 60 public void fatal(Object message) { } method in class:NoOpLog
62 public void fatal(Object message, Throwable t) { } method in class:NoOpLog
79 * Fatal is never enabled.
Jdk14Logger.java 156 * @see org.apache.commons.logging.Log#fatal(Object)
158 public void fatal(Object message) { method in class:Jdk14Logger
168 * @see org.apache.commons.logging.Log#fatal(Object, Throwable)
170 public void fatal(Object message, Throwable exception) { method in class:Jdk14Logger
226 * Is fatal logging currently enabled?
SimpleLog.java 41 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
45 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
118 /** "Fatal" level logging. */
233 } else if("fatal".equalsIgnoreCase(lvl)) {
294 case SimpleLog.LOG_LEVEL_FATAL: buf.append("[FATAL] "); break;
522 * @see org.apache.commons.logging.Log#fatal(Object)
524 public final void fatal(Object message) { method in class:SimpleLog
538 * @see org.apache.commons.logging.Log#fatal(Object, Throwable)
540 public final void fatal(Object message, Throwable t) { method in class:SimpleLog
575 * <p> Are fatal messages currently enabled? </p
    [all...]
  /external/bison/src/
complain.c 209 ERROR_MESSAGE (&loc, _("fatal error"), message);
214 fatal (const char *message, ...)
216 ERROR_MESSAGE (NULL, _("fatal error"), message);
213 fatal (const char *message, ...) function
  /external/llvm/utils/lit/lit/
LitConfig.py 132 def fatal(self, message): member in class:LitConfig
134 self._write_message('fatal', message)
  /external/dropbear/
scpmisc.c 32 * failure (they call fatal if they encounter an error).
151 fatal("addargs: argument too long");
177 fatal("replacearg: argument too long");
180 fatal("replacearg: tried to replace invalid arg %d >= %d",
219 void fatal(char* fmt,...) function
  /frameworks/base/tools/aapt/
SourcePos.cpp 16 bool fatal; member in struct:ErrorPos
20 ErrorPos(const String8& file, int line, const String8& error, bool fatal);
32 :line(-1), fatal(false)
40 fatal(that.fatal)
48 fatal(fat)
89 const char* type = fatal ? "error:" : "warning:";
  /bootable/recovery/minadbd/
adb.c 41 void fatal(const char *fmt, ...) function
132 if(p == 0) fatal("failed to allocate an apacket");
fdevent.c 47 static void fatal(const char *fn, const char *fmt, ...) function
57 #define FATAL(x...) fatal(__FUNCTION__, x)
413 FATAL("missing fde for fd %d\n", i);
431 FATAL("bogus negative fd (%d)\n", fde->fd);
437 FATAL("bogus huuuuge fd (%d)\n", fde->fd);
448 FATAL("could not expand fd_table to %d entries\n", fd_table_max);
459 FATAL("fd out of range (%d)\n", fde->fd);
463 FATAL("fd_table out of sync [%d]\n", fde->fd);
524 FATAL("fd %d out of range for fd_table \n", fd)
    [all...]
  /external/blktrace/btt/
btt_plot.py 82 def fatal(msg): function
83 """Generate fatal error message and exit"""
85 print >>sys.stderr, 'FATAL: %s' % msg
156 fatal('%s not found' % file)
199 fatal('%s not a valid command name' % prog)
211 fatal(__doc__)
222 fatal('Type %s not supported' % a)
230 fatal('Need type of data files to process - (-t <type>)')
391 fatal('Need data files to process')
  /external/webkit/Source/WebCore/dom/
XMLDocumentParser.h 54 enum ErrorType { warning, nonFatal, fatal }; enumerator in enum:WebCore::XMLTokenizer::ErrorType
197 enum ErrorType { warning, nonFatal, fatal };
  /packages/apps/Email/src/org/apache/james/mime4j/
Log.java 100 public void fatal(Object message) { method in class:Log
104 public void fatal(Object message, Throwable t) { method in class:Log
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /external/blktrace/btreplay/
btrecord.c 185 static inline void fatal(const char *errstring, const int exitval, function
240 fatal(stream->file_name, ERR_SYSCALL, "Hdr write failed\n");
318 fatal(file_name, ERR_ARGS, "Unable to open\n");
352 fatal(NULL, ERR_ARGS, "No traces found for %s\n", devnm);
363 fatal(idir, ERR_ARGS, "Unable to open %s\n", idir);
400 fatal(idir, ERR_ARGS,
409 fatal(odir, ERR_ARGS,
462 fatal(NULL, ERR_ARGS, "Invalid command line\n");
474 fatal(NULL, ERR_ARGS, "Missing required input file name(s)\n");
496 fatal(iip->file_name, ERR_SYSCALL, "Read failed\n")
    [all...]
  /external/javassist/src/main/javassist/compiler/
MemberResolver.java 35 private static void fatal() throws CompileError { method in class:MemberResolver
36 throw new CompileError("fatal");
396 fatal(); method
537 fatal(); method
  /external/openssl/ssl/
ssl_sess.c 476 int fatal = 0; local
493 fatal = 1;
582 fatal = 1;
634 if (fatal)
    [all...]
  /external/ppp/pppd/
utils.c 656 * logit - does the hard work for fatal et al.
715 * fatal - log an error message and die horribly.
718 fatal __V((char *fmt, ...)) function
  /ndk/sources/host-tools/make-3.81/
misc.c 264 fatal (const struct floc *flocp, const char *fmt, ...)
266 fatal (flocp, fmt, va_alist)
328 fatal (NILF, _("%s: %s"), name, strerror (errno));
334 /* Like malloc but get fatal error if memory is exhausted. */
349 fatal (NILF, _("virtual memory exhausted"));
364 fatal (NILF, _("virtual memory exhausted"));
381 fatal (NILF, _("virtual memory exhausted"));
260 fatal (const struct floc *flocp, const char *fmt, ...) function

Completed in 713 milliseconds

1 2 3 4