Searched refs:errstring (Results 1 - 8 of 8) sorted by relevance

/external/dropbear/
H A Dtcp-accept.c106 char* errstring = NULL; local
122 DROPBEAR_MAX_SOCKS, &errstring, &ses.maxfd);
124 dropbear_log(LOG_INFO, "TCP forward failed: %s", errstring);
125 m_free(errstring);
129 m_free(errstring);
H A Ddbutil.c184 * failure, if errstring wasn't NULL, it'll be a newly malloced error
187 int *socks, unsigned int sockcount, char **errstring, int *maxfd) {
218 if (errstring != NULL && *errstring == NULL) {
221 *errstring = (char*)m_malloc(len);
222 snprintf(*errstring, len, "Error resolving: %s", gai_strerror(err));
284 if (errstring != NULL && *errstring == NULL) {
287 *errstring = (char*)m_malloc(len);
288 snprintf(*errstring, le
186 dropbear_listen(const char* address, const char* port, int *socks, unsigned int sockcount, char **errstring, int *maxfd) argument
303 connect_remote(const char* remotehost, const char* remoteport, int nonblocking, char ** errstring) argument
[all...]
H A Ddbutil.h51 int *socks, unsigned int sockcount, char **errstring, int *maxfd);
53 int nonblocking, char ** errstring);
H A Dsvr-main.c398 char* errstring = NULL; local
410 &errstring, maxfd);
414 svr_opts.ports[i], errstring);
415 m_free(errstring);
/external/blktrace/btreplay/
H A Dbtrecord.c185 static inline void fatal(const char *errstring, const int exitval, argument
190 if (errstring)
191 perror(errstring);
H A Dbtreplay.c206 * The 'fatal' macro will output a perror message (if errstring is !NULL)
212 static inline void fatal(const char *errstring, const int exitval, argument
217 if (errstring)
218 perror(errstring);
/external/libpcap/
H A Dpcap-dlpi.c1214 static char errstring[6+2+8+1]; local
1316 sprintf(errstring, "Error %02x", dl_errno);
1317 return (errstring);
/external/icu4c/tools/tzcode/
H A Dzic.c1039 ** Call error with errstring and return zero on errors.
1043 gethms(string, errstring, signable)
1045 const char * const errstring;
1065 error(errstring);
1071 error(errstring);

Completed in 129 milliseconds