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

<<1112131415

  /external/openssh/openbsd-compat/
port-aix.c 86 fatal("Couldn't set usrinfo: %s", strerror(errno));
  /external/openssh/
roaming_client.c 248 fatal("Server refused resume, roaming timeout may be exceeded");
roaming_common.c 209 fatal("Needed to resend more data than in the cache");
ssh-pkcs11-client.c 74 fatal("response too long: %u", len);
clientloop.c 745 * one is fatal.
770 fatal("%s", errmsg);
825 fatal("%s: last_gc->ref_count = %d",
    [all...]
ssh-pkcs11-helper.c 369 fatal("PKCS#11 support disabled at compile time");
  /external/openssl/ssl/
ssl_sess.c 476 int fatal = 0; local
493 fatal = 1;
582 fatal = 1;
634 if (fatal)
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 315 /* fatal is like VG_(umsg), then exit(1). */
316 void fatal (const char *string,...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
  /external/webkit/Source/WebCore/dom/
xml_expat_tokenizer.cpp 788 type = fatal;
801 if (type == fatal || m_errorCount < maxErrors) {
806 case fatal:
816 if (type == fatal)
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 81 fatal(diag::err_unsupported_section) << pName << pType;
171 fatal(diag::err_cannot_find_namespec) << pNameSpec;
242 fatal(diag::fatal_forbid_nest_group);
361 fatal(diag::fatal_cannot_read_input) << pInput.path();
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 158 fatal(diag::reserve_entry_number_mismatch_got);
208 fatal(diag::reserve_entry_number_mismatch_plt);
713 fatal(diag::reserve_entry_number_mismatch_got);
759 fatal(diag::reserve_entry_number_mismatch_plt);
  /ndk/sources/host-tools/make-3.81/
ar.c 36 If a name like `lib((entry))' is used, a fatal error is signaled at
53 fatal (NILF, _("attempt to use unsupported feature: `%s'"), name);
  /system/core/adb/
adb.h 253 void fatal(const char *fmt, ...);
sockets.c 396 if (s == NULL) fatal("cannot allocate socket");
527 if (s == NULL) fatal("cannot allocate socket");
548 fatal("destination oversized");
851 if (s == NULL) fatal("cannot allocate socket");
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...]
adb.c 58 void fatal(const char *fmt, ...) function
202 if(p == 0) fatal("failed to allocate an apacket");
892 fatal("cannot allocate listener");
1005 fatal("bad number (%s) in env var %s. Expecting 0..n.\n", cpunum_str, AFFINITY_ENVVAR);
    [all...]
sysdeps_win32.c 9 extern void fatal(const char *fmt, ...);
11 #define assert(cond) do { if (!(cond)) fatal( "assertion failed '%s' on %s:%ld\n", #cond, __FILE__, __LINE__ ); } while (0)
572 fatal( "adb: could not initialize Winsock\n" );
1244 #define FATAL(x...) fatal(__FUNCTION__, x)
    [all...]
  /bootable/recovery/minadbd/
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/ppp/pppd/
chap-new.c 212 fatal("CHAP digest 0x%x requested but not available",
242 fatal("CHAP digest 0x%x requested but not available",
demand.c 100 fatal("Couldn't set up demand-dialled PPP interface: %m");
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations_unittest.py 198 self.assertTrue(e.fatal)
210 self.assertFalse(e.fatal)
290 # This should log a non-fatal error.
317 # This should log a non-fatal error.
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 119 fatal(diag::unsupported_bitclass) << config().targets().triple().str()
191 fatal(diag::unrecognized_output_file) << config().codeGenType();
691 fatal(diag::unrecognized_output_file) << config().codeGenType();
710 fatal(diag::unrecognized_output_file) << config().codeGenType();
    [all...]
  /build/core/combo/
TARGET_linux-arm.mk 136 -Wl,--fatal-warnings \
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 145 fatal(diag::reserve_entry_number_mismatch_got);
  /external/dnsmasq/src/
dhcp.c 878 void check_dhcp_hosts(int fatal)
891 if ((configs->flags & DHOPT_BANK) || fatal)
896 if (fatal)

Completed in 1084 milliseconds

<<1112131415