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

1 23 4 5 6 7 8 91011>>

  /external/openssh/
bufbn.c 92 fatal("buffer_put_bignum: buffer error");
136 fatal("buffer_get_bignum: buffer error");
184 fatal("buffer_put_bignum2: buffer error");
222 fatal("buffer_get_bignum2: buffer error");
bufec.c 60 fatal("%s: BN_CTX_new failed", __func__);
92 fatal("%s: buffer error", __func__);
109 fatal("%s: BN_CTX_new failed", __func__);
143 fatal("%s: buffer error", __func__);
mux.c 198 fatal("%s: channel_by_id(%i) == NULL", __func__, cid);
201 fatal("%s: channel %d missing control channel %d",
219 fatal("%s: channel_by_id(%i) == NULL", __func__, cid);
222 fatal("%s: channel %d missing session channel %d",
270 fatal("%s: channel %d: c->mux_ctx == NULL", __func__, c->self);
542 fatal("%s: unknown forward type %u", __func__, ftype);
623 fatal("%s: mux_pause %d", __func__, c->mux_pause);
1045 fatal("%s: channel %d missing mux channel %d",
1067 fatal("%s: channel %d missing mux channel %d",
1126 fatal("%s socket(): %s", __func__, strerror(errno))
    [all...]
moduli.c 314 fatal("BN_new failed");
321 fatal("BN_new failed");
324 fatal("BN_rand failed");
327 fatal("BN_copy: failed");
332 fatal("BN_set_bit: failed");
417 fatal("BN_set_word failed");
419 fatal("BN_add failed");
466 fatal("BN_new failed");
468 fatal("BN_new failed");
470 fatal("BN_CTX_new failed")
    [all...]
servconf.c 499 fatal("%s: getcwd: %s", __func__, strerror(errno));
534 fatal("bad addr or host: %s (%s)",
750 fatal("%s line %d: Directive '%s' is not allowed "
773 fatal("%s line %d: ports must be specified before "
776 fatal("%s line %d: too many ports.",
780 fatal("%s line %d: missing port number.",
784 fatal("%s line %d: Badly formatted port number.",
793 fatal("%s line %d: missing integer value.",
805 fatal("%s line %d: missing time value.",
808 fatal("%s line %d: invalid time value."
    [all...]
cipher.c 231 fatal("cipher_init: key length %d is insufficient for %s.",
234 fatal("cipher_init: iv length %d is insufficient for %s.",
252 fatal("cipher_init: EVP_CipherInit failed for %s",
258 fatal("cipher_init: set keylen failed (%d -> %d)",
262 fatal("cipher_init: EVP_CipherInit: set key failed for %s",
271 fatal("evp_crypt: EVP_Cipher failed during discard");
282 fatal("cipher_encrypt: bad plaintext length %d", len);
284 fatal("evp_crypt: EVP_Cipher failed");
349 fatal("%s: wrong iv length %d != %d", __func__,
365 fatal("%s: bad cipher %d", __func__, c->number)
    [all...]
sshconnect1.c 79 fatal("try_agent_authentication: BN_new failed");
243 fatal("try_rsa_authentication: BN_new failed");
357 fatal("try_rhosts_rsa_authentication: BN_new failed");
539 fatal("Host key verification failed.");
566 fatal("ssh_kex: BN_new failed");
568 fatal("ssh_kex: BN_set_word failed");
571 fatal("ssh_kex: BN_lshift failed");
575 fatal("ssh_kex: BN_add_word failed");
578 fatal("ssh_kex: BN_add_word failed");
590 fatal("respond_to_rsa_challenge: host_key %d < server_key %d +
    [all...]
buffer.c 109 fatal("buffer_append_space: len %u not supported", len);
131 fatal("buffer_append_space: alloc %u not supported",
187 fatal("buffer_get: buffer error");
207 fatal("buffer_consume: buffer error");
225 fatal("buffer_consume_end: trying to get more bytes than in buffer");
ssh-dss.c 156 fatal("bad sigbloblen %u != SIGBLOB_LEN", len);
161 fatal("ssh_dss_verify: DSA_SIG_new failed");
163 fatal("ssh_dss_verify: BN_new failed");
165 fatal("ssh_dss_verify: BN_new failed");
168 fatal("ssh_dss_verify: BN_bin2bn failed");
auth2-jpake.c 151 fatal("%s: no hostkeys", __func__);
156 fatal("%s: RSA key missing p and/or q", __func__);
162 fatal("%s: DSA key missing priv_key", __func__);
167 fatal("%s: ECDSA key missing priv_key", __func__);
171 fatal("%s: unknown key type %d", __func__, k->type);
175 fatal("%s: hash_buffer", __func__);
178 fatal("%s: not enough bytes for rawsalt (want %u have %u)",
203 fatal("%s: want %u", __func__, want);
229 fatal("%s: login_getclass failed", __func__);
354 fatal("%s: hash_buffer", __func__)
    [all...]
schnorr.c 497 fatal("%s: vasprintf failed", __func__);
522 fatal("%s: vasprintf failed", __func__);
554 fatal("%s: BN_hex2bn", __func__);
557 fatal("%s: BN_new", __func__);
559 fatal("%s: BN_rshift1", __func__);
590 fatal("%s: BN_CTX_new", __func__);
592 fatal("%s: BN_new", __func__);
595 fatal("%s: g_x", __func__);
598 fatal("%s: schnorr_sign", __func__);
601 fatal("%s: verify fail", __func__)
    [all...]
  /external/oprofile/libutil/
op_fileio.h 39 * Failure to open is fatal.
46 * @param fatal non-zero if any error must be fatal
48 * Reads an ASCII integer from the given file. If an error occur and fatal is
51 u32 op_read_int_from_file(char const * filename, int fatal);
57 * Closes a file pointer. A non-fatal
70 * Failure is fatal.
80 * Failure is fatal.
92 * Failure is fatal.
104 * Failure is fatal
    [all...]
  /external/blktrace/btreplay/
btreplay.c 206 * The 'fatal' macro will output a perror message (if errstring is !NULL)
212 static inline void fatal(const char *errstring, const int exitval, function
328 fatal("posix_memalign", ERR_SYSCALL, "Allocation failed\n");
371 fatal("signal", ERR_SYSCALL, "Failed to set signal %d\n",
508 fatal("sched_getaffinity", ERR_SYSCALL, "Can't get CPU info\n");
519 fatal(NULL, ERR_SYSCALL, "Insufficient number of CPUs\n");
537 fatal("sched_setaffinity", ERR_SYSCALL, "Failed to pin CPU\n");
594 fatal(idir, ERR_ARGS, "Unable to open %s\n", idir);
634 fatal(file_name, ERR_SYSCALL, "Could not open map devs file\n");
766 fatal("io_setup", ERR_SYSCALL, "io_setup failed\n")
    [all...]
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/clang/test/Unit/
lit.site.cfg.in 23 lit.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key,key))
  /external/llvm/test/Unit/
lit.site.cfg.in 18 lit.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key,key))
  /external/llvm/test/
lit.site.cfg.in 28 lit.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key,key))
  /external/openssh/openbsd-compat/
port-uw.c 140 fatal("ia_get_logpwd: Unable to get the shadow passwd");
145 fatal("ia_openinfo: Unable to open the shadow passwd file");
  /external/openssh/regress/
reconfigure.sh 29 test -f $PIDFILE || fatal "sshd did not restart"
  /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);
  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 38 fatal(diag::reloc_factory_has_not_config);
64 fatal(diag::unsupported_bitclass) << m_pConfig->targets().triple().str()
  /external/bison/src/
scan-skel.l 64 /* Currently, only the @warn, @complain, @fatal, @warn_at, @complain_at, and
146 fatal (_("unclosed %s directive in skeleton"), at_directive_argv[0]);
191 || 0 == strcmp (at_directive_argv[0], "@fatal"))
198 case 'f': func = fatal; break;
291 fatal (_("too few arguments for %s directive in skeleton"),
298 fatal (_("too many arguments for %s directive in skeleton"),
305 fatal ("invalid @ in skeleton: %s", at);
complain.h 81 /** A fatal error, causing immediate exit. */
83 void fatal (char const *format, ...)
  /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
scpmisc.h 47 void fatal(char* fmt,...);

Completed in 459 milliseconds

1 23 4 5 6 7 8 91011>>