Lines Matching refs:path
660 char *path, *s; in rs6000coff_core_file_matches_executable_p() local
683 path = bfd_malloc ((bfd_size_type) alloc); in rs6000coff_core_file_matches_executable_p()
684 if (path == NULL) in rs6000coff_core_file_matches_executable_p()
686 s = path; in rs6000coff_core_file_matches_executable_p()
692 free (path); in rs6000coff_core_file_matches_executable_p()
698 if (s == path + alloc) in rs6000coff_core_file_matches_executable_p()
703 n = bfd_realloc (path, (bfd_size_type) alloc); in rs6000coff_core_file_matches_executable_p()
706 free (path); in rs6000coff_core_file_matches_executable_p()
709 s = n + (path - s); in rs6000coff_core_file_matches_executable_p()
710 path = n; in rs6000coff_core_file_matches_executable_p()
714 str1 = strrchr (path, '/'); in rs6000coff_core_file_matches_executable_p()
718 str1 = str1 != NULL ? str1 + 1 : path; in rs6000coff_core_file_matches_executable_p()
726 free (path); in rs6000coff_core_file_matches_executable_p()