HomeSort by relevance Sort by last modified time
    Searched refs:fatal (Results 126 - 150 of 361) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 170 fatal(diag::err_cannot_read_section) << (*section)->name();
180 fatal(diag::err_cannot_read_section) << (*section)->name();
201 fatal(diag::err_cannot_read_section) << (*section)->name();
210 fatal(diag::err_cannot_read_target_section) << (*section)->name();
254 fatal(diag::fatal_cannot_read_strtab) << pInput.name()
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 143 fatal(diag::fail_allocate_memory_plt);
187 fatal(diag::fail_allocate_memory_plt);
231 fatal(diag::fail_allocate_memory_plt);
273 fatal(diag::fail_allocate_memory_plt);
321 fatal(diag::fail_allocate_memory_plt);
  /external/openssh/
sshconnect2.c 101 fatal("Host key verification failed.");
137 fatal("%s: unknown alg %s", __func__, alg);
381 fatal("Server denied authentication request: %d", type);
409 fatal("ssh_userauth2: internal error: cannot send userauth none request");
446 fatal("Permission denied (%s).", authlist);
468 fatal("input_userauth_error: bad message during authentication: "
501 fatal("input_userauth_success: no authentication context");
521 fatal("%s: no authentication context", __func__);
523 fatal("Unexpected authentication success during %s.",
536 fatal("input_userauth_failure: no authentication context")
    [all...]
authfd.c 155 fatal("Authentication response too long: %u", len);
292 fatal("Bad authentication reply message type: %d", type);
298 fatal("Too many identities in authentication reply: %d",
327 * Get the next entry from the packet. These will abort with a fatal
400 fatal("Bad authentication response: %d", type);
405 * fatal error if the packet is corrupt.
449 fatal("Bad authentication response: %d", type);
490 fatal("%s: no cert/certblob", __func__);
508 fatal("%s: no cert/certblob", __func__);
522 fatal("%s: no cert/certblob", __func__)
    [all...]
sshd.c 604 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR,
607 fatal("chdir(\"/\"): %s", strerror(errno));
618 fatal("setgroups: %.100s", strerror(errno));
639 fatal("fork of unprivileged child failed");
654 fatal("%s: waitpid: %s", __func__,
659 fatal("%s: preauth child exited with status %d",
662 fatal("%s: preauth child terminated by signal %d",
706 fatal("fork of unprivileged child failed");
934 fatal("%s: ssh_msg_send failed", __func__);
953 fatal("%s: ssh_msg_recv failed", __func__)
    [all...]
session.c 456 fatal("do_exec_no_pty: no session");
482 fatal("do_exec_no_pty: no session");
649 fatal("do_exec_pty: no session");
983 fatal("child_set_env: too many env vars");
1018 fatal("Too many lines in environment file %s", filename);
    [all...]
cipher-3des1.c 150 fatal("%s: bad 3des iv length: %d", __func__, len);
152 fatal("%s: no 3des context", __func__);
cipher-aes.c 85 fatal("ssh_rijndael_cbc: bad len %d", len);
138 fatal("ssh_rijndael_iv: no context");
dns.c 98 fatal("dns_read_key: null from key_fingerprint_raw()");
196 fatal("No key to look up!");
auth-chall.c 69 fatal("get_challenge: numprompts < 1");
auth1.c 153 fatal("do_authloop: BN_new failed");
321 fatal("INTERNAL ERROR: authenticated invalid user %s",
327 fatal("Access denied for user %s.",authctxt->user);
  /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
  /external/ppp/pppd/
sys-solaris.c 590 fatal("Couldn't open IP device: %m");
595 fatal("Couldn't open IP device (2): %m");
603 fatal("Can't open %s: %m", PPP_DEV_NAME);
611 fatal("Can't create new PPP interface: %m");
629 fatal("Can't open %s (2): %m", PPP_DEV_NAME);
639 fatal("Can't open %s (3): %m", PPP_DEV_NAME);
653 fatal("Can't push IP module: %m");
665 fatal("Can't set ppa for unit %d: %m", ifunit);
677 fatal("Can't push IP module (2): %m");
688 fatal("Can't set ifname for unit %d: %m", ifunit)
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
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?
  /external/openssh/regress/
dynamic-forward.sh 38 fatal "failed to start dynamic forwarding proto $p"
  /external/webkit/LayoutTests/fast/encoding/resources/
invalid-xml.js 3 // this only tests one of a large number of conditions that should cause fatal errors
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 120 fatal(diag::unsupported_relocation) << type()
125 fatal(diag::unknown_relocation) << type() << symInfo()->name();
  /frameworks/compile/mclinker/lib/MC/
CommandAction.cpp 66 fatal(diag::err_cannot_find_namespec) << namespec();
97 fatal(diag::fatal_forbid_nest_group);
  /frameworks/compile/mclinker/lib/Support/
Space.cpp 93 fatal(diag::err_cannot_read_small_file) << pHandler.path()
121 fatal(diag::err_cannot_read_small_file) << pHandler.path()
ToolOutputFile.cpp 61 fatal(diag::err_cannot_open_output_file)
  /external/chromium/net/disk_cache/
sparse_control.h 94 bool KillChildAndContinue(const std::string& key, bool fatal);
  /external/ppp/pppd/plugins/radius/
config.c 250 fatal("rc_read_config: impossible case branch!");
274 fatal("rc_conf_str: unkown config option requested: %s", optname);
285 fatal("rc_conf_int: unkown config option requested: %s", optname);
296 fatal("rc_conf_srv: unkown config option requested: %s", optname);
  /external/webkit/Source/WebCore/dom/
XMLDocumentParser.cpp 88 handleError(fatal, "Excessive node nesting.", lineNumber(), columnNumber());
152 if (type == fatal || (m_errorCount < maxErrors && m_lastErrorPosition.m_line != position.m_line && m_lastErrorPosition.m_column != position.m_column)) {
157 case fatal:
169 if (type == fatal)
  /system/core/liblinenoise/
linenoise.c 119 if (!isatty(STDIN_FILENO)) goto fatal;
124 if (tcgetattr(fd,&orig_termios) == -1) goto fatal;
142 if (tcsetattr(fd,TCSADRAIN,&raw) < 0) goto fatal;
146 fatal:
  /system/extras/latencytop/
latencytop.c 45 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal);
231 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal) {
241 if (fatal) {
255 if (fatal) {

Completed in 5015 milliseconds

1 2 3 4 56 7 8 91011>>