Searched refs:dot_ptr (Results 1 – 1 of 1) sorted by relevance
513 Char *dot_ptr; in find_separate_debug_file() local551 while ((dot_ptr = VG_(strrchr) (dsymfile, '.'))) in find_separate_debug_file()555 slash_ptr = VG_(strchr) (dot_ptr, '/'); in find_separate_debug_file()569 *dot_ptr = '\0'; in find_separate_debug_file()570 VG_(strcat) (dot_ptr, APPLE_DSYM_EXT_AND_SUBDIRECTORY); in find_separate_debug_file()571 VG_(strcat) (dot_ptr, basename_str); in find_separate_debug_file()577 *dot_ptr = '\0'; in find_separate_debug_file()