Home | History | Annotate | Download | only in dropbear

Lines Matching refs:dropbear_exit

92 void dropbear_exit(const char* format, ...) {
114 dropbear_exit("failed assertion (%s:%d): `%s'", file, line, expr);
423 dropbear_exit("failed lookup (%d, %d)", ret, errno);
617 dropbear_exit("Error closing fd %d, %s", fd, strerror(errno));
626 dropbear_exit("m_malloc failed");
630 dropbear_exit("m_malloc failed");
641 dropbear_exit("m_strdup failed");
657 dropbear_exit("m_realloc failed");
661 dropbear_exit("m_realloc failed");
691 dropbear_exit("Couldn't set nonblocking");