Lines Matching refs:curr_prefix
95 static char *curr_prefix; variable
128 curr_prefix = memory; in set_this_relocation_prefix()
133 curr_prefix = NULL; in set_this_relocation_prefix()
261 char *curr_prefix; in compute_curr_prefix() local
263 curr_prefix = (char *) xmalloc (curr_prefix_len + 1); in compute_curr_prefix()
265 if (curr_prefix == NULL) in compute_curr_prefix()
268 memcpy (curr_prefix, curr_installdir, curr_prefix_len); in compute_curr_prefix()
269 curr_prefix[curr_prefix_len] = '\0'; in compute_curr_prefix()
271 return curr_prefix; in compute_curr_prefix()
410 curr_prefix_better = curr_prefix; in relocate()
422 if (orig_prefix != NULL && curr_prefix != NULL in relocate()
427 return curr_prefix; in relocate()
439 memcpy (result, curr_prefix, curr_prefix_len); in relocate()