OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dststr
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/native_client_sdk/src/build_tools/
easy_template.py
71
dststr
= cStringIO.StringIO()
73
RunTemplate(srcfile,
dststr
, replace)
77
if dstfile.read() ==
dststr
.getvalue():
81
dstfile.write(
dststr
.getvalue())
86
dststr
= cStringIO.StringIO()
87
RunTemplate(srcstr,
dststr
, template_dict, statement_re, expr_re)
88
return
dststr
.getvalue()
/external/android-clat/
ipv6.c
60
char
dststr
[INET6_ADDRSTRLEN];
local
63
inet_ntop(AF_INET6, dst,
dststr
, sizeof(
dststr
));
64
logmsg_dbg(ANDROID_LOG_ERROR, fmt, srcstr,
dststr
);
/external/ipsec-tools/src/racoon/
racoonctl.c
1347
char *
dststr
;
local
1363
if ((
dststr
= saddr2str((struct sockaddr *)&evtdump->dst)) == NULL)
1366
printf("%s",
dststr
);
[
all
...]
Completed in 4625 milliseconds