OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:executable_name_out
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/coregrind/m_initimg/
initimg-pathscan.c
88
static HChar *
executable_name_out
;
variable
108
VG_(free)(
executable_name_out
);
109
executable_name_out
= VG_(strdup)("match_executable", buf);
112
&&
executable_name_out
== NULL)
114
executable_name_out
= VG_(strdup)("match_executable", buf);
137
VG_(free)(
executable_name_out
);
140
executable_name_out
= NULL;
143
return
executable_name_out
;
Completed in 121 milliseconds