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

  /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/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...]

Completed in 79 milliseconds