Searched defs:dropbear_exit (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/
H A Ddbutil.c92 void dropbear_exit(const char* format, ...) { function
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("Could
[all...]

Completed in 82 milliseconds