HomeSort by relevance Sort by last modified time
    Searched refs:m_strdup (Results 1 - 10 of 10) sorted by null

  /external/dropbear/
cli-authinteract.c 53 response = (unsigned char*)m_strdup("");
59 response = (unsigned char*)m_strdup(buf);
120 response = m_strdup(p);
cli-tcpfwd.c 99 tcpinfo->sendaddr = m_strdup(remoteaddr);
103 tcpinfo->listenaddr = m_strdup("");
105 tcpinfo->listenaddr = m_strdup("localhost");
svr-authpam.c 63 char * compare_message = m_strdup(message);
118 resp->resp = m_strdup(userDatap->passwd);
144 resp->resp = m_strdup(userDatap->user);
dbutil.h 60 void * m_strdup(const char * str);
svr-runopts.c 235 svr_opts.ports[0] = m_strdup(DROPBEAR_DEFPORT);
236 svr_opts.addresses[0] = m_strdup(DROPBEAR_DEFADDRESS);
276 myspec = m_strdup(spec);
293 svr_opts.addresses[svr_opts.portcount] = m_strdup(DROPBEAR_DEFADDRESS);
svr-agentfwd.c 252 chansess->agentdir = m_strdup(path);
253 chansess->agentfile = m_strdup(sockfile);
cli-runopts.c 329 userhostarg = m_strdup(orighostarg);
350 cli_opts.username = m_strdup(pw->pw_name);
373 str = m_strdup(origstr);
dbutil.c 347 *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");
svr-auth.c 214 ses.authstate.username = m_strdup(username);
229 ses.authstate.printableuser = m_strdup(ses.authstate.pw->pw_name);
svr-chansession.c 545 chansess->tty = (char*)m_strdup(namebuf);
594 chansess->cmd = m_strdup(SFTPSERVER_PATH);

Completed in 310 milliseconds