Searched refs:errstring (Results 1 – 8 of 8) sorted by relevance
/external/dropbear/ |
D | dbutil.c | 187 int *socks, unsigned int sockcount, char **errstring, int *maxfd) { in dropbear_listen() argument 218 if (errstring != NULL && *errstring == NULL) { in dropbear_listen() 221 *errstring = (char*)m_malloc(len); in dropbear_listen() 222 snprintf(*errstring, len, "Error resolving: %s", gai_strerror(err)); in dropbear_listen() 284 if (errstring != NULL && *errstring == NULL) { in dropbear_listen() 287 *errstring = (char*)m_malloc(len); in dropbear_listen() 288 snprintf(*errstring, len, "Error listening: %s", strerror(err)); in dropbear_listen() 304 int nonblocking, char ** errstring) { in connect_remote() argument 312 if (errstring != NULL) { in connect_remote() 313 *errstring = NULL; in connect_remote() [all …]
|
D | tcp-accept.c | 106 char* errstring = NULL; in listen_tcpfwd() local 122 DROPBEAR_MAX_SOCKS, &errstring, &ses.maxfd); in listen_tcpfwd() 124 dropbear_log(LOG_INFO, "TCP forward failed: %s", errstring); in listen_tcpfwd() 125 m_free(errstring); in listen_tcpfwd() 129 m_free(errstring); in listen_tcpfwd()
|
D | dbutil.h | 51 int *socks, unsigned int sockcount, char **errstring, int *maxfd); 53 int nonblocking, char ** errstring);
|
D | svr-main.c | 398 char* errstring = NULL; in listensockets() local 410 &errstring, maxfd); in listensockets() 414 svr_opts.ports[i], errstring); in listensockets() 415 m_free(errstring); in listensockets()
|
/external/blktrace/btreplay/ |
D | btrecord.c | 185 static inline void fatal(const char *errstring, const int exitval, in fatal() argument 190 if (errstring) in fatal() 191 perror(errstring); in fatal()
|
D | btreplay.c | 212 static inline void fatal(const char *errstring, const int exitval, in fatal() argument 217 if (errstring) in fatal() 218 perror(errstring); in fatal()
|
/external/libpcap/ |
D | pcap-dlpi.c | 1214 static char errstring[6+2+8+1]; in dlstrerror() local 1316 sprintf(errstring, "Error %02x", dl_errno); in dlstrerror() 1317 return (errstring); in dlstrerror()
|
/external/icu4c/tools/tzcode/ |
D | zic.c | 1043 gethms(string, errstring, signable) in gethms() argument 1045 const char * const errstring; 1065 error(errstring); 1071 error(errstring);
|