/external/dropbear/ |
tcp-accept.c | 106 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);
|
dbutil.c | 184 * 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, len, "Error listening: %s", strerror(err)) [all...] |
dbutil.h | 51 int *socks, unsigned int sockcount, char **errstring, int *maxfd); 53 int nonblocking, char ** errstring);
|
svr-main.c | 398 char* errstring = NULL; local 410 &errstring, maxfd); 414 svr_opts.ports[i], errstring); 415 m_free(errstring);
|
/external/openssl/crypto/dso/ |
dso_vms.c | 325 char errstring[257]; local 328 errstring_dsc.dsc$w_length = sizeof(errstring); 331 errstring_dsc.dsc$a_pointer = errstring; 341 errstring[length] = '\0'; 349 ": ", errstring); 354 ": ", errstring); 439 char errstring[257]; local 442 errstring_dsc.dsc$w_length = sizeof(errstring); 445 errstring_dsc.dsc$a_pointer = errstring; 453 errstring[length] = '\0' [all...] |
/external/blktrace/btreplay/ |
btrecord.c | 185 static inline void fatal(const char *errstring, const int exitval, 190 if (errstring) 191 perror(errstring);
|
btreplay.c | 206 * The 'fatal' macro will output a perror message (if errstring is !NULL) 212 static inline void fatal(const char *errstring, const int exitval, 217 if (errstring) 218 perror(errstring); [all...] |
/external/libpcap/ |
pcap-dlpi.c | 1214 static char errstring[6+2+8+1]; local [all...] |
/external/icu4c/tools/tzcode/ |
zic.c | 1039 ** 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); [all...] |