OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handle_s
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbserver/
server.cc
2037
char *
handle_s
= (char *) alloca (handle_len * 2 + 1);
local
2038
bin2hex (handle,
handle_s
, handle_len);
2039
string_xml_appendf (*buffer, " handle=\"%s\"",
handle_s
);
server.cc
2037
char *
handle_s
= (char *) alloca (handle_len * 2 + 1);
local
2038
bin2hex (handle,
handle_s
, handle_len);
2039
string_xml_appendf (*buffer, " handle=\"%s\"",
handle_s
);
/src/external/gpl3/gdb/dist/gdbserver/
server.cc
2011
char *
handle_s
= (char *) alloca (handle_len * 2 + 1);
local
2012
bin2hex (handle,
handle_s
, handle_len);
2013
string_xml_appendf (*buffer, " handle=\"%s\"",
handle_s
);
server.cc
2011
char *
handle_s
= (char *) alloca (handle_len * 2 + 1);
local
2012
bin2hex (handle,
handle_s
, handle_len);
2013
string_xml_appendf (*buffer, " handle=\"%s\"",
handle_s
);
Completed in 123 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026