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

1 2 3 45 6 7 8 91011>>

  /external/openssh/regress/
ssh-com-sftp.sh 21 fatal '$TEST_COMBASE is not set'
  /external/openssh/
sftp-client.c 105 fatal("Outbound message too long %u", buffer_len(m));
117 fatal("Couldn't send packet: %s", strerror(errno));
131 fatal("Connection closed");
133 fatal("Couldn't read packet: %s", strerror(errno));
138 fatal("Received message too long %u", msg_len);
145 fatal("Connection closed");
147 fatal("Read packet: %s", strerror(errno));
194 fatal("ID mismatch (%u != %u)", id, expected_id);
196 fatal("Expected SSH2_FXP_STATUS(%u) packet, got %u",
228 fatal("%s: ID mismatch (%u != %u)"
    [all...]
audit-linux.c 90 fatal("linux_audit_write_entry failed: %s", strerror(errno));
auth2-gss.c 145 fatal("No authentication or GSSAPI context");
199 fatal("No authentication or GSSAPI context");
236 fatal("No authentication or GSSAPI context");
268 fatal("No authentication or GSSAPI context");
dispatch.c 49 fatal("protocol error");
log.h 58 void fatal(const char *, ...) __attribute__((noreturn))
misc.c 371 fatal("put_host_port: asprintf: %s", strerror(errno));
464 fatal("addargs: argument too long");
490 fatal("replacearg: argument too long");
493 fatal("replacearg: tried to replace invalid arg %d >= %d",
533 fatal("tilde_expand_filename: ~username too long");
537 fatal("tilde_expand_filename: No such user %s", user);
539 fatal("tilde_expand_filename: No such uid %ld", (long)uid);
542 fatal("tilde_expand_filename: Path too long");
548 fatal("tilde_expand_filename: Path too long");
554 fatal("tilde_expand_filename: Path too long")
    [all...]
platform.c 180 fatal("Failed to set process credentials");
sshpty.c 81 fatal("openpty returns device for which ttyname fails.");
231 fatal("stat(%.100s) failed: %.100s", tty,
246 fatal("chown(%.100s, %u, %u) failed: %.100s",
259 fatal("chmod(%.100s, 0%o) failed: %.100s",
auth2.c 189 fatal("input_service_request: no authctxt");
222 fatal("input_userauth_request: no authctxt");
298 fatal("INTERNAL ERROR: authenticated invalid user %s",
319 fatal("Access denied for user %s by PAM account "
328 fatal("Access denied for user %s.",authctxt->user);
ssh-agent.c 167 fatal("internal error, bad protocol version %d", version);
258 fatal("process_authentication_challenge1: BN_new failed");
396 fatal("process_remove_identity: "
511 fatal("Certificate parse failed");
522 fatal("%s: curve names mismatch", __func__);
526 fatal("%s: EC_KEY_new_by_curve_name failed",
530 fatal("%s: BN_new failed", __func__);
532 fatal("%s: BN_new failed", __func__);
537 fatal("%s: EC_KEY_set_public_key failed",
540 fatal("%s: EC_KEY_set_private_key failed"
    [all...]
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /external/valgrind/main/memcheck/tests/
wrap8.stderr.exp 1 Emulation fatal error -- Valgrind cannot continue:
  /frameworks/native/opengl/tests/EGLTest/
Android.mk 34 LOCAL_LDFLAGS += -Wl,--no-fatal-warnings
  /packages/apps/Email/src/org/apache/james/mime4j/
Log.java 100 public void fatal(Object message) { method in class:Log
104 public void fatal(Object message, Throwable t) { method in class:Log
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /external/openssh/openbsd-compat/
bsd-cray.c 223 fatal("getusrv() failed, errno = %d", errno);
234 fatal("cannot fetch user's UDB entry");
242 fatal("IA uid missmatch");
260 fatal("[f]secstat() error, rc = %d", secstatrc);
645 fatal("Not PRIV_SU system.");
647 fatal("Not POSIX_PRIV.");
667 fatal("%s(%d): setusrv(): %s", __FILE__, __LINE__,
674 fatal("%s(%d): priv_set_proc(): %s",
709 fatal("Unable to open utmp file");
737 fatal("cray_delete_tmpdir: execl of CLEANTMPCMD failed")
    [all...]
bsd-arc4random.c 70 fatal("Couldn't obtain random bytes (error %ld)",
port-linux.c 84 fatal("%s: ssh_selinux_getctxbyname: "
91 fatal("%s: Failed to get default SELinux security "
122 fatal("%s: security_getenforce() failed", __func__);
128 fatal("%s: Failed to set SELinux execution context "
153 /* XXX: should these calls fatal() upon failure in enforcing mode? */
  /external/valgrind/main/coregrind/m_gdbserver/
utils.c 59 void fatal (const char *string,...) function
  /external/webkit/Source/WebCore/wml/
WMLErrorHandling.cpp 51 parser->handleError(XMLDocumentParser::fatal, errorMessage.latin1().data(), parser->textPositionOneBased());
  /hardware/ti/omap4xxx/domx/make/
start.mk 71 # Error string to generate fatal error and abort gmake
72 ERR = $(error Makefile generated fatal error while building target "$@")
  /ndk/sources/host-tools/make-3.81/
amiga.c 46 fatal (NILF, "MyExecute: Cannot allocate space for calling a command");

Completed in 621 milliseconds

1 2 3 45 6 7 8 91011>>