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

/external/dropbear/
H A Ddbutil.c347 *errstring = m_strdup("Failed non-blocking");
431 retstring = m_strdup(hbuf);
477 return m_strdup(hbuf);
636 void * m_strdup(const char * str) { function
641 dropbear_exit("m_strdup failed");

Completed in 40 milliseconds