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

1 2 34 5 6 7 8 91011>>

  /external/openssh/
kex.c 210 fatal("kex_send_kexinit: kex proposal too short");
235 fatal("kex_input_kexinit: no kex, cannot rekey");
281 fatal("Unsupported key exchange %d", kex->kex_type);
290 fatal("no matching cipher found: client %s server %s",
293 fatal("matching cipher is not supported: %s", name);
307 fatal("no matching mac found: client %s server %s",
310 fatal("unsupported mac %s", name);
324 fatal("no matching comp found: client %s server %s", client, server);
332 fatal("unsupported comp %s", name);
342 fatal("Unable to negotiate a key exchange method")
    [all...]
mac.c 82 fatal("mac %s len %d", mac->name, evp_len);
114 fatal("mac_init: no key");
136 fatal("mac_compute: mac too long %u %lu",
154 fatal("mac_compute: unknown MAC type");
ssh.c 296 fatal("setrlimit failed: %.100s", strerror(errno));
368 fatal("Cannot specify multiplexing "
371 fatal("Multiplexing command already specified");
381 fatal("Invalid multiplex command.");
408 fatal("Too many identity files specified "
454 fatal("stdio forward already specified");
456 fatal("Cannot specify stdio forward with -O");
668 fatal("Cannot fork into background without a command "
701 fatal("Can't open user config file %.100s: "
741 fatal("gethostname: %s", strerror(errno))
    [all...]
kexecdh.c 52 fatal("%s: kexname too short \"%s\"", __func__, kexname);
62 fatal("%s: unsupported ECDH curve \"%s\"", __func__, kexname);
auth-rsa.c 77 fatal("auth_rsa_generate_challenge: BN_new() failed");
80 fatal("auth_rsa_generate_challenge: BN_rand failed");
82 fatal("auth_rsa_generate_challenge: BN_CTX_new failed");
84 fatal("auth_rsa_generate_challenge: BN_mod failed");
107 fatal("auth_rsa_verify_response: bad challenge length %d", len);
138 fatal("auth_rsa_challenge_dialog: BN_new() failed");
monitor.c 386 fatal("%s: unexpected authentication from %d",
427 fatal("%s: authenticated invalid user", __func__);
429 fatal("%s: authentication method name unknown", __func__);
515 fatal("%s: log fd read: %s", __func__, strerror(errno));
519 fatal("%s: invalid log message length %u", __func__, len);
526 fatal("%s: log fd read: %s", __func__, strerror(errno));
532 fatal("%s: invalid log level %u (corrupted message?)",
560 fatal("%s: poll: %s", __func__, strerror(errno));
589 fatal("%s: unpermitted request %d", __func__,
607 fatal("%s: unsupported request: %d", __func__, type)
    [all...]
monitor_wrap.c 98 fatal("%s: no log channel", __func__);
113 fatal("%s: write: %s", __func__, strerror(errno));
138 fatal("%s: write: %s", __func__, strerror(errno));
140 fatal("%s: write: %s", __func__, strerror(errno));
154 fatal("%s: read: %s", __func__, strerror(errno));
158 fatal("%s: read: bad msg_len %d", __func__, msg_len);
162 fatal("%s: read: %s", __func__, strerror(errno));
175 fatal("%s: read: rtype %d != type %d", __func__,
198 fatal("%s: MONITOR_ANS_MODULI failed", __func__);
201 fatal("%s: BN_new failed", __func__)
    [all...]
ssh-keyscan.c 281 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("unknown key type %s", tname)
    [all...]
auth2-chall.c 289 fatal("input_userauth_info_response: no authctxt");
292 fatal("input_userauth_info_response: no kbdintctxt");
294 fatal("input_userauth_info_response: no device");
299 fatal("input_userauth_info_response: wrong number of replies");
301 fatal("input_userauth_info_response: too many replies");
sshconnect.c 112 fatal("Could not create pipes to communicate with the proxy: %.100s",
153 fatal("fork failed: %.100s", strerror(errno));
308 fatal("Bogus return (%d) from select()", rc);
360 fatal("%s: Could not resolve hostname %.100s: %s", __progname,
465 fatal("Connection timed out during "
470 fatal("ssh_exchange_identification: "
478 fatal("ssh_exchange_identification: "
481 fatal("ssh_exchange_identification: "
493 fatal("ssh_exchange_identification: "
510 fatal("Bad remote protocol version identification: '%.100s'", buf)
    [all...]
readpass.c 63 fatal("internal error: askpass undefined");
78 fatal("ssh_askpass: dup2: %s", strerror(errno));
80 fatal("ssh_askpass: exec(%s): %s", askpass, strerror(errno));
ssh-ecdsa.c 137 fatal("%s: ECDSA_SIG_new failed", __func__);
140 fatal("%s: BN_new failed", __func__);
147 fatal("%s: remaining bytes in inner sigblob", __func__);
auth-pam.c 264 fatal("PAM: sshpam_authctxt not initialized");
266 fatal("%s: setreuid failed: %s", __func__, strerror(errno));
269 fatal("%s: setreuid failed: %s", __func__, strerror(errno));
280 fatal("%s: PAM authctxt not initialized", __func__);
311 fatal("%s: received %u environment variables, expected <= 1024",
327 /* Errors are not fatal here */
461 fatal("%s: PAM authctxt not initialized", __func__);
786 fatal("Internal error: PAM auth "
887 fatal("PAM: initialisation requested when UsePAM=no");
890 fatal("PAM: initialisation failed")
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
regcache.c 53 fatal ("no register cache\n");
103 fatal ("Could not allocate register cache.\n");
107 fatal ("Could not allocate register_supplied cache.\n");
188 fatal ("Unknown register %s requested\n", name);
  /external/webkit/Tools/Scripts/
webkit-patch 57 _log.fatal("webkit-patch is only supported under Cygwin Python, "
  /frameworks/compile/mclinker/lib/Support/
raw_mem_ostream.cpp 25 fatal(diag::fatal_unwritable_output) << m_MemoryArea.handler()->path();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 16 * non-fatal errors, red for fatal).
33 * @typedef {{fatal: boolean, error: string, details: string}}
77 var color = details.fatal ? RED : YELLOW;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /external/openssh/regress/
stderr-after-eof.sh 19 fatal "No checksum program available, aborting $tid test"
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"
ssh-com-keygen.sh 8 fatal '$TEST_COMBASE is not set'
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 100 fatal("Could not allocate memory for PPPoE session");
138 fatal("Illegal value for rp_pppoe_sess option");
158 fatal("Failed to create PPPoE socket: %m");
177 fatal("Failed to connect PPPoE socket: %d %m", errno);
243 fatal("Failed to disconnect PPPoE socket: %d %m", errno);
364 fatal("Linux kernel does not support PPPoE -- are you running 2.4.x?");
  /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/oprofile/libutil/
op_fileio.c 22 static FILE * op_do_open_file(char const * name, char const * mode, int fatal)
29 if (fatal) {
95 u32 op_read_int_from_file(char const * filename, int fatal)
102 if (!fatal)
112 if (!fatal)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java 48 * true if fatal errors were found.
53 * @param fatalOnly if true, only report fatal issues (severity=error)
54 * @return true if any fatal errors were encountered.
66 boolean fatal = job.isFatal();
68 if (fatal) {
72 return fatal;
93 * @param fatalOnly if true, only report fatal issues (severity=error)
150 * Run Lint for an Export APK action. If it succeeds (no fatal errors)
156 * @return true if the lint run succeeded with no fatal errors
160 boolean fatal = EclipseLintRunner.runLint(Collections.singletonList(project)
    [all...]

Completed in 666 milliseconds

1 2 34 5 6 7 8 91011>>