Home
last modified time | relevance | path

Searched refs:last_slash (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/binutils-2.34/bfd/
H A Dcorefile.c162 const char *last_slash; in generic_core_file_matches_executable_p() local
180 last_slash = strrchr (core, '/'); in generic_core_file_matches_executable_p()
181 if (last_slash != NULL) in generic_core_file_matches_executable_p()
182 core = last_slash + 1; in generic_core_file_matches_executable_p()
184 last_slash = strrchr (exec, '/'); in generic_core_file_matches_executable_p()
185 if (last_slash != NULL) in generic_core_file_matches_executable_p()
186 exec = last_slash + 1; in generic_core_file_matches_executable_p()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcorefile.c162 char *last_slash; in generic_core_file_matches_executable_p() local
180 last_slash = strrchr (core, '/'); in generic_core_file_matches_executable_p()
181 if (last_slash != NULL) in generic_core_file_matches_executable_p()
182 core = last_slash + 1; in generic_core_file_matches_executable_p()
184 last_slash = strrchr (exec, '/'); in generic_core_file_matches_executable_p()
185 if (last_slash != NULL) in generic_core_file_matches_executable_p()
186 exec = last_slash + 1; in generic_core_file_matches_executable_p()
/dragonfly/contrib/gdb-7/bfd/
H A Dcorefile.c163 char *last_slash; in generic_core_file_matches_executable_p() local
181 last_slash = strrchr (core, '/'); in generic_core_file_matches_executable_p()
182 if (last_slash != NULL) in generic_core_file_matches_executable_p()
183 core = last_slash + 1; in generic_core_file_matches_executable_p()
185 last_slash = strrchr (exec, '/'); in generic_core_file_matches_executable_p()
186 if (last_slash != NULL) in generic_core_file_matches_executable_p()
187 exec = last_slash + 1; in generic_core_file_matches_executable_p()
/dragonfly/contrib/ee/
H A Dee.c3078 char *last_slash; local
3092 last_slash = temp_point = path;
3096 last_slash = ++temp_point;
3204 execl(path, last_slash, "-c", string, NULL);