Searched refs:computed_curr_prefix (Results 1 – 1 of 1) sorted by relevance
292 char *computed_curr_prefix; in compute_curr_prefix() local294 computed_curr_prefix = (char *) xmalloc (computed_curr_prefix_len + 1); in compute_curr_prefix()296 if (computed_curr_prefix == NULL) in compute_curr_prefix()302 memcpy (computed_curr_prefix, curr_installdir, computed_curr_prefix_len); in compute_curr_prefix()303 computed_curr_prefix[computed_curr_prefix_len] = '\0'; in compute_curr_prefix()307 return computed_curr_prefix; in compute_curr_prefix()