OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dot_ptr
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/coregrind/m_debuginfo/
readmacho.c
508
HChar *
dot_ptr
;
local
546
while ((
dot_ptr
= VG_(strrchr) (dsymfile, '.')))
550
slash_ptr = VG_(strchr) (
dot_ptr
, '/');
564
*
dot_ptr
= '\0';
565
VG_(strcat) (
dot_ptr
, APPLE_DSYM_EXT_AND_SUBDIRECTORY);
566
VG_(strcat) (
dot_ptr
, basename_str);
572
*
dot_ptr
= '\0';
[
all
...]
Completed in 781 milliseconds