OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:errstring
(Results
1 - 3
of
3
) 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
);
svr-main.c
398
char*
errstring
= NULL;
local
410
&
errstring
, maxfd);
414
svr_opts.ports[i],
errstring
);
415
m_free(
errstring
);
/external/libpcap/
pcap-dlpi.c
1214
static char
errstring
[6+2+8+1];
local
[
all
...]
Completed in 797 milliseconds