/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);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
AdnRecordCache.java | 122 private void sendErrorResponse(Message response, String errString) { 124 Exception e = new RuntimeException(errString);
|
/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/chromium_org/third_party/libxml/src/ |
xmlregexp.c | 344 xmlChar *errString; /* the string raising the error */ [all...] |
/external/libxml2/ |
xmlregexp.c | 344 xmlChar *errString; /* the string raising the error */ [all...] |
/external/chromium_org/third_party/icu/source/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...] |
/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...] |
/external/libpcap/ |
pcap-dlpi.c | 1214 static char errstring[6+2+8+1]; local [all...] |
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.cpp | [all...] |