Home
last modified time | relevance | path

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

/third_party/gettext/gettext-runtime/intl/
Drelocatable.c292 char *computed_curr_prefix; in compute_curr_prefix() local
294 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()