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
513
Char *
dot_ptr
;
local
551
while ((
dot_ptr
= VG_(strrchr) (dsymfile, '.')))
555
slash_ptr = VG_(strchr) (
dot_ptr
, '/');
569
*
dot_ptr
= '\0';
570
VG_(strcat) (
dot_ptr
, APPLE_DSYM_EXT_AND_SUBDIRECTORY);
571
VG_(strcat) (
dot_ptr
, basename_str);
577
*
dot_ptr
= '\0';
[
all
...]
Completed in 25 milliseconds