Searched refs:temp_pathname (Results 1 – 3 of 3) sorted by relevance
148 char *temp_pathname = NULL; in solib_find() local227 temp_pathname = xstrdup (in_pathname); in solib_find()235 temp_pathname = concat (sysroot, in solib_find()241 if (remote_filename_p (temp_pathname)) in solib_find()245 return temp_pathname; in solib_find()249 found_file = open (temp_pathname, O_RDONLY | O_BINARY, 0); in solib_find()251 xfree (temp_pathname); in solib_find()265 temp_pathname = concat (sysroot, in solib_find()272 found_file = open (temp_pathname, O_RDONLY | O_BINARY, 0); in solib_find()275 xfree (temp_pathname); in solib_find()[all …]
130 unsigned o_flags, char **temp_pathname);
444 kld_find_and_open_solib (char *solib, unsigned o_flags, char **temp_pathname) in kld_find_and_open_solib() argument449 *temp_pathname = NULL; in kld_find_and_open_solib()456 *temp_pathname = xstrdup(path); in kld_find_and_open_solib()