Searched defs:fatal (Results 1 - 25 of 30) sorted by relevance

12

/external/openssh/
H A Dfatal.c1 /* $OpenBSD: fatal.c,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */
37 fatal(const char *fmt,...) function
H A Dssh-keyscan.c281 fatal("host_hash failed");
300 fatal("getaddrinfo %s: %s", host, ssh_gai_strerror(gaierr));
308 fatal("%s: set_nonblock(%d)", __func__, s);
338 fatal("conalloc: fdno %d too high", s);
340 fatal("conalloc: attempt to reuse fdno %d", s);
364 fatal("confree: attempt to free bad fdno %d", s);
510 fatal("conread: invalid status %d", c->c_status);
587 fatal(const char *fmt,...) function
659 fatal("Too high debugging level.");
685 fatal("unknow
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dutils.c59 void fatal (const char *string,...) function
/external/llvm/utils/llvm-build/llvmbuild/
H A Dutil.py11 fatal = lambda message: (_write_message('fatal error', message), sys.exit(1)) variable
13 __all__ = ['note', 'warning', 'error', 'fatal']
/external/openssh/regress/
H A Dtest-exec.sh148 fatal "Don't know how to echo without newline."
185 fatal "sshd didn't exit port $PORT pid $pid"
220 fatal () function
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"
/external/bison/src/
H A Dcomplain.c127 fputs (_("fatal error: "), stderr);
137 fatal (const char *message, ...)
143 fputs (_("fatal error: "), stderr);
134 fatal (const char *message, ...) function
/external/oprofile/libpp/
H A Dimage_errors.cpp28 void report_image_error(string const & image, image_error error, bool fatal, argument
44 cerr << (fatal ? "error: " : "warning: ");
72 void report_image_error(inverted_profile const & profile, bool fatal, argument
75 report_image_error(profile.image, profile.error, fatal, extra);
/external/apache-http/src/org/apache/commons/logging/
H A DLog.java33 * <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/llvm/utils/lit/lit/
H A DLitConfig.py131 def fatal(self, message): member in class:LitConfig
133 self._write_message('fatal', message)
/external/apache-http/src/org/apache/commons/logging/impl/
H A DJdk14Logger.java156 * @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?
H A DNoOpLog.java60 public void fatal(Object message) { } method in class:NoOpLog
62 public void fatal(Object message, Throwable t) { } method in class:NoOpLog
H A DSimpleLog.java41 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
45 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
233 } else if("fatal".equalsIgnoreCase(lvl)) {
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>
/external/oprofile/libutil/
H A Dop_fileio.c22 static FILE * op_do_open_file(char const * name, char const * mode, int fatal) argument
29 if (fatal) {
95 u32 op_read_int_from_file(char const * filename, int fatal) argument
102 if (!fatal)
112 if (!fatal)
/external/blktrace/btt/
H A Dbtt_plot.py82 def fatal(msg): function
83 """Generate fatal error message and exit"""
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/dropbear/
H A Dscpmisc.c32 * 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
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParser.h54 enum ErrorType { warning, nonFatal, fatal }; enumerator in enum:WebCore::XMLTokenizer::ErrorType
197 enum ErrorType { warning, nonFatal, fatal };
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jar ... .Object, java.lang.Throwable) public abstract void fatal (java.lang.Object) public abstract void fatal (java ...
/external/javassist/src/main/javassist/compiler/
H A DMemberResolver.java35 private static void fatal() throws CompileError { method in class:MemberResolver
36 throw new CompileError("fatal");
396 fatal();
537 fatal();
H A DTypeChecker.java106 protected static void fatal() throws CompileError { method in class:TypeChecker
107 throw new CompileError("fatal");
587 fatal();
679 fatal();
982 fatal();
/external/oprofile/daemon/
H A Doprofiled.c125 * Failure is fatal.
345 int opd_read_fs_int(char const * path, char const * name, int fatal) argument
349 return op_read_int_from_file(filename, fatal);
/external/ppp/pppd/
H A Dutils.c653 * logit - does the hard work for fatal et al.
712 * fatal - log an error message and die horribly.
715 fatal __V((char *fmt, ...)) function
/external/blktrace/btreplay/
H A Dbtrecord.c185 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(ii
[all...]
/external/chromium/net/disk_cache/
H A Dsparse_control.cc459 return KillChildAndContinue(key, true); // This is a fatal failure.
494 bool SparseControl::KillChildAndContinue(const std::string& key, bool fatal) { argument
499 if (fatal) {
/external/dnsmasq/src/
H A Ddhcp.c878 void check_dhcp_hosts(int fatal) argument
891 if ((configs->flags & DHOPT_BANK) || fatal)
896 if (fatal)
/external/kernel-headers/original/linux/
H A Dqic117.h240 unsigned int fatal:1; /* Non-zero if the error is fatal. */ member in struct:__anon6548

Completed in 507 milliseconds

12