Searched refs:in_pathname (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib.c110 solib_open (char *in_pathname, char **found_pathname) argument
114 char *p = in_pathname;
121 if (! IS_ABSOLUTE_PATH (in_pathname) || solib_absolute_prefix == NULL)
122 temp_pathname = in_pathname;
133 temp_pathname = alloca (prefix_len + strlen (in_pathname) + 1);
136 strcat (temp_pathname, in_pathname);
147 if (found_file < 0 && IS_ABSOLUTE_PATH (in_pathname))
150 while (!IS_DIR_SEPARATOR (*in_pathname))
151 in_pathname++;
154 while (IS_DIR_SEPARATOR (*in_pathname))
[all...]
H A Dsolist.h117 extern int solib_open (char *in_pathname, char **found_pathname);

Completed in 149 milliseconds