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/main/coregrind/m_debuginfo/
readmacho.c
505
HChar *
dot_ptr
;
local
543
while ((
dot_ptr
= VG_(strrchr) (dsymfile, '.')))
547
slash_ptr = VG_(strchr) (
dot_ptr
, '/');
561
*
dot_ptr
= '\0';
562
VG_(strcat) (
dot_ptr
, APPLE_DSYM_EXT_AND_SUBDIRECTORY);
563
VG_(strcat) (
dot_ptr
, basename_str);
569
*
dot_ptr
= '\0';
[
all
...]
Completed in 180 milliseconds